COLOR #606E71

HEX: #606E71 RGB: (96,110,113)

Color info

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

RGB color model

#606E71 color RGB value is (96,110,113).

RGB: (96,110,113) (38%, 43%, 44%)

RGB channels and saturation

R 96 of 255 = 38%
G 110 of 255 = 43%
B 113 of 255 = 44%

96
110
113

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

Portions of RGB colors in percentages

R + G + B = 96 + 110 + 113 = 319 (100%)
R 96 of 319 ~ 30.09%
G 110 of 319 ~ 34.48%
B 113 of 319 ~ 35.42'%

%30.09
%34.48
%35.42

CMYK color model

#606E71 color CMYK value is (15,3,0,56).

  • cyan value is 15.04%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (15,3,0,56)
C15M3Y0K56 (15%, 3%, 0%, 56%)
(0.15 / 0.03 / 0.00 / 0.56)

CMYK percentages

%15.04
%2.65
%0
%55.69

Codes

Color #606E71 in popluar color models

60 6E 71
RGB 96 110 113
HSL 191° 8.13% 40.98%
HSB/HSV 191° 15.04% 44.31%
CMYK 15.04% 2.65% 0.00%
55.69%

Color #606E71 in popluar number systems.

HEX 60 6E 71
Decimal 96 110 113
Binary 1100000 1101110 1110001
Octal 140 156 161

Shades and tints

Shades of #606E71

#606E71
(96,110,113)
#586467
(88,100,103)
#505A5D
(80,90,93)
#485053
(72,80,83)
#404649
(64,70,73)
#383C3F
(56,60,63)
#303235
(48,50,53)
#28282B
(40,40,43)
#201E21
(32,30,33)
#181417
(24,20,23)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #606E71

#606E71
(96,110,113)
#6E7B7D
(110,123,125)
#7C8889
(124,136,137)
#8A9595
(138,149,149)
#98A2A1
(152,162,161)
#A6AFAD
(166,175,173)
#B4BCB9
(180,188,185)
#C2C9C5
(194,201,197)
#D0D6D1
(208,214,209)
#DEE3DD
(222,227,221)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606E71; }

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

This text font color is #606E71.

Background Color

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

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

This div background color is #606E71.

Border color

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

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

This div border color is #606E71.

Opacity

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

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

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

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

This text has shadow with #606E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606E71.

Preview

Color preview on black background

This text has color #606E71 on black background.


Color preview on white background

This text has color #606E71 on white background.


Black color preview on #606E71 background

This text has black color on #606E71 background.


White color preview on #606E71 background

This text has white color on #606E71 background.


Related colors

Complementary color

Complementary color for #hex is #9F918E.


I love getcolorcode.com

Triadic colors

1 #71606E and #6E7160 with #606E71 are triadic colors.

2 #716E60 and #6E6071 with #606E71 are triadic colors.