COLOR #606A7F

HEX: #606A7F
RGB: (96,106,127)

Color info

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

RGB color model

#606A7F color RGB value is (96,106,127).

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

RGB channels and saturation

R 96 of 255 = 38%
G 106 of 255 = 42%
B 127 of 255 = 50%

96
106
127

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

Portions of RGB colors in percentages

R + G + B =
96 + 106 + 127 = 329 (100%)
R 96 of 329 ~ 29.18%
G 106 of 329 ~ 32.22%
B 127 of 329 ~ 38.6%

%29.18
%32.22
%38.6

CMYK color model

#606A7F color CMYK value is (24,17,0,50).

  • cyan value is 24.41%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(24,17,0,50)
C24M17Y0K50 
(24%,17%,0%,50%)
(0.24/0.17/0.00/0.50)	

CMYK percentages

%24.41
%16.54
%0
%50.2

Codes

Color #606A7F in popluar color models

606A7F
RGB96106127
HSL221°13.90%43.73%
HSB/HSV221°24.41%49.80%
CMYK24.41%16.54%0.00%
50.20%

Color #606A7F in popluar number systems.

HEX606A7F
Decimal96106127
Binary110000011010101111111
Octal140152177

Shades and tints

Shades of #606A7F

#606A7F
(96,106,127)
#586174
(88,97,116)
#505869
(80,88,105)
#484F5E
(72,79,94)
#404653
(64,70,83)
#383D48
(56,61,72)
#30343D
(48,52,61)
#282B32
(40,43,50)
#202227
(32,34,39)
#18191C
(24,25,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #606A7F

#606A7F
(96,106,127)
#6E778A
(110,119,138)
#7C8495
(124,132,149)
#8A91A0
(138,145,160)
#989EAB
(152,158,171)
#A6ABB6
(166,171,182)
#B4B8C1
(180,184,193)
#C2C5CC
(194,197,204)
#D0D2D7
(208,210,215)
#DEDFE2
(222,223,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606A7F; }

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

This text font color is #606A7F.


Background Color

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

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

This div background color is #606A7F.


Border color

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

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

This div border color is #606A7F.


Opacity

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

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

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

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

This text has shadow with #606A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606A7F on black background.


Color preview on white background

This text has color #606A7F on white background.



Black color preview on #606A7F background

This text has black color on #606A7F background.


White color preview on #606A7F background

This text has white color on #606A7F background.