COLOR #606573

HEX: #606573
RGB: (96,101,115)

Color info

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

RGB color model

#606573 color RGB value is (96,101,115).

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

RGB channels and saturation

R 96 of 255 = 38%
G 101 of 255 = 40%
B 115 of 255 = 45%

96
101
115

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

Portions of RGB colors in percentages

R + G + B =
96 + 101 + 115 = 312 (100%)
R 96 of 312 ~ 30.77%
G 101 of 312 ~ 32.37%
B 115 of 312 ~ 36.86%

%30.77
%32.37
%36.86

CMYK color model

#606573 color CMYK value is (17,12,0,55).

  • cyan value is 16.52%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(17,12,0,55)
C17M12Y0K55 
(17%,12%,0%,55%)
(0.17/0.12/0.00/0.55)	

CMYK percentages

%16.52
%12.17
%0
%54.9

Codes

Color #606573 in popluar color models

606573
RGB96101115
HSL224°9.00%41.37%
HSB/HSV224°16.52%45.10%
CMYK16.52%12.17%0.00%
54.90%

Color #606573 in popluar number systems.

HEX606573
Decimal96101115
Binary110000011001011110011
Octal140145163

Shades and tints

Shades of #606573

#606573
(96,101,115)
#585C69
(88,92,105)
#50535F
(80,83,95)
#484A55
(72,74,85)
#40414B
(64,65,75)
#383841
(56,56,65)
#302F37
(48,47,55)
#28262D
(40,38,45)
#201D23
(32,29,35)
#181419
(24,20,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #606573

#606573
(96,101,115)
#6E737F
(110,115,127)
#7C818B
(124,129,139)
#8A8F97
(138,143,151)
#989DA3
(152,157,163)
#A6ABAF
(166,171,175)
#B4B9BB
(180,185,187)
#C2C7C7
(194,199,199)
#D0D5D3
(208,213,211)
#DEE3DF
(222,227,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606573; }

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

This text font color is #606573.


Background Color

.myBgColor { background-color: #606573; }

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

This div background color is #606573.


Border color

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

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

This div border color is #606573.


Opacity

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

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

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

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

This text has shadow with #606573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606573 on black background.


Color preview on white background

This text has color #606573 on white background.



Black color preview on #606573 background

This text has black color on #606573 background.


White color preview on #606573 background

This text has white color on #606573 background.