Color Hex Logo

#06029a Color Hex

#06029A
(6,2,154)
0 Favorites   0 Comments

Color spaces of #06029a

RGB 62154
HSL0.670.970.31
HSV242°99°60°
CMYK 0.960.990.00   0.40
XYZ5.92952.415230.7255
Yxy2.41520.15180.0618
Hunter Lab15.540940.9085-106.3419
CIE-Lab17.530753.7745-73.3711

#06029a color RGB value is (6,2,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 10011010
Octal 6 2 232
Decimal 6 2 154
Hex 6 2 9A

RGB Percentages of Color #06029a

%3.70
%1.23
%95.06

CMYK Percentages of Color #06029a

%96
%99
%0
%40

Triadic Colors of #06029a

#06029a #9a0602 #029a06

Analogous Colors of #06029a

#06029a #52029a #024a9a

Monochromatic Colors of #06029a

#06029a

Complementary Color

#06029a #969a02

#06029a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06029a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06029a Color CSS Codes

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

#06029a Text Font Color

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

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


#06029a Background Color

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

This div background color is #06029a


#06029a Border Color

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

This div border color is #06029a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06029a


Comments

No comments written yet.

Please login to write comment.