COLOR #606677

HEX: #606677
RGB: (96,102,119)

Color info

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

RGB color model

#606677 color RGB value is (96,102,119).

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

RGB channels and saturation

R 96 of 255 = 38%
G 102 of 255 = 40%
B 119 of 255 = 47%

96
102
119

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

Portions of RGB colors in percentages

R + G + B =
96 + 102 + 119 = 317 (100%)
R 96 of 317 ~ 30.28%
G 102 of 317 ~ 32.18%
B 119 of 317 ~ 37.54%

%30.28
%32.18
%37.54

CMYK color model

#606677 color CMYK value is (19,14,0,53).

  • cyan value is 19.33%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(19,14,0,53)
C19M14Y0K53 
(19%,14%,0%,53%)
(0.19/0.14/0.00/0.53)	

CMYK percentages

%19.33
%14.29
%0
%53.33

Codes

Color #606677 in popluar color models

606677
RGB96102119
HSL224°10.70%42.16%
HSB/HSV224°19.33%46.67%
CMYK19.33%14.29%0.00%
53.33%

Color #606677 in popluar number systems.

HEX606677
Decimal96102119
Binary110000011001101110111
Octal140146167

Shades and tints

Shades of #606677

#606677
(96,102,119)
#585D6D
(88,93,109)
#505463
(80,84,99)
#484B59
(72,75,89)
#40424F
(64,66,79)
#383945
(56,57,69)
#30303B
(48,48,59)
#282731
(40,39,49)
#201E27
(32,30,39)
#18151D
(24,21,29)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #606677

#606677
(96,102,119)
#6E7383
(110,115,131)
#7C808F
(124,128,143)
#8A8D9B
(138,141,155)
#989AA7
(152,154,167)
#A6A7B3
(166,167,179)
#B4B4BF
(180,180,191)
#C2C1CB
(194,193,203)
#D0CED7
(208,206,215)
#DEDBE3
(222,219,227)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606677; }

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

This text font color is #606677.


Background Color

.myBgColor { background-color: #606677; }

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

This div background color is #606677.


Border color

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

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

This div border color is #606677.


Opacity

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

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

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

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

This text has shadow with #606677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606677 on black background.


Color preview on white background

This text has color #606677 on white background.



Black color preview on #606677 background

This text has black color on #606677 background.


White color preview on #606677 background

This text has white color on #606677 background.