Color Hex Logo

#609c9f Color Hex

#609C9F
(96,156,159)
0 Favorites   0 Comments

Color spaces of #609c9f

RGB 96156159
HSL0.510.250.50
HSV183°40°62°
CMYK 0.400.020.00   0.38
XYZ22.970328.766937.1428
Yxy28.76690.25840.3237
Hunter Lab53.6348-17.4142-3.5148
CIE-Lab60.5754-18.6226-7.7181

#609c9f color RGB value is (96,156,159).

#609c9f hex color red value is 96, green value is 156 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #609c9f hue: 0.51 , saturation: 0.25 and the lightness value of 609c9f is 0.50.

The process color (four color CMYK) of #609c9f color hex is 0.40, 0.02, 0.00, 0.38. Web safe color of #609c9f is #669999. Color #609c9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 10011111
Octal 140 234 237
Decimal 96 156 159
Hex 60 9C 9F

RGB Percentages of Color #609c9f

%23.36
%37.96
%38.69

CMYK Percentages of Color #609c9f

%40
%2
%0
%38

Triadic Colors of #609c9f

#609c9f #9f609c #9c9f60

Analogous Colors of #609c9f

#609c9f #607d9f #609f83

Monochromatic Colors of #609c9f

#609c9f

Complementary Color

#609c9f #9f6360

#609c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#609c9f Color CSS Codes

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

#609c9f Text Font Color

<p style="color:#609c9f">Text here</p>

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


#609c9f Background Color

<div style="background-color:#609c9f">
Div content here</div>

This div background color is #609c9f


#609c9f Border Color

<div style="border:3px solid #609c9f">
Div here</div>

This div border color is #609c9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,156,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609c9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609c9f;
  -webkit-box-shadow: 1px 1px 3px 2px #609c9f;
  box-shadow:         1px 1px 3px 2px #609c9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609c9f


Comments

No comments written yet.

Please login to write comment.