Color Hex Logo

#609492 Color Hex

#609492
(96,148,146)
0 Favorites   0 Comments

Color spaces of #609492

RGB 96148146
HSL0.490.210.48
HSV178°35°58°
CMYK 0.350.000.01   0.42
XYZ20.602125.741931.0770
Yxy25.74190.26610.3325
Hunter Lab50.7365-16.3070-0.8007
CIE-Lab57.7912-17.7157-4.4547

#609492 color RGB value is (96,148,146).

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

The process color (four color CMYK) of #609492 color hex is 0.35, 0.00, 0.01, 0.42. Web safe color of #609492 is #669999. Color #609492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010100 10010010
Octal 140 224 222
Decimal 96 148 146
Hex 60 94 92

RGB Percentages of Color #609492

%24.62
%37.95
%37.44

CMYK Percentages of Color #609492

%35
%0
%1
%42

Triadic Colors of #609492

#609492 #926094 #949260

Analogous Colors of #609492

#609492 #607c94 #609478

Monochromatic Colors of #609492

#609492

Complementary Color

#609492 #946062

#609492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609492 Color CSS Codes

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

#609492 Text Font Color

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

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


#609492 Background Color

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

This div background color is #609492


#609492 Border Color

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

This div border color is #609492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609492


Comments

No comments written yet.

Please login to write comment.