Color Hex Logo

#06036a Color Hex

#06036A
(6,3,106)
0 Favorites   0 Comments

Color spaces of #06036a

RGB 63106
HSL0.670.940.21
HSV242°97°42°
CMYK 0.940.970.00   0.58
XYZ2.70921.144513.7138
Yxy1.14450.15420.0651
Hunter Lab10.698126.4817-68.5144
CIE-Lab10.141540.0559-55.1812

#06036a color RGB value is (6,3,106).

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

The process color (four color CMYK) of #06036a color hex is 0.94, 0.97, 0.00, 0.58. Web safe color of #06036a is #000066. Color #06036a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000011 01101010
Octal 6 3 152
Decimal 6 3 106
Hex 6 3 6A

RGB Percentages of Color #06036a

%5.22
%2.61
%92.17

CMYK Percentages of Color #06036a

%94
%97
%0
%58

Triadic Colors of #06036a

#06036a #6a0603 #036a06

Analogous Colors of #06036a

#06036a #3a036a #03346a

Monochromatic Colors of #06036a

#06036a

Complementary Color

#06036a #676a03

#06036a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06036a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06036a Color CSS Codes

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

#06036a Text Font Color

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

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


#06036a Background Color

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

This div background color is #06036a


#06036a Border Color

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

This div border color is #06036a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06036a


Comments

No comments written yet.

Please login to write comment.