Color Hex Logo

#0608af Color Hex

#0608AF
(6,8,175)
0 Favorites   0 Comments

Color spaces of #0608af

RGB 68175
HSL0.660.930.35
HSV239°97°69°
CMYK 0.970.950.00   0.31
XYZ7.89983.307540.7795
Yxy3.30750.15200.0636
Hunter Lab18.186545.7097-120.2149
CIE-Lab21.235657.7058-79.9649

#0608af color RGB value is (6,8,175).

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

The process color (four color CMYK) of #0608af color hex is 0.97, 0.95, 0.00, 0.31. Web safe color of #0608af is #000099. Color #0608af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001000 10101111
Octal 6 10 257
Decimal 6 8 175
Hex 6 8 AF

RGB Percentages of Color #0608af

%3.17
%4.23
%92.59

CMYK Percentages of Color #0608af

%97
%95
%0
%31

Triadic Colors of #0608af

#0608af #af0608 #08af06

Analogous Colors of #0608af

#0608af #5806af #065daf

Monochromatic Colors of #0608af

#0608af

Complementary Color

#0608af #afad06

#0608af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0608af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0608af Color CSS Codes

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

#0608af Text Font Color

<p style="color:#0608af">Text here</p>

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


#0608af Background Color

<div style="background-color:#0608af">
Div content here</div>

This div background color is #0608af


#0608af Border Color

<div style="border:3px solid #0608af">
Div here</div>

This div border color is #0608af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,8,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 #0608af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0608af


Comments

No comments written yet.

Please login to write comment.