Color Hex Logo

#609892 Color Hex

#609892
(96,152,146)
0 Favorites   0 Comments

Color spaces of #609892

RGB 96152146
HSL0.480.230.49
HSV174°37°60°
CMYK 0.370.000.04   0.40
XYZ21.240427.018631.2898
Yxy27.01860.26700.3396
Hunter Lab51.9794-18.02340.6951
CIE-Lab58.9915-19.8190-2.6851

#609892 color RGB value is (96,152,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011000 10010010
Octal 140 230 222
Decimal 96 152 146
Hex 60 98 92

RGB Percentages of Color #609892

%24.37
%38.58
%37.06

CMYK Percentages of Color #609892

%37
%0
%4
%40

Triadic Colors of #609892

#609892 #926098 #989260

Analogous Colors of #609892

#609892 #608298 #609876

Monochromatic Colors of #609892

#609892

Complementary Color

#609892 #986066

#609892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609892 Color CSS Codes

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

#609892 Text Font Color

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

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


#609892 Background Color

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

This div background color is #609892


#609892 Border Color

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

This div border color is #609892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609892


Comments

No comments written yet.

Please login to write comment.