COLOR #609B8C

HEX: #609B8C
RGB: (96,155,140)

Color info

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

RGB color model

#609B8C color RGB value is (96,155,140).

  • red value is 96;
  • green value is 155;
  • blue value is 140.
RGB:
(96,155,140)
(38%,61%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 155 of 255 = 61%
B 140 of 255 = 55%

96
155
140

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

Portions of RGB colors in percentages

R + G + B =
96 + 155 + 140 = 391 (100%)
R 96 of 391 ~ 24.55%
G 155 of 391 ~ 39.64%
B 140 of 391 ~ 35.81%

%24.55
%39.64
%35.81

CMYK color model

#609B8C color CMYK value is (38,0,10,39).

  • cyan value is 38.06%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 39.22%
CMYK:
(38,0,10,39)
C38M0Y10K39 
(38%,0%,10%,39%)
(0.38/0.00/0.10/0.39)	

CMYK percentages

%38.06
%0
%9.68
%39.22

Codes

Color #609B8C in popluar color models

609B8C
RGB96155140
HSL165°23.51%49.22%
HSB/HSV165°38.06%60.78%
CMYK38.06%0.00%9.68%
39.22%

Color #609B8C in popluar number systems.

HEX609B8C
Decimal96155140
Binary11000001001101110001100
Octal140233214

Shades and tints

Shades of #609B8C

#609B8C
(96,155,140)
#588D80
(88,141,128)
#507F74
(80,127,116)
#487168
(72,113,104)
#40635C
(64,99,92)
#385550
(56,85,80)
#304744
(48,71,68)
#283938
(40,57,56)
#202B2C
(32,43,44)
#181D20
(24,29,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #609B8C

#609B8C
(96,155,140)
#6EA496
(110,164,150)
#7CADA0
(124,173,160)
#8AB6AA
(138,182,170)
#98BFB4
(152,191,180)
#A6C8BE
(166,200,190)
#B4D1C8
(180,209,200)
#C2DAD2
(194,218,210)
#D0E3DC
(208,227,220)
#DEECE6
(222,236,230)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609B8C color. Also use rgb(96,155,140) instead hex code.

Text Font Color

.myTextColor { color: #609B8C; }

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

This text font color is #609B8C.


Background Color

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

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

This div background color is #609B8C.


Border color

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

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

This div border color is #609B8C.


Opacity

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

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

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

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

This text has shadow with #609B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609B8C on black background.


Color preview on white background

This text has color #609B8C on white background.



Black color preview on #609B8C background

This text has black color on #609B8C background.


White color preview on #609B8C background

This text has white color on #609B8C background.