Color Hex Logo

#06059a Color Hex

#06059A
(6,5,154)
0 Favorites   0 Comments

Color spaces of #06059a

RGB 65154
HSL0.670.940.31
HSV240°97°60°
CMYK 0.960.970.00   0.40
XYZ5.96212.480430.7364
Yxy2.48040.15220.0633
Hunter Lab15.749340.0123-104.6862
CIE-Lab17.829752.8482-72.8710

#06059a color RGB value is (6,5,154).

#06059a hex color red value is 6, green value is 5 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #06059a hue: 0.67 , saturation: 0.94 and the lightness value of 06059a is 0.31.

The process color (four color CMYK) of #06059a color hex is 0.96, 0.97, 0.00, 0.40. Web safe color of #06059a is #000099. Color #06059a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000101 10011010
Octal 6 5 232
Decimal 6 5 154
Hex 6 5 9A

RGB Percentages of Color #06059a

%3.64
%3.03
%93.33

CMYK Percentages of Color #06059a

%96
%97
%0
%40

Triadic Colors of #06059a

#06059a #9a0605 #059a06

Analogous Colors of #06059a

#06059a #50059a #054f9a

Monochromatic Colors of #06059a

#06059a

Complementary Color

#06059a #999a05

#06059a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06059a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06059a Color CSS Codes

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

#06059a Text Font Color

<p style="color:#06059a">Text here</p>

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


#06059a Background Color

<div style="background-color:#06059a">
Div content here</div>

This div background color is #06059a


#06059a Border Color

<div style="border:3px solid #06059a">
Div here</div>

This div border color is #06059a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,5,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06059a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06059a;
  -webkit-box-shadow: 1px 1px 3px 2px #06059a;
  box-shadow:         1px 1px 3px 2px #06059a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06059a


Comments

No comments written yet.

Please login to write comment.