Color Hex Logo

#06606c Color Hex

#06606C
(6,96,108)
0 Favorites   0 Comments

Color spaces of #06606c

RGB 696108
HSL0.520.890.22
HSV187°94°42°
CMYK 0.940.110.00   0.58
XYZ6.96489.487215.6515
Yxy9.48720.21690.2955
Hunter Lab30.8013-13.5398-8.5670
CIE-Lab36.9059-18.8113-13.5509

#06606c color RGB value is (6,96,108).

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

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

Base Numbers

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

RGB Percentages of Color #06606c

%2.86
%45.71
%51.43

CMYK Percentages of Color #06606c

%94
%11
%0
%58

Triadic Colors of #06606c

#06606c #6c0660 #606c06

Analogous Colors of #06606c

#06606c #062d6c #066c45

Monochromatic Colors of #06606c

#06606c

Complementary Color

#06606c #6c1206

#06606c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06606c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06606c Color CSS Codes

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

#06606c Text Font Color

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

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


#06606c Background Color

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

This div background color is #06606c


#06606c Border Color

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

This div border color is #06606c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,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 #06606c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06606c


Comments

No comments written yet.

Please login to write comment.