COLOR #606472

HEX: #606472
RGB: (96,100,114)

Color info

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

RGB color model

#606472 color RGB value is (96,100,114).

  • red value is 96;
  • green value is 100;
  • blue value is 114.
RGB:
(96,100,114)
(38%,39%,45%)

RGB channels and saturation

R 96 of 255 = 38%
G 100 of 255 = 39%
B 114 of 255 = 45%

96
100
114

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

Portions of RGB colors in percentages

R + G + B =
96 + 100 + 114 = 310 (100%)
R 96 of 310 ~ 30.97%
G 100 of 310 ~ 32.26%
B 114 of 310 ~ 36.77%

%30.97
%32.26
%36.77

CMYK color model

#606472 color CMYK value is (16,12,0,55).

  • cyan value is 15.79%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(16,12,0,55)
C16M12Y0K55 
(16%,12%,0%,55%)
(0.16/0.12/0.00/0.55)	

CMYK percentages

%15.79
%12.28
%0
%55.29

Codes

Color #606472 in popluar color models

606472
RGB96100114
HSL227°8.57%41.18%
HSB/HSV227°15.79%44.71%
CMYK15.79%12.28%0.00%
55.29%

Color #606472 in popluar number systems.

HEX606472
Decimal96100114
Binary110000011001001110010
Octal140144162

Shades and tints

Shades of #606472

#606472
(96,100,114)
#585B68
(88,91,104)
#50525E
(80,82,94)
#484954
(72,73,84)
#40404A
(64,64,74)
#383740
(56,55,64)
#302E36
(48,46,54)
#28252C
(40,37,44)
#201C22
(32,28,34)
#181318
(24,19,24)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #606472

#606472
(96,100,114)
#6E727E
(110,114,126)
#7C808A
(124,128,138)
#8A8E96
(138,142,150)
#989CA2
(152,156,162)
#A6AAAE
(166,170,174)
#B4B8BA
(180,184,186)
#C2C6C6
(194,198,198)
#D0D4D2
(208,212,210)
#DEE2DE
(222,226,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606472 color. Also use rgb(96,100,114) instead hex code.

Text Font Color

.myTextColor { color: #606472; }

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

This text font color is #606472.


Background Color

.myBgColor { background-color: #606472; }

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

This div background color is #606472.


Border color

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

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

This div border color is #606472.


Opacity

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

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

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

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

This text has shadow with #606472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606472 on black background.


Color preview on white background

This text has color #606472 on white background.



Black color preview on #606472 background

This text has black color on #606472 background.


White color preview on #606472 background

This text has white color on #606472 background.