Color Hex Logo

#609586 Color Hex

#609586
(96,149,134)
0 Favorites   0 Comments

Color spaces of #609586

RGB 96149134
HSL0.450.220.48
HSV163°36°58°
CMYK 0.360.000.10   0.42
XYZ19.874425.702926.4679
Yxy25.70290.27590.3568
Hunter Lab50.6980-18.74684.5351
CIE-Lab57.7540-21.13372.3423

#609586 color RGB value is (96,149,134).

#609586 hex color red value is 96, green value is 149 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #609586 hue: 0.45 , saturation: 0.22 and the lightness value of 609586 is 0.48.

The process color (four color CMYK) of #609586 color hex is 0.36, 0.00, 0.10, 0.42. Web safe color of #609586 is #669999. Color #609586 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010101 10000110
Octal 140 225 206
Decimal 96 149 134
Hex 60 95 86

RGB Percentages of Color #609586

%25.33
%39.31
%35.36

CMYK Percentages of Color #609586

%36
%0
%10
%42

Triadic Colors of #609586

#609586 #866095 #958660

Analogous Colors of #609586

#609586 #608a95 #60956c

Monochromatic Colors of #609586

#609586

Complementary Color

#609586 #95606f

#609586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609586 Color CSS Codes

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

#609586 Text Font Color

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

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


#609586 Background Color

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

This div background color is #609586


#609586 Border Color

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

This div border color is #609586


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,149,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609586; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609586;
  -webkit-box-shadow: 1px 1px 3px 2px #609586;
  box-shadow:         1px 1px 3px 2px #609586; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609586


Comments

No comments written yet.

Please login to write comment.