COLOR #608B9A

HEX: #608B9A RGB: (96,139,154)

Color info

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

RGB color model

#608B9A color RGB value is (96,139,154).

RGB: (96,139,154) (38%, 55%, 60%)

RGB channels and saturation

R 96 of 255 = 38%
G 139 of 255 = 55%
B 154 of 255 = 60%

96
139
154

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

Portions of RGB colors in percentages

R + G + B = 96 + 139 + 154 = 389 (100%)
R 96 of 389 ~ 24.68%
G 139 of 389 ~ 35.73%
B 154 of 389 ~ 39.59'%

%24.68
%35.73
%39.59

CMYK color model

#608B9A color CMYK value is (38,10,0,40).

  • cyan value is 37.66%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (38,10,0,40) C38M10Y0K40 (38%,10%,0%,40%) (0.38/0.10/0.00/0.40) 

CMYK percentages

%37.66
%9.74
%0
%39.61

Codes

Color #608B9A in popluar color models

60 8B 9A
RGB 96 139 154
HSL 196° 23.20% 49.02%
HSB/HSV 196° 37.66% 60.39%
CMYK 37.66% 9.74% 0.00%
39.61%

Color #608B9A in popluar number systems.

HEX 60 8B 9A
Decimal 96 139 154
Binary 1100000 10001011 10011010
Octal 140 213 232

Shades and tints

Shades of #608B9A

#608B9A
(96,139,154)
#587F8C
(88,127,140)
#50737E
(80,115,126)
#486770
(72,103,112)
#405B62
(64,91,98)
#384F54
(56,79,84)
#304346
(48,67,70)
#283738
(40,55,56)
#202B2A
(32,43,42)
#181F1C
(24,31,28)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #608B9A

#608B9A
(96,139,154)
#6E95A3
(110,149,163)
#7C9FAC
(124,159,172)
#8AA9B5
(138,169,181)
#98B3BE
(152,179,190)
#A6BDC7
(166,189,199)
#B4C7D0
(180,199,208)
#C2D1D9
(194,209,217)
#D0DBE2
(208,219,226)
#DEE5EB
(222,229,235)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608B9A color. Also use rgb(96,139,154) instead hex code.

Text Font Color

.myTextColor { color: #608B9A; }

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

This text font color is #608B9A.

Background Color

.myBgColor { background-color: #608B9A; }

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

This div background color is #608B9A.

Border color

.myBorderColor { border: 1px solid #608B9A; }

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

This div border color is #608B9A.

Opacity

.myOpacity80 { color: #608B9A; opacity: 0.8; }

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

Text with #608B9A 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 #608B9A;}

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

This text has shadow with #608B9A color.


.textShadow {text-shadow: 3px 3px 1px #608B9A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #608B9A; -webkit-box-shadow: 1px 1px 3px 2px #608B9A; box-shadow:1px 1px 3px 2px #608B9A;">
Div content here
</div>

This div box has shadow with color #608B9A.

Preview

Color preview on black background

This text has color #608B9A on black background.


Color preview on white background

This text has color #608B9A on white background.


Black color preview on #608B9A background

This text has black color on #608B9A background.


White color preview on #608B9A background

This text has white color on #608B9A background.


Related colors

Complementary color

Complementary color for #hex is #9F7465.


I love getcolorcode.com

Triadic colors

1 #9A608B and #8B9A60 with #608B9A are triadic colors.

2 #9A8B60 and #8B609A with #608B9A are triadic colors.