COLOR #608D9B

HEX: #608D9B
RGB: (96,141,155)

Color info

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

RGB color model

#608D9B color RGB value is (96,141,155).

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

RGB channels and saturation

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

96
141
155

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

Portions of RGB colors in percentages

R + G + B =
96 + 141 + 155 = 392 (100%)
R 96 of 392 ~ 24.49%
G 141 of 392 ~ 35.97%
B 155 of 392 ~ 39.54%

%24.49
%35.97
%39.54

CMYK color model

#608D9B color CMYK value is (38,9,0,39).

  • cyan value is 38.06%
  • magenta value is 9.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(38,9,0,39)
C38M9Y0K39 
(38%,9%,0%,39%)
(0.38/0.09/0.00/0.39)	

CMYK percentages

%38.06
%9.03
%0
%39.22

Codes

Color #608D9B in popluar color models

608D9B
RGB96141155
HSL194°23.51%49.22%
HSB/HSV194°38.06%60.78%
CMYK38.06%9.03%0.00%
39.22%

Color #608D9B in popluar number systems.

HEX608D9B
Decimal96141155
Binary11000001000110110011011
Octal140215233

Shades and tints

Shades of #608D9B

#608D9B
(96,141,155)
#58818D
(88,129,141)
#50757F
(80,117,127)
#486971
(72,105,113)
#405D63
(64,93,99)
#385155
(56,81,85)
#304547
(48,69,71)
#283939
(40,57,57)
#202D2B
(32,45,43)
#18211D
(24,33,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #608D9B

#608D9B
(96,141,155)
#6E97A4
(110,151,164)
#7CA1AD
(124,161,173)
#8AABB6
(138,171,182)
#98B5BF
(152,181,191)
#A6BFC8
(166,191,200)
#B4C9D1
(180,201,209)
#C2D3DA
(194,211,218)
#D0DDE3
(208,221,227)
#DEE7EC
(222,231,236)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608D9B; }

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

This text font color is #608D9B.


Background Color

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

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

This div background color is #608D9B.


Border color

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

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

This div border color is #608D9B.


Opacity

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

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

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

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

This text has shadow with #608D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608D9B on black background.


Color preview on white background

This text has color #608D9B on white background.



Black color preview on #608D9B background

This text has black color on #608D9B background.


White color preview on #608D9B background

This text has white color on #608D9B background.