COLOR #606E7F

HEX: #606E7F RGB: (96,110,127)

Color info

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

RGB color model

#606E7F color RGB value is (96,110,127).

RGB: (96,110,127) (38%, 43%, 50%)

RGB channels and saturation

R 96 of 255 = 38%
G 110 of 255 = 43%
B 127 of 255 = 50%

96
110
127

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

Portions of RGB colors in percentages

R + G + B = 96 + 110 + 127 = 333 (100%)
R 96 of 333 ~ 28.83%
G 110 of 333 ~ 33.03%
B 127 of 333 ~ 38.14'%

%28.83
%33.03
%38.14

CMYK color model

#606E7F color CMYK value is (24,13,0,50).

  • cyan value is 24.41%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (24,13,0,50)
C24M13Y0K50 (24%, 13%, 0%, 50%)
(0.24 / 0.13 / 0.00 / 0.50)

CMYK percentages

%24.41
%13.39
%0
%50.2

Codes

Color #606E7F in popluar color models

60 6E 7F
RGB 96 110 127
HSL 213° 13.90% 43.73%
HSB/HSV 213° 24.41% 49.80%
CMYK 24.41% 13.39% 0.00%
50.20%

Color #606E7F in popluar number systems.

HEX 60 6E 7F
Decimal 96 110 127
Binary 1100000 1101110 1111111
Octal 140 156 177

Shades and tints

Shades of #606E7F

#606E7F
(96,110,127)
#586474
(88,100,116)
#505A69
(80,90,105)
#48505E
(72,80,94)
#404653
(64,70,83)
#383C48
(56,60,72)
#30323D
(48,50,61)
#282832
(40,40,50)
#201E27
(32,30,39)
#18141C
(24,20,28)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #606E7F

#606E7F
(96,110,127)
#6E7B8A
(110,123,138)
#7C8895
(124,136,149)
#8A95A0
(138,149,160)
#98A2AB
(152,162,171)
#A6AFB6
(166,175,182)
#B4BCC1
(180,188,193)
#C2C9CC
(194,201,204)
#D0D6D7
(208,214,215)
#DEE3E2
(222,227,226)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606E7F; }

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

This text font color is #606E7F.

Background Color

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

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

This div background color is #606E7F.

Border color

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

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

This div border color is #606E7F.

Opacity

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

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

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

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

This text has shadow with #606E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606E7F.

Preview

Color preview on black background

This text has color #606E7F on black background.


Color preview on white background

This text has color #606E7F on white background.


Black color preview on #606E7F background

This text has black color on #606E7F background.


White color preview on #606E7F background

This text has white color on #606E7F background.


Related colors

Complementary color

Complementary color for #hex is #9F9180.


I love getcolorcode.com

Triadic colors

1 #7F606E and #6E7F60 with #606E7F are triadic colors.

2 #7F6E60 and #6E607F with #606E7F are triadic colors.