color codes Logo

#061efb color codes

#061EFB
(6,30,251)
0 Favorites   0 Comments

Color spaces of #061efb

RGB 630251
HSL0.650.970.50
HSV234°98°98°
CMYK 0.980.880.00   0.02
XYZ17.95207.932391.8517
Yxy7.93230.15250.0674
Hunter Lab28.164364.4886-173.6461
CIE-Lab33.841572.0424-103.0420

#061efb color RGB value is (6,30,251).

#061efb hex color red value is 6, green value is 30 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #061efb hue: 0.65 , saturation: 0.97 and the lightness value of 061efb is 0.50.

The process color (four color CMYK) of #061efb color code is 0.98, 0.88, 0.00, 0.02. Web safe color of #061efb is #0033ff. Color #061efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011110 11111011
Octal 6 36 373
Decimal 6 30 251
Hex 6 1E FB

RGB Percentages of Color #061efb

%2.09
%10.45
%87.46

CMYK Percentages of Color #061efb

%98
%88
%0
%2

Triadic Colors of #061efb

#061efb #fb061e #1efb06

Analogous Colors of #061efb

#061efb #6906fb #0699fb

Monochromatic Colors of #061efb

#061efb

Complementary Color

#061efb #fbe306

#061efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#061efb Color CSS Codes

.mybgcolor {background-color:#061efb; } 
.myforecolor {color:#061efb; }
.mybordercolor {border:3px solid #061efb; }

#061efb Text Font Color

<p style="color:#061efb">Text here</p>

This sample text font color is #061efb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#061efb Background Color

<div style="background-color:#061efb">
Div content here</div>

This div background color is #061efb


#061efb Border Color

<div style="border:3px solid #061efb">
Div here</div>

This div border color is #061efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,30,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #061efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #061efb;
  -webkit-box-shadow: 1px 1px 3px 2px #061efb;
  box-shadow:         1px 1px 3px 2px #061efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,30,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #061efb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #061efb;
  -webkit-box-shadow: 1px 1px 3px 2px #061efb;
  box-shadow:         1px 1px 3px 2px #061efb;">
Div content here</div>

This div box has shadow with color #061efb

Related Colors


Comments

No comments written yet.

Please login to write comment.