Color Hex Logo

#06005e Color Hex

#06005E
(6,0,94)
0 Favorites   0 Comments

Color spaces of #06005e

RGB 6094
HSL0.681.000.18
HSV244°100°37°
CMYK 0.941.000.00   0.63
XYZ2.09550.846910.6427
Yxy0.84690.15420.0623
Hunter Lab9.202724.5405-62.1254
CIE-Lab7.650038.2621-51.3527

#06005e color RGB value is (6,0,94).

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

The process color (four color CMYK) of #06005e color hex is 0.94, 1.00, 0.00, 0.63. Web safe color of #06005e is #000066. Color #06005e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000000 01011110
Octal 6 0 136
Decimal 6 0 94
Hex 6 0 5E

RGB Percentages of Color #06005e

%6.00
%0.00
%94.00

CMYK Percentages of Color #06005e

%94
%100
%0
%63

Triadic Colors of #06005e

#06005e #5e0600 #005e06

Analogous Colors of #06005e

#06005e #35005e #00295e

Monochromatic Colors of #06005e

#06005e

Complementary Color

#06005e #585e00

#06005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06005e Color CSS Codes

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

#06005e Text Font Color

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

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


#06005e Background Color

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

This div background color is #06005e


#06005e Border Color

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

This div border color is #06005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06005e


Comments

No comments written yet.

Please login to write comment.