COLOR #608A9C

HEX: #608A9C
RGB: (96,138,156)

Color info

#608A9C contains mainly green and blue colors. Web safe color of #608A9C is #669999 (or #699).

RGB color model

#608A9C color RGB value is (96,138,156).

  • red value is 96;
  • green value is 138;
  • blue value is 156.
RGB:
(96,138,156)
(38%,54%,61%)

RGB channels and saturation

R 96 of 255 = 38%
G 138 of 255 = 54%
B 156 of 255 = 61%

96
138
156

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

Portions of RGB colors in percentages

R + G + B =
96 + 138 + 156 = 390 (100%)
R 96 of 390 ~ 24.62%
G 138 of 390 ~ 35.38%
B 156 of 390 ~ 40%

%24.62
%35.38
%40

CMYK color model

#608A9C color CMYK value is (38,12,0,39).

  • cyan value is 38.46%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(38,12,0,39)
C38M12Y0K39 
(38%,12%,0%,39%)
(0.38/0.12/0.00/0.39)	

CMYK percentages

%38.46
%11.54
%0
%38.82

Codes

Color #608A9C in popluar color models

608A9C
RGB96138156
HSL198°23.81%49.41%
HSB/HSV198°38.46%61.18%
CMYK38.46%11.54%0.00%
38.82%

Color #608A9C in popluar number systems.

HEX608A9C
Decimal96138156
Binary11000001000101010011100
Octal140212234

Shades and tints

Shades of #608A9C

#608A9C
(96,138,156)
#587E8E
(88,126,142)
#507280
(80,114,128)
#486672
(72,102,114)
#405A64
(64,90,100)
#384E56
(56,78,86)
#304248
(48,66,72)
#28363A
(40,54,58)
#202A2C
(32,42,44)
#181E1E
(24,30,30)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #608A9C

#608A9C
(96,138,156)
#6E94A5
(110,148,165)
#7C9EAE
(124,158,174)
#8AA8B7
(138,168,183)
#98B2C0
(152,178,192)
#A6BCC9
(166,188,201)
#B4C6D2
(180,198,210)
#C2D0DB
(194,208,219)
#D0DAE4
(208,218,228)
#DEE4ED
(222,228,237)
#ECEEF6
(236,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608A9C color. Also use rgb(96,138,156) instead hex code.

Text Font Color

.myTextColor { color: #608A9C; }

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

This text font color is #608A9C.


Background Color

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

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

This div background color is #608A9C.


Border color

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

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

This div border color is #608A9C.


Opacity

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

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

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

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

This text has shadow with #608A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608A9C on black background.


Color preview on white background

This text has color #608A9C on white background.



Black color preview on #608A9C background

This text has black color on #608A9C background.


White color preview on #608A9C background

This text has white color on #608A9C background.