Color Hex Logo

#00606c Color Hex

#00606C
(0,96,108)
0 Favorites   0 Comments

Color spaces of #00606c

RGB 096108
HSL0.521.000.21
HSV187°100°42°
CMYK 1.000.110.00   0.58
XYZ6.88969.448515.6480
Yxy9.44850.21540.2954
Hunter Lab30.7384-13.7839-8.6659
CIE-Lab36.8339-19.2565-13.6673

#00606c color RGB value is (0,96,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100000 01101100
Octal 0 140 154
Decimal 0 96 108
Hex 0 60 6C

RGB Percentages of Color #00606c

%0.00
%47.06
%52.94

CMYK Percentages of Color #00606c

%100
%11
%0
%58

Triadic Colors of #00606c

#00606c #6c0060 #606c00

Analogous Colors of #00606c

#00606c #002a6c #006c42

Monochromatic Colors of #00606c

#00606c

Complementary Color

#00606c #6c0c00

#00606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00606c Color CSS Codes

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

#00606c Text Font Color

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

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


#00606c Background Color

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

This div background color is #00606c


#00606c Border Color

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

This div border color is #00606c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00606c


Comments

No comments written yet.

Please login to write comment.