COLOR #608CAF

HEX: #608CAF
RGB: (96,140,175)

Color info

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

RGB color model

#608CAF color RGB value is (96,140,175).

  • red value is 96;
  • green value is 140;
  • blue value is 175.
RGB:
(96,140,175)
(38%,55%,69%)

RGB channels and saturation

R 96 of 255 = 38%
G 140 of 255 = 55%
B 175 of 255 = 69%

96
140
175

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

Portions of RGB colors in percentages

R + G + B =
96 + 140 + 175 = 411 (100%)
R 96 of 411 ~ 23.36%
G 140 of 411 ~ 34.06%
B 175 of 411 ~ 42.58%

%23.36
%34.06
%42.58

CMYK color model

#608CAF color CMYK value is (45,20,0,31).

  • cyan value is 45.14%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(45,20,0,31)
C45M20Y0K31 
(45%,20%,0%,31%)
(0.45/0.20/0.00/0.31)	

CMYK percentages

%45.14
%20
%0
%31.37

Codes

Color #608CAF in popluar color models

608CAF
RGB96140175
HSL207°33.05%53.14%
HSB/HSV207°45.14%68.63%
CMYK45.14%20.00%0.00%
31.37%

Color #608CAF in popluar number systems.

HEX608CAF
Decimal96140175
Binary11000001000110010101111
Octal140214257

Shades and tints

Shades of #608CAF

#608CAF
(96,140,175)
#5880A0
(88,128,160)
#507491
(80,116,145)
#486882
(72,104,130)
#405C73
(64,92,115)
#385064
(56,80,100)
#304455
(48,68,85)
#283846
(40,56,70)
#202C37
(32,44,55)
#182028
(24,32,40)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #608CAF

#608CAF
(96,140,175)
#6E96B6
(110,150,182)
#7CA0BD
(124,160,189)
#8AAAC4
(138,170,196)
#98B4CB
(152,180,203)
#A6BED2
(166,190,210)
#B4C8D9
(180,200,217)
#C2D2E0
(194,210,224)
#D0DCE7
(208,220,231)
#DEE6EE
(222,230,238)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608CAF color. Also use rgb(96,140,175) instead hex code.

Text Font Color

.myTextColor { color: #608CAF; }

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

This text font color is #608CAF.


Background Color

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

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

This div background color is #608CAF.


Border color

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

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

This div border color is #608CAF.


Opacity

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

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

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

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

This text has shadow with #608CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608CAF on black background.


Color preview on white background

This text has color #608CAF on white background.



Black color preview on #608CAF background

This text has black color on #608CAF background.


White color preview on #608CAF background

This text has white color on #608CAF background.