COLOR #606888

HEX: #606888
RGB: (96,104,136)

Color info

#606888 contains red, green and blue colors in about the same proportion. Web safe color of #606888 is #666699 (or #669).

RGB color model

#606888 color RGB value is (96,104,136).

  • red value is 96;
  • green value is 104;
  • blue value is 136.
RGB:
(96,104,136)
(38%,41%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 136 of 255 = 53%

96
104
136

R + G + B ~ 44%. #606888 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 104 + 136 = 336 (100%)
R 96 of 336 ~ 28.57%
G 104 of 336 ~ 30.95%
B 136 of 336 ~ 40.48%

%28.57
%30.95
%40.48

CMYK color model

#606888 color CMYK value is (29,24,0,47).

  • cyan value is 29.41%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(29,24,0,47)
C29M24Y0K47 
(29%,24%,0%,47%)
(0.29/0.24/0.00/0.47)	

CMYK percentages

%29.41
%23.53
%0
%46.67

Codes

Color #606888 in popluar color models

606888
RGB96104136
HSL228°17.24%45.49%
HSB/HSV228°29.41%53.33%
CMYK29.41%23.53%0.00%
46.67%

Color #606888 in popluar number systems.

HEX606888
Decimal96104136
Binary1100000110100010001000
Octal140150210

Shades and tints

Shades of #606888

#606888
(96,104,136)
#585F7C
(88,95,124)
#505670
(80,86,112)
#484D64
(72,77,100)
#404458
(64,68,88)
#383B4C
(56,59,76)
#303240
(48,50,64)
#282934
(40,41,52)
#202028
(32,32,40)
#18171C
(24,23,28)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #606888

#606888
(96,104,136)
#6E7592
(110,117,146)
#7C829C
(124,130,156)
#8A8FA6
(138,143,166)
#989CB0
(152,156,176)
#A6A9BA
(166,169,186)
#B4B6C4
(180,182,196)
#C2C3CE
(194,195,206)
#D0D0D8
(208,208,216)
#DEDDE2
(222,221,226)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606888 color. Also use rgb(96,104,136) instead hex code.

Text Font Color

.myTextColor { color: #606888; }

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

This text font color is #606888.


Background Color

.myBgColor { background-color: #606888; }

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

This div background color is #606888.


Border color

.myBorderColor { border: 1px solid #606888; }

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

This div border color is #606888.


Opacity

.myOpacity80 { color: #606888; opacity: 0.8; }

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

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

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

This text has shadow with #606888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606888 on black background.


Color preview on white background

This text has color #606888 on white background.



Black color preview on #606888 background

This text has black color on #606888 background.


White color preview on #606888 background

This text has white color on #606888 background.