Color Hex Logo

#06069f Color Hex

#06069F
(6,6,159)
0 Favorites   0 Comments

Color spaces of #06069f

RGB 66159
HSL0.670.930.32
HSV240°96°62°
CMYK 0.960.960.00   0.38
XYZ6.39822.672232.9794
Yxy2.67220.15220.0635
Hunter Lab16.346941.2583-108.1733
CIE-Lab18.680253.9129-74.5215

#06069f color RGB value is (6,6,159).

#06069f hex color red value is 6, green value is 6 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #06069f hue: 0.67 , saturation: 0.93 and the lightness value of 06069f is 0.32.

The process color (four color CMYK) of #06069f color hex is 0.96, 0.96, 0.00, 0.38. Web safe color of #06069f is #000099. Color #06069f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000110 10011111
Octal 6 6 237
Decimal 6 6 159
Hex 6 6 9F

RGB Percentages of Color #06069f

%3.51
%3.51
%92.98

CMYK Percentages of Color #06069f

%96
%96
%0
%38

Triadic Colors of #06069f

#06069f #9f0606 #069f06

Analogous Colors of #06069f

#06069f #52069f #06529f

Monochromatic Colors of #06069f

#06069f

Complementary Color

#06069f #9f9f06

#06069f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06069f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06069f Color CSS Codes

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

#06069f Text Font Color

<p style="color:#06069f">Text here</p>

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


#06069f Background Color

<div style="background-color:#06069f">
Div content here</div>

This div background color is #06069f


#06069f Border Color

<div style="border:3px solid #06069f">
Div here</div>

This div border color is #06069f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,6,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06069f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06069f;
  -webkit-box-shadow: 1px 1px 3px 2px #06069f;
  box-shadow:         1px 1px 3px 2px #06069f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06069f


Comments

No comments written yet.

Please login to write comment.