COLOR #606B77

HEX: #606B77
RGB: (96,107,119)

Color info

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

RGB color model

#606B77 color RGB value is (96,107,119).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 119 of 255 = 47%

96
107
119

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 119 = 322 (100%)
R 96 of 322 ~ 29.81%
G 107 of 322 ~ 33.23%
B 119 of 322 ~ 36.96%

%29.81
%33.23
%36.96

CMYK color model

#606B77 color CMYK value is (19,10,0,53).

  • cyan value is 19.33%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(19,10,0,53)
C19M10Y0K53 
(19%,10%,0%,53%)
(0.19/0.10/0.00/0.53)	

CMYK percentages

%19.33
%10.08
%0
%53.33

Codes

Color #606B77 in popluar color models

606B77
RGB96107119
HSL211°10.70%42.16%
HSB/HSV211°19.33%46.67%
CMYK19.33%10.08%0.00%
53.33%

Color #606B77 in popluar number systems.

HEX606B77
Decimal96107119
Binary110000011010111110111
Octal140153167

Shades and tints

Shades of #606B77

#606B77
(96,107,119)
#58626D
(88,98,109)
#505963
(80,89,99)
#485059
(72,80,89)
#40474F
(64,71,79)
#383E45
(56,62,69)
#30353B
(48,53,59)
#282C31
(40,44,49)
#202327
(32,35,39)
#181A1D
(24,26,29)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #606B77

#606B77
(96,107,119)
#6E7883
(110,120,131)
#7C858F
(124,133,143)
#8A929B
(138,146,155)
#989FA7
(152,159,167)
#A6ACB3
(166,172,179)
#B4B9BF
(180,185,191)
#C2C6CB
(194,198,203)
#D0D3D7
(208,211,215)
#DEE0E3
(222,224,227)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B77; }

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

This text font color is #606B77.


Background Color

.myBgColor { background-color: #606B77; }

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

This div background color is #606B77.


Border color

.myBorderColor { border: 1px solid #606B77; }

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

This div border color is #606B77.


Opacity

.myOpacity80 { color: #606B77; opacity: 0.8; }

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

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

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

This text has shadow with #606B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B77 on black background.


Color preview on white background

This text has color #606B77 on white background.



Black color preview on #606B77 background

This text has black color on #606B77 background.


White color preview on #606B77 background

This text has white color on #606B77 background.