Color Hex Logo

#609883 Color Hex

#609883
(96,152,131)
0 Favorites   0 Comments

Color spaces of #609883

RGB 96152131
HSL0.440.230.49
HSV158°37°60°
CMYK 0.370.000.14   0.40
XYZ20.148826.582025.5416
Yxy26.58200.27880.3678
Hunter Lab51.5577-20.46816.7183
CIE-Lab58.5854-23.35805.2493

#609883 color RGB value is (96,152,131).

#609883 hex color red value is 96, green value is 152 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #609883 hue: 0.44 , saturation: 0.23 and the lightness value of 609883 is 0.49.

The process color (four color CMYK) of #609883 color hex is 0.37, 0.00, 0.14, 0.40. Web safe color of #609883 is #669999. Color #609883 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011000 10000011
Octal 140 230 203
Decimal 96 152 131
Hex 60 98 83

RGB Percentages of Color #609883

%25.33
%40.11
%34.56

CMYK Percentages of Color #609883

%37
%0
%14
%40

Triadic Colors of #609883

#609883 #836098 #988360

Analogous Colors of #609883

#609883 #609198 #609867

Monochromatic Colors of #609883

#609883

Complementary Color

#609883 #986075

#609883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609883 Color CSS Codes

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

#609883 Text Font Color

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

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


#609883 Background Color

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

This div background color is #609883


#609883 Border Color

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

This div border color is #609883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609883


Comments

No comments written yet.

Please login to write comment.