Color Hex Logo

#060faf Color Hex

#060FAF
(6,15,175)
0 Favorites   0 Comments

Color spaces of #060faf

RGB 615175
HSL0.660.930.35
HSV237°97°69°
CMYK 0.970.910.00   0.31
XYZ7.98383.475540.8075
Yxy3.47550.15280.0665
Hunter Lab18.642743.8186-116.7316
CIE-Lab21.855655.8038-78.9288

#060faf color RGB value is (6,15,175).

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

The process color (four color CMYK) of #060faf color hex is 0.97, 0.91, 0.00, 0.31. Web safe color of #060faf is #000099. Color #060faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001111 10101111
Octal 6 17 257
Decimal 6 15 175
Hex 6 F AF

RGB Percentages of Color #060faf

%3.06
%7.65
%89.29

CMYK Percentages of Color #060faf

%97
%91
%0
%31

Triadic Colors of #060faf

#060faf #af060f #0faf06

Analogous Colors of #060faf

#060faf #5206af #0664af

Monochromatic Colors of #060faf

#060faf

Complementary Color

#060faf #afa606

#060faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#060faf Color CSS Codes

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

#060faf Text Font Color

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

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


#060faf Background Color

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

This div background color is #060faf


#060faf Border Color

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

This div border color is #060faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060faf


Comments

No comments written yet.

Please login to write comment.