COLOR #606576

HEX: #606576
RGB: (96,101,118)

Color info

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

RGB color model

#606576 color RGB value is (96,101,118).

  • red value is 96;
  • green value is 101;
  • blue value is 118.
RGB:
(96,101,118)
(38%,40%,46%)

RGB channels and saturation

R 96 of 255 = 38%
G 101 of 255 = 40%
B 118 of 255 = 46%

96
101
118

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

Portions of RGB colors in percentages

R + G + B =
96 + 101 + 118 = 315 (100%)
R 96 of 315 ~ 30.48%
G 101 of 315 ~ 32.06%
B 118 of 315 ~ 37.46%

%30.48
%32.06
%37.46

CMYK color model

#606576 color CMYK value is (19,14,0,54).

  • cyan value is 18.64%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(19,14,0,54)
C19M14Y0K54 
(19%,14%,0%,54%)
(0.19/0.14/0.00/0.54)	

CMYK percentages

%18.64
%14.41
%0
%53.73

Codes

Color #606576 in popluar color models

606576
RGB96101118
HSL226°10.28%41.96%
HSB/HSV226°18.64%46.27%
CMYK18.64%14.41%0.00%
53.73%

Color #606576 in popluar number systems.

HEX606576
Decimal96101118
Binary110000011001011110110
Octal140145166

Shades and tints

Shades of #606576

#606576
(96,101,118)
#585C6C
(88,92,108)
#505362
(80,83,98)
#484A58
(72,74,88)
#40414E
(64,65,78)
#383844
(56,56,68)
#302F3A
(48,47,58)
#282630
(40,38,48)
#201D26
(32,29,38)
#18141C
(24,20,28)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #606576

#606576
(96,101,118)
#6E7382
(110,115,130)
#7C818E
(124,129,142)
#8A8F9A
(138,143,154)
#989DA6
(152,157,166)
#A6ABB2
(166,171,178)
#B4B9BE
(180,185,190)
#C2C7CA
(194,199,202)
#D0D5D6
(208,213,214)
#DEE3E2
(222,227,226)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606576 color. Also use rgb(96,101,118) instead hex code.

Text Font Color

.myTextColor { color: #606576; }

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

This text font color is #606576.


Background Color

.myBgColor { background-color: #606576; }

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

This div background color is #606576.


Border color

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

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

This div border color is #606576.


Opacity

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

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

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

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

This text has shadow with #606576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606576 on black background.


Color preview on white background

This text has color #606576 on white background.



Black color preview on #606576 background

This text has black color on #606576 background.


White color preview on #606576 background

This text has white color on #606576 background.