COLOR #606571

HEX: #606571
RGB: (96,101,113)

Color info

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

RGB color model

#606571 color RGB value is (96,101,113).

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

RGB channels and saturation

R 96 of 255 = 38%
G 101 of 255 = 40%
B 113 of 255 = 44%

96
101
113

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

Portions of RGB colors in percentages

R + G + B =
96 + 101 + 113 = 310 (100%)
R 96 of 310 ~ 30.97%
G 101 of 310 ~ 32.58%
B 113 of 310 ~ 36.45%

%30.97
%32.58
%36.45

CMYK color model

#606571 color CMYK value is (15,11,0,56).

  • cyan value is 15.04%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(15,11,0,56)
C15M11Y0K56 
(15%,11%,0%,56%)
(0.15/0.11/0.00/0.56)	

CMYK percentages

%15.04
%10.62
%0
%55.69

Codes

Color #606571 in popluar color models

606571
RGB96101113
HSL222°8.13%40.98%
HSB/HSV222°15.04%44.31%
CMYK15.04%10.62%0.00%
55.69%

Color #606571 in popluar number systems.

HEX606571
Decimal96101113
Binary110000011001011110001
Octal140145161

Shades and tints

Shades of #606571

#606571
(96,101,113)
#585C67
(88,92,103)
#50535D
(80,83,93)
#484A53
(72,74,83)
#404149
(64,65,73)
#38383F
(56,56,63)
#302F35
(48,47,53)
#28262B
(40,38,43)
#201D21
(32,29,33)
#181417
(24,20,23)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #606571

#606571
(96,101,113)
#6E737D
(110,115,125)
#7C8189
(124,129,137)
#8A8F95
(138,143,149)
#989DA1
(152,157,161)
#A6ABAD
(166,171,173)
#B4B9B9
(180,185,185)
#C2C7C5
(194,199,197)
#D0D5D1
(208,213,209)
#DEE3DD
(222,227,221)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606571; }

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

This text font color is #606571.


Background Color

.myBgColor { background-color: #606571; }

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

This div background color is #606571.


Border color

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

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

This div border color is #606571.


Opacity

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

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

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

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

This text has shadow with #606571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606571 on black background.


Color preview on white background

This text has color #606571 on white background.



Black color preview on #606571 background

This text has black color on #606571 background.


White color preview on #606571 background

This text has white color on #606571 background.