COLOR #606A74

HEX: #606A74
RGB: (96,106,116)

Color info

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

RGB color model

#606A74 color RGB value is (96,106,116).

  • red value is 96;
  • green value is 106;
  • blue value is 116.
RGB:
(96,106,116)
(38%,42%,45%)

RGB channels and saturation

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

96
106
116

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

Portions of RGB colors in percentages

R + G + B =
96 + 106 + 116 = 318 (100%)
R 96 of 318 ~ 30.19%
G 106 of 318 ~ 33.33%
B 116 of 318 ~ 36.48%

%30.19
%33.33
%36.48

CMYK color model

#606A74 color CMYK value is (17,9,0,55).

  • cyan value is 17.24%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(17,9,0,55)
C17M9Y0K55 
(17%,9%,0%,55%)
(0.17/0.09/0.00/0.55)	

CMYK percentages

%17.24
%8.62
%0
%54.51

Codes

Color #606A74 in popluar color models

606A74
RGB96106116
HSL210°9.43%41.57%
HSB/HSV210°17.24%45.49%
CMYK17.24%8.62%0.00%
54.51%

Color #606A74 in popluar number systems.

HEX606A74
Decimal96106116
Binary110000011010101110100
Octal140152164

Shades and tints

Shades of #606A74

#606A74
(96,106,116)
#58616A
(88,97,106)
#505860
(80,88,96)
#484F56
(72,79,86)
#40464C
(64,70,76)
#383D42
(56,61,66)
#303438
(48,52,56)
#282B2E
(40,43,46)
#202224
(32,34,36)
#18191A
(24,25,26)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #606A74

#606A74
(96,106,116)
#6E7780
(110,119,128)
#7C848C
(124,132,140)
#8A9198
(138,145,152)
#989EA4
(152,158,164)
#A6ABB0
(166,171,176)
#B4B8BC
(180,184,188)
#C2C5C8
(194,197,200)
#D0D2D4
(208,210,212)
#DEDFE0
(222,223,224)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606A74; }

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

This text font color is #606A74.


Background Color

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

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

This div background color is #606A74.


Border color

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

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

This div border color is #606A74.


Opacity

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

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

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

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

This text has shadow with #606A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606A74 on black background.


Color preview on white background

This text has color #606A74 on white background.



Black color preview on #606A74 background

This text has black color on #606A74 background.


White color preview on #606A74 background

This text has white color on #606A74 background.