Color Hex Logo

#06006e Color Hex

#06006E
(6,0,110)
0 Favorites   0 Comments

Color spaces of #06006e

RGB 60110
HSL0.681.000.22
HSV243°100°43°
CMYK 0.951.000.00   0.57
XYZ2.88961.164514.8243
Yxy1.16450.15310.0617
Hunter Lab10.791228.9130-73.8952
CIE-Lab10.292942.7209-57.5563

#06006e color RGB value is (6,0,110).

#06006e hex color red value is 6, green value is 0 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #06006e hue: 0.68 , saturation: 1.00 and the lightness value of 06006e is 0.22.

The process color (four color CMYK) of #06006e color hex is 0.95, 1.00, 0.00, 0.57. Web safe color of #06006e is #000066. Color #06006e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000000 01101110
Octal 6 0 156
Decimal 6 0 110
Hex 6 0 6E

RGB Percentages of Color #06006e

%5.17
%0.00
%94.83

CMYK Percentages of Color #06006e

%95
%100
%0
%57

Triadic Colors of #06006e

#06006e #6e0600 #006e06

Analogous Colors of #06006e

#06006e #3d006e #00316e

Monochromatic Colors of #06006e

#06006e

Complementary Color

#06006e #686e00

#06006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06006e Color CSS Codes

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

#06006e Text Font Color

<p style="color:#06006e">Text here</p>

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


#06006e Background Color

<div style="background-color:#06006e">
Div content here</div>

This div background color is #06006e


#06006e Border Color

<div style="border:3px solid #06006e">
Div here</div>

This div border color is #06006e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,0,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06006e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06006e;
  -webkit-box-shadow: 1px 1px 3px 2px #06006e;
  box-shadow:         1px 1px 3px 2px #06006e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06006e


Comments

No comments written yet.

Please login to write comment.