COLOR #609A87

HEX: #609A87
RGB: (96,154,135)

Color info

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

RGB color model

#609A87 color RGB value is (96,154,135).

  • red value is 96;
  • green value is 154;
  • blue value is 135.
RGB:
(96,154,135)
(38%,60%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 154 of 255 = 60%
B 135 of 255 = 53%

96
154
135

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

Portions of RGB colors in percentages

R + G + B =
96 + 154 + 135 = 385 (100%)
R 96 of 385 ~ 24.94%
G 154 of 385 ~ 40%
B 135 of 385 ~ 35.06%

%24.94
%40
%35.06

CMYK color model

#609A87 color CMYK value is (38,0,12,40).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 39.61%
CMYK:
(38,0,12,40)
C38M0Y12K40 
(38%,0%,12%,40%)
(0.38/0.00/0.12/0.40)	

CMYK percentages

%37.66
%0
%12.34
%39.61

Codes

Color #609A87 in popluar color models

609A87
RGB96154135
HSL160°23.20%49.02%
HSB/HSV160°37.66%60.39%
CMYK37.66%0.00%12.34%
39.61%

Color #609A87 in popluar number systems.

HEX609A87
Decimal96154135
Binary11000001001101010000111
Octal140232207

Shades and tints

Shades of #609A87

#609A87
(96,154,135)
#588C7B
(88,140,123)
#507E6F
(80,126,111)
#487063
(72,112,99)
#406257
(64,98,87)
#38544B
(56,84,75)
#30463F
(48,70,63)
#283833
(40,56,51)
#202A27
(32,42,39)
#181C1B
(24,28,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #609A87

#609A87
(96,154,135)
#6EA391
(110,163,145)
#7CAC9B
(124,172,155)
#8AB5A5
(138,181,165)
#98BEAF
(152,190,175)
#A6C7B9
(166,199,185)
#B4D0C3
(180,208,195)
#C2D9CD
(194,217,205)
#D0E2D7
(208,226,215)
#DEEBE1
(222,235,225)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609A87 color. Also use rgb(96,154,135) instead hex code.

Text Font Color

.myTextColor { color: #609A87; }

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

This text font color is #609A87.


Background Color

.myBgColor { background-color: #609A87; }

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

This div background color is #609A87.


Border color

.myBorderColor { border: 1px solid #609A87; }

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

This div border color is #609A87.


Opacity

.myOpacity80 { color: #609A87; opacity: 0.8; }

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

Text with #609A87 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 #609A87;}

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

This text has shadow with #609A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609A87 on black background.


Color preview on white background

This text has color #609A87 on white background.



Black color preview on #609A87 background

This text has black color on #609A87 background.


White color preview on #609A87 background

This text has white color on #609A87 background.