COLOR #608A9E

HEX: #608A9E
RGB: (96,138,158)

Color info

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

RGB color model

#608A9E color RGB value is (96,138,158).

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

RGB channels and saturation

R 96 of 255 = 38%
G 138 of 255 = 54%
B 158 of 255 = 62%

96
138
158

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

Portions of RGB colors in percentages

R + G + B =
96 + 138 + 158 = 392 (100%)
R 96 of 392 ~ 24.49%
G 138 of 392 ~ 35.2%
B 158 of 392 ~ 40.31%

%24.49
%35.2
%40.31

CMYK color model

#608A9E color CMYK value is (39,13,0,38).

  • cyan value is 39.24%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(39,13,0,38)
C39M13Y0K38 
(39%,13%,0%,38%)
(0.39/0.13/0.00/0.38)	

CMYK percentages

%39.24
%12.66
%0
%38.04

Codes

Color #608A9E in popluar color models

608A9E
RGB96138158
HSL199°24.41%49.80%
HSB/HSV199°39.24%61.96%
CMYK39.24%12.66%0.00%
38.04%

Color #608A9E in popluar number systems.

HEX608A9E
Decimal96138158
Binary11000001000101010011110
Octal140212236

Shades and tints

Shades of #608A9E

#608A9E
(96,138,158)
#587E90
(88,126,144)
#507282
(80,114,130)
#486674
(72,102,116)
#405A66
(64,90,102)
#384E58
(56,78,88)
#30424A
(48,66,74)
#28363C
(40,54,60)
#202A2E
(32,42,46)
#181E20
(24,30,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #608A9E

#608A9E
(96,138,158)
#6E94A6
(110,148,166)
#7C9EAE
(124,158,174)
#8AA8B6
(138,168,182)
#98B2BE
(152,178,190)
#A6BCC6
(166,188,198)
#B4C6CE
(180,198,206)
#C2D0D6
(194,208,214)
#D0DADE
(208,218,222)
#DEE4E6
(222,228,230)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608A9E; }

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

This text font color is #608A9E.


Background Color

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

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

This div background color is #608A9E.


Border color

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

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

This div border color is #608A9E.


Opacity

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

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

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

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

This text has shadow with #608A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608A9E on black background.


Color preview on white background

This text has color #608A9E on white background.



Black color preview on #608A9E background

This text has black color on #608A9E background.


White color preview on #608A9E background

This text has white color on #608A9E background.