Color Hex Logo

#609466 Color Hex

#609466
(96,148,102)
0 Favorites   0 Comments

Color spaces of #609466

RGB 96148102
HSL0.350.210.48
HSV127°35°58°
CMYK 0.350.000.31   0.42
XYZ17.812024.625916.3849
Yxy24.62590.30280.4186
Hunter Lab49.6245-22.772815.1609
CIE-Lab56.7091-27.272518.9810

#609466 color RGB value is (96,148,102).

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

The process color (four color CMYK) of #609466 color hex is 0.35, 0.00, 0.31, 0.42. Web safe color of #609466 is #669966. Color #609466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010100 01100110
Octal 140 224 146
Decimal 96 148 102
Hex 60 94 66

RGB Percentages of Color #609466

%27.75
%42.77
%29.48

CMYK Percentages of Color #609466

%35
%0
%31
%42

Triadic Colors of #609466

#609466 #666094 #946660

Analogous Colors of #609466

#609466 #609480 #749460

Monochromatic Colors of #609466

#609466

Complementary Color

#609466 #94608e

#609466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609466 Color CSS Codes

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

#609466 Text Font Color

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

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


#609466 Background Color

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

This div background color is #609466


#609466 Border Color

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

This div border color is #609466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609466


Comments

No comments written yet.

Please login to write comment.