Color Hex Logo

#060fab Color Hex

#060FAB
(6,15,171)
0 Favorites   0 Comments

Color spaces of #060fab

RGB 615171
HSL0.660.930.35
HSV237°96°67°
CMYK 0.960.910.00   0.33
XYZ7.59663.320638.7686
Yxy3.32060.15290.0668
Hunter Lab18.222542.5237-113.3844
CIE-Lab21.284754.6661-77.4705

#060fab color RGB value is (6,15,171).

#060fab hex color red value is 6, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #060fab hue: 0.66 , saturation: 0.93 and the lightness value of 060fab is 0.35.

The process color (four color CMYK) of #060fab color hex is 0.96, 0.91, 0.00, 0.33. Web safe color of #060fab is #000099. Color #060fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001111 10101011
Octal 6 17 253
Decimal 6 15 171
Hex 6 F AB

RGB Percentages of Color #060fab

%3.13
%7.81
%89.06

CMYK Percentages of Color #060fab

%96
%91
%0
%33

Triadic Colors of #060fab

#060fab #ab060f #0fab06

Analogous Colors of #060fab

#060fab #5006ab #0662ab

Monochromatic Colors of #060fab

#060fab

Complementary Color

#060fab #aba206

#060fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#060fab Color CSS Codes

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

#060fab Text Font Color

<p style="color:#060fab">Text here</p>

This sample text font color is #060fab
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.


#060fab Background Color

<div style="background-color:#060fab">
Div content here</div>

This div background color is #060fab


#060fab Border Color

<div style="border:3px solid #060fab">
Div here</div>

This div border color is #060fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,15,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #060fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #060fab;
  -webkit-box-shadow: 1px 1px 3px 2px #060fab;
  box-shadow:         1px 1px 3px 2px #060fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060fab


Comments

No comments written yet.

Please login to write comment.