COLOR #608EA9

HEX: #608EA9 RGB: (96,142,169)

Color info

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

RGB color model

#608EA9 color RGB value is (96,142,169).

RGB: (96,142,169) (38%, 56%, 66%)

RGB channels and saturation

R 96 of 255 = 38%
G 142 of 255 = 56%
B 169 of 255 = 66%

96
142
169

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

Portions of RGB colors in percentages

R + G + B = 96 + 142 + 169 = 407 (100%)
R 96 of 407 ~ 23.59%
G 142 of 407 ~ 34.89%
B 169 of 407 ~ 41.52'%

%23.59
%34.89
%41.52

CMYK color model

#608EA9 color CMYK value is (43,16,0,34).

  • cyan value is 43.20%
  • magenta value is 15.98%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (43,16,0,34)
C43M16Y0K34 (43%, 16%, 0%, 34%)
(0.43 / 0.16 / 0.00 / 0.34)

CMYK percentages

%43.2
%15.98
%0
%33.73

Codes

Color #608EA9 in popluar color models

60 8E A9
RGB 96 142 169
HSL 202° 29.80% 51.96%
HSB/HSV 202° 43.20% 66.27%
CMYK 43.20% 15.98% 0.00%
33.73%

Color #608EA9 in popluar number systems.

HEX 60 8E A9
Decimal 96 142 169
Binary 1100000 10001110 10101001
Octal 140 216 251

Shades and tints

Shades of #608EA9

#608EA9
(96,142,169)
#58829A
(88,130,154)
#50768B
(80,118,139)
#486A7C
(72,106,124)
#405E6D
(64,94,109)
#38525E
(56,82,94)
#30464F
(48,70,79)
#283A40
(40,58,64)
#202E31
(32,46,49)
#182222
(24,34,34)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #608EA9

#608EA9
(96,142,169)
#6E98B0
(110,152,176)
#7CA2B7
(124,162,183)
#8AACBE
(138,172,190)
#98B6C5
(152,182,197)
#A6C0CC
(166,192,204)
#B4CAD3
(180,202,211)
#C2D4DA
(194,212,218)
#D0DEE1
(208,222,225)
#DEE8E8
(222,232,232)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608EA9 color. Also use rgb(96,142,169) instead hex code.

Text Font Color

.myTextColor { color: #608EA9; }

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

This text font color is #608EA9.

Background Color

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

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

This div background color is #608EA9.

Border color

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

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

This div border color is #608EA9.

Opacity

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

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

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

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

This text has shadow with #608EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #608EA9.

Preview

Color preview on black background

This text has color #608EA9 on black background.


Color preview on white background

This text has color #608EA9 on white background.


Black color preview on #608EA9 background

This text has black color on #608EA9 background.


White color preview on #608EA9 background

This text has white color on #608EA9 background.


Related colors

Complementary color

Complementary color for #hex is #9F7156.


I love getcolorcode.com

Triadic colors

1 #A9608E and #8EA960 with #608EA9 are triadic colors.

2 #A98E60 and #8E60A9 with #608EA9 are triadic colors.