COLOR #606977

HEX: #606977
RGB: (96,105,119)

Color info

#606977 contains red, green and blue colors in about the same proportion. Web safe color of #606977 is #666666 (or #666).

RGB color model

#606977 color RGB value is (96,105,119).

  • red value is 96;
  • green value is 105;
  • blue value is 119.
RGB:
(96,105,119)
(38%,41%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 105 of 255 = 41%
B 119 of 255 = 47%

96
105
119

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

Portions of RGB colors in percentages

R + G + B =
96 + 105 + 119 = 320 (100%)
R 96 of 320 ~ 30%
G 105 of 320 ~ 32.81%
B 119 of 320 ~ 37.19%

%30
%32.81
%37.19

CMYK color model

#606977 color CMYK value is (19,12,0,53).

  • cyan value is 19.33%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(19,12,0,53)
C19M12Y0K53 
(19%,12%,0%,53%)
(0.19/0.12/0.00/0.53)	

CMYK percentages

%19.33
%11.76
%0
%53.33

Codes

Color #606977 in popluar color models

606977
RGB96105119
HSL217°10.70%42.16%
HSB/HSV217°19.33%46.67%
CMYK19.33%11.76%0.00%
53.33%

Color #606977 in popluar number systems.

HEX606977
Decimal96105119
Binary110000011010011110111
Octal140151167

Shades and tints

Shades of #606977

#606977
(96,105,119)
#58606D
(88,96,109)
#505763
(80,87,99)
#484E59
(72,78,89)
#40454F
(64,69,79)
#383C45
(56,60,69)
#30333B
(48,51,59)
#282A31
(40,42,49)
#202127
(32,33,39)
#18181D
(24,24,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #606977

#606977
(96,105,119)
#6E7683
(110,118,131)
#7C838F
(124,131,143)
#8A909B
(138,144,155)
#989DA7
(152,157,167)
#A6AAB3
(166,170,179)
#B4B7BF
(180,183,191)
#C2C4CB
(194,196,203)
#D0D1D7
(208,209,215)
#DEDEE3
(222,222,227)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606977 color. Also use rgb(96,105,119) instead hex code.

Text Font Color

.myTextColor { color: #606977; }

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

This text font color is #606977.


Background Color

.myBgColor { background-color: #606977; }

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

This div background color is #606977.


Border color

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

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

This div border color is #606977.


Opacity

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

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

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

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

This text has shadow with #606977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606977 on black background.


Color preview on white background

This text has color #606977 on white background.



Black color preview on #606977 background

This text has black color on #606977 background.


White color preview on #606977 background

This text has white color on #606977 background.