Color Hex Logo

#00606a Color Hex

#00606A
(0,96,106)
0 Favorites   0 Comments

Color spaces of #00606a

RGB 096106
HSL0.521.000.21
HSV186°100°42°
CMYK 1.000.090.00   0.58
XYZ6.78449.406315.0937
Yxy9.40630.21690.3007
Hunter Lab30.6697-14.1862-7.7100
CIE-Lab36.7551-19.9835-12.5513

#00606a color RGB value is (0,96,106).

#00606a hex color red value is 0, green value is 96 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #00606a hue: 0.52 , saturation: 1.00 and the lightness value of 00606a is 0.21.

The process color (four color CMYK) of #00606a color hex is 1.00, 0.09, 0.00, 0.58. Web safe color of #00606a is #006666. Color #00606a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100000 01101010
Octal 0 140 152
Decimal 0 96 106
Hex 0 60 6A

RGB Percentages of Color #00606a

%0.00
%47.52
%52.48

CMYK Percentages of Color #00606a

%100
%9
%0
%58

Triadic Colors of #00606a

#00606a #6a0060 #606a00

Analogous Colors of #00606a

#00606a #002b6a #006a3f

Monochromatic Colors of #00606a

#00606a

Complementary Color

#00606a #6a0a00

#00606a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00606a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00606a Color CSS Codes

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

#00606a Text Font Color

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

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


#00606a Background Color

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

This div background color is #00606a


#00606a Border Color

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

This div border color is #00606a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00606a


Comments

No comments written yet.

Please login to write comment.