COLOR #606E6A

HEX: #606E6A RGB: (96,110,106)

Color info

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

RGB color model

#606E6A color RGB value is (96,110,106).

RGB: (96,110,106) (38%, 43%, 42%)

RGB channels and saturation

R 96 of 255 = 38%
G 110 of 255 = 43%
B 106 of 255 = 42%

96
110
106

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

Portions of RGB colors in percentages

R + G + B = 96 + 110 + 106 = 312 (100%)
R 96 of 312 ~ 30.77%
G 110 of 312 ~ 35.26%
B 106 of 312 ~ 33.97'%

%30.77
%35.26
%33.97

CMYK color model

#606E6A color CMYK value is (13,0,4,57).

  • cyan value is 12.73%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 56.86%

CMYK: (13,0,4,57)
C13M0Y4K57 (13%, 0%, 4%, 57%)
(0.13 / 0.00 / 0.04 / 0.57)

CMYK percentages

%12.73
%0
%3.64
%56.86

Codes

Color #606E6A in popluar color models

60 6E 6A
RGB 96 110 106
HSL 163° 6.80% 40.39%
HSB/HSV 163° 12.73% 43.14%
CMYK 12.73% 0.00% 3.64%
56.86%

Color #606E6A in popluar number systems.

HEX 60 6E 6A
Decimal 96 110 106
Binary 1100000 1101110 1101010
Octal 140 156 152

Shades and tints

Shades of #606E6A

#606E6A
(96,110,106)
#586461
(88,100,97)
#505A58
(80,90,88)
#48504F
(72,80,79)
#404646
(64,70,70)
#383C3D
(56,60,61)
#303234
(48,50,52)
#28282B
(40,40,43)
#201E22
(32,30,34)
#181419
(24,20,25)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #606E6A

#606E6A
(96,110,106)
#6E7B77
(110,123,119)
#7C8884
(124,136,132)
#8A9591
(138,149,145)
#98A29E
(152,162,158)
#A6AFAB
(166,175,171)
#B4BCB8
(180,188,184)
#C2C9C5
(194,201,197)
#D0D6D2
(208,214,210)
#DEE3DF
(222,227,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606E6A; }

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

This text font color is #606E6A.

Background Color

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

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

This div background color is #606E6A.

Border color

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

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

This div border color is #606E6A.

Opacity

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

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

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

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

This text has shadow with #606E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606E6A.

Preview

Color preview on black background

This text has color #606E6A on black background.


Color preview on white background

This text has color #606E6A on white background.


Black color preview on #606E6A background

This text has black color on #606E6A background.


White color preview on #606E6A background

This text has white color on #606E6A background.


Related colors

Complementary color

Complementary color for #hex is #9F9195.


I love getcolorcode.com

Triadic colors

1 #6A606E and #6E6A60 with #606E6A are triadic colors.

2 #6A6E60 and #6E606A with #606E6A are triadic colors.