COLOR #606887

HEX: #606887
RGB: (96,104,135)

Color info

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

RGB color model

#606887 color RGB value is (96,104,135).

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

RGB channels and saturation

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

96
104
135

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

Portions of RGB colors in percentages

R + G + B =
96 + 104 + 135 = 335 (100%)
R 96 of 335 ~ 28.66%
G 104 of 335 ~ 31.04%
B 135 of 335 ~ 40.3%

%28.66
%31.04
%40.3

CMYK color model

#606887 color CMYK value is (29,23,0,47).

  • cyan value is 28.89%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(29,23,0,47)
C29M23Y0K47 
(29%,23%,0%,47%)
(0.29/0.23/0.00/0.47)	

CMYK percentages

%28.89
%22.96
%0
%47.06

Codes

Color #606887 in popluar color models

606887
RGB96104135
HSL228°16.88%45.29%
HSB/HSV228°28.89%52.94%
CMYK28.89%22.96%0.00%
47.06%

Color #606887 in popluar number systems.

HEX606887
Decimal96104135
Binary1100000110100010000111
Octal140150207

Shades and tints

Shades of #606887

#606887
(96,104,135)
#585F7B
(88,95,123)
#50566F
(80,86,111)
#484D63
(72,77,99)
#404457
(64,68,87)
#383B4B
(56,59,75)
#30323F
(48,50,63)
#282933
(40,41,51)
#202027
(32,32,39)
#18171B
(24,23,27)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #606887

#606887
(96,104,135)
#6E7591
(110,117,145)
#7C829B
(124,130,155)
#8A8FA5
(138,143,165)
#989CAF
(152,156,175)
#A6A9B9
(166,169,185)
#B4B6C3
(180,182,195)
#C2C3CD
(194,195,205)
#D0D0D7
(208,208,215)
#DEDDE1
(222,221,225)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606887; }

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

This text font color is #606887.


Background Color

.myBgColor { background-color: #606887; }

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

This div background color is #606887.


Border color

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

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

This div border color is #606887.


Opacity

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

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

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

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

This text has shadow with #606887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606887 on black background.


Color preview on white background

This text has color #606887 on white background.



Black color preview on #606887 background

This text has black color on #606887 background.


White color preview on #606887 background

This text has white color on #606887 background.