COLOR #606A73

HEX: #606A73 RGB: (96,106,115)

Color info

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

RGB color model

#606A73 color RGB value is (96,106,115).

RGB: (96,106,115) (38%, 42%, 45%)

RGB channels and saturation

R 96 of 255 = 38%
G 106 of 255 = 42%
B 115 of 255 = 45%

96
106
115

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

Portions of RGB colors in percentages

R + G + B = 96 + 106 + 115 = 317 (100%)
R 96 of 317 ~ 30.28%
G 106 of 317 ~ 33.44%
B 115 of 317 ~ 36.28'%

%30.28
%33.44
%36.28

CMYK color model

#606A73 color CMYK value is (17,8,0,55).

  • cyan value is 16.52%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (17,8,0,55)
C17M8Y0K55 (17%, 8%, 0%, 55%)
(0.17 / 0.08 / 0.00 / 0.55)

CMYK percentages

%16.52
%7.83
%0
%54.9

Codes

Color #606A73 in popluar color models

60 6A 73
RGB 96 106 115
HSL 208° 9.00% 41.37%
HSB/HSV 208° 16.52% 45.10%
CMYK 16.52% 7.83% 0.00%
54.90%

Color #606A73 in popluar number systems.

HEX 60 6A 73
Decimal 96 106 115
Binary 1100000 1101010 1110011
Octal 140 152 163

Shades and tints

Shades of #606A73

#606A73
(96,106,115)
#586169
(88,97,105)
#50585F
(80,88,95)
#484F55
(72,79,85)
#40464B
(64,70,75)
#383D41
(56,61,65)
#303437
(48,52,55)
#282B2D
(40,43,45)
#202223
(32,34,35)
#181919
(24,25,25)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #606A73

#606A73
(96,106,115)
#6E777F
(110,119,127)
#7C848B
(124,132,139)
#8A9197
(138,145,151)
#989EA3
(152,158,163)
#A6ABAF
(166,171,175)
#B4B8BB
(180,184,187)
#C2C5C7
(194,197,199)
#D0D2D3
(208,210,211)
#DEDFDF
(222,223,223)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606A73; }

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

This text font color is #606A73.

Background Color

.myBgColor { background-color: #606A73; }

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

This div background color is #606A73.

Border color

.myBorderColor { border: 1px solid #606A73; }

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

This div border color is #606A73.

Opacity

.myOpacity80 { color: #606A73; opacity: 0.8; }

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

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

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

This text has shadow with #606A73 color.


.textShadow {text-shadow: 3px 3px 1px #606A73', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #606A73; -webkit-box-shadow: 1px 1px 3px 2px #606A73; box-shadow:1px 1px 3px 2px #606A73;">
Div content here
</div>

This div box has shadow with color #606A73.

Preview

Color preview on black background

This text has color #606A73 on black background.


Color preview on white background

This text has color #606A73 on white background.


Black color preview on #606A73 background

This text has black color on #606A73 background.


White color preview on #606A73 background

This text has white color on #606A73 background.


Related colors

Complementary color

Complementary color for #hex is #9F958C.


I love getcolorcode.com

Triadic colors

1 #73606A and #6A7360 with #606A73 are triadic colors.

2 #736A60 and #6A6073 with #606A73 are triadic colors.