COLOR #608D9A

HEX: #608D9A RGB: (96,141,154)

Color info

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

RGB color model

#608D9A color RGB value is (96,141,154).

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

RGB channels and saturation

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

96
141
154

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

Portions of RGB colors in percentages

R + G + B = 96 + 141 + 154 = 391 (100%)
R 96 of 391 ~ 24.55%
G 141 of 391 ~ 36.06%
B 154 of 391 ~ 39.39'%

%24.55
%36.06
%39.39

CMYK color model

#608D9A color CMYK value is (38,8,0,40).

  • cyan value is 37.66%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (38,8,0,40)
C38M8Y0K40 (38%, 8%, 0%, 40%)
(0.38 / 0.08 / 0.00 / 0.40)

CMYK percentages

%37.66
%8.44
%0
%39.61

Codes

Color #608D9A in popluar color models

60 8D 9A
RGB 96 141 154
HSL 193° 23.20% 49.02%
HSB/HSV 193° 37.66% 60.39%
CMYK 37.66% 8.44% 0.00%
39.61%

Color #608D9A in popluar number systems.

HEX 60 8D 9A
Decimal 96 141 154
Binary 1100000 10001101 10011010
Octal 140 215 232

Shades and tints

Shades of #608D9A

#608D9A
(96,141,154)
#58818C
(88,129,140)
#50757E
(80,117,126)
#486970
(72,105,112)
#405D62
(64,93,98)
#385154
(56,81,84)
#304546
(48,69,70)
#283938
(40,57,56)
#202D2A
(32,45,42)
#18211C
(24,33,28)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #608D9A

#608D9A
(96,141,154)
#6E97A3
(110,151,163)
#7CA1AC
(124,161,172)
#8AABB5
(138,171,181)
#98B5BE
(152,181,190)
#A6BFC7
(166,191,199)
#B4C9D0
(180,201,208)
#C2D3D9
(194,211,217)
#D0DDE2
(208,221,226)
#DEE7EB
(222,231,235)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608D9A; }

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

This text font color is #608D9A.

Background Color

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

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

This div background color is #608D9A.

Border color

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

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

This div border color is #608D9A.

Opacity

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

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

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

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

This text has shadow with #608D9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #608D9A.

Preview

Color preview on black background

This text has color #608D9A on black background.


Color preview on white background

This text has color #608D9A on white background.


Black color preview on #608D9A background

This text has black color on #608D9A background.


White color preview on #608D9A background

This text has white color on #608D9A background.


Related colors

Complementary color

Complementary color for #hex is #9F7265.


I love getcolorcode.com

Triadic colors

1 #9A608D and #8D9A60 with #608D9A are triadic colors.

2 #9A8D60 and #8D609A with #608D9A are triadic colors.