COLOR #609489

HEX: #609489
RGB: (96,148,137)

Color info

#609489 contains red, green and blue colors in about the same proportion. Web safe color of #609489 is #669999 (or #699).

RGB color model

#609489 color RGB value is (96,148,137).

  • red value is 96;
  • green value is 148;
  • blue value is 137.
RGB:
(96,148,137)
(38%,58%,54%)

RGB channels and saturation

R 96 of 255 = 38%
G 148 of 255 = 58%
B 137 of 255 = 54%

96
148
137

R + G + B ~ 50%. #609489 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 148 + 137 = 381 (100%)
R 96 of 381 ~ 25.2%
G 148 of 381 ~ 38.85%
B 137 of 381 ~ 35.96%

%25.2
%38.85
%35.96

CMYK color model

#609489 color CMYK value is (35,0,7,42).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(35,0,7,42)
C35M0Y7K42 
(35%,0%,7%,42%)
(0.35/0.00/0.07/0.42)	

CMYK percentages

%35.14
%0
%7.43
%41.96

Codes

Color #609489 in popluar color models

609489
RGB96148137
HSL167°21.31%47.84%
HSB/HSV167°35.14%58.04%
CMYK35.14%0.00%7.43%
41.96%

Color #609489 in popluar number systems.

HEX609489
Decimal96148137
Binary11000001001010010001001
Octal140224211

Shades and tints

Shades of #609489

#609489
(96,148,137)
#58877D
(88,135,125)
#507A71
(80,122,113)
#486D65
(72,109,101)
#406059
(64,96,89)
#38534D
(56,83,77)
#304641
(48,70,65)
#283935
(40,57,53)
#202C29
(32,44,41)
#181F1D
(24,31,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #609489

#609489
(96,148,137)
#6E9D93
(110,157,147)
#7CA69D
(124,166,157)
#8AAFA7
(138,175,167)
#98B8B1
(152,184,177)
#A6C1BB
(166,193,187)
#B4CAC5
(180,202,197)
#C2D3CF
(194,211,207)
#D0DCD9
(208,220,217)
#DEE5E3
(222,229,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609489 color. Also use rgb(96,148,137) instead hex code.

Text Font Color

.myTextColor { color: #609489; }

<p style="color:#609489">This sample text font color is #609489.</p>

This text font color is #609489.


Background Color

.myBgColor { background-color: #609489; }

<div style="background-color:#609489">Inner text</div>

This div background color is #609489.


Border color

.myBorderColor { border: 1px solid #609489; }

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

This div border color is #609489.


Opacity

.myOpacity80 { color: #609489; opacity: 0.8; }

<p style="color:#609489;opacity:0.8;">80%</p>

Text with #609489 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #609489;}

<p style="text-shadow: 3px 3px 1px #609489">Text here.</p>

This text has shadow with #609489 color.

.textShadow {text-shadow: 3px 3px 1px #609489, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #609489, 5px 5px 20px red">Text here.</p>

This text has shadow with #609489 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#609489, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#609489, Direction=45, Strength=4)">Text</p>

This text has shadow with #609489 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #609489;
  -webkit-box-shadow:	1px 1px 3px 2px #609489;
  box-shadow:		1px 1px 3px 2px #609489;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #609489;
-webkit-box-shadow: 1px 1px 3px 2px #609489;
box-shadow:1px 1px 3px 2px #609489;">
Div content here</div>
This div box has shadow with color #609489.

Preview

Color preview on black background

This text has color #609489 on black background.


Color preview on white background

This text has color #609489 on white background.



Black color preview on #609489 background

This text has black color on #609489 background.


White color preview on #609489 background

This text has white color on #609489 background.