COLOR #608AAA

HEX: #608AAA
RGB: (96,138,170)

Color info

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

RGB color model

#608AAA color RGB value is (96,138,170).

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

RGB channels and saturation

R 96 of 255 = 38%
G 138 of 255 = 54%
B 170 of 255 = 67%

96
138
170

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

Portions of RGB colors in percentages

R + G + B =
96 + 138 + 170 = 404 (100%)
R 96 of 404 ~ 23.76%
G 138 of 404 ~ 34.16%
B 170 of 404 ~ 42.08%

%23.76
%34.16
%42.08

CMYK color model

#608AAA color CMYK value is (44,19,0,33).

  • cyan value is 43.53%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(44,19,0,33)
C44M19Y0K33 
(44%,19%,0%,33%)
(0.44/0.19/0.00/0.33)	

CMYK percentages

%43.53
%18.82
%0
%33.33

Codes

Color #608AAA in popluar color models

608AAA
RGB96138170
HSL206°30.33%52.16%
HSB/HSV206°43.53%66.67%
CMYK43.53%18.82%0.00%
33.33%

Color #608AAA in popluar number systems.

HEX608AAA
Decimal96138170
Binary11000001000101010101010
Octal140212252

Shades and tints

Shades of #608AAA

#608AAA
(96,138,170)
#587E9B
(88,126,155)
#50728C
(80,114,140)
#48667D
(72,102,125)
#405A6E
(64,90,110)
#384E5F
(56,78,95)
#304250
(48,66,80)
#283641
(40,54,65)
#202A32
(32,42,50)
#181E23
(24,30,35)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #608AAA

#608AAA
(96,138,170)
#6E94B1
(110,148,177)
#7C9EB8
(124,158,184)
#8AA8BF
(138,168,191)
#98B2C6
(152,178,198)
#A6BCCD
(166,188,205)
#B4C6D4
(180,198,212)
#C2D0DB
(194,208,219)
#D0DAE2
(208,218,226)
#DEE4E9
(222,228,233)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608AAA; }

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

This text font color is #608AAA.


Background Color

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

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

This div background color is #608AAA.


Border color

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

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

This div border color is #608AAA.


Opacity

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

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

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

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

This text has shadow with #608AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608AAA on black background.


Color preview on white background

This text has color #608AAA on white background.



Black color preview on #608AAA background

This text has black color on #608AAA background.


White color preview on #608AAA background

This text has white color on #608AAA background.