COLOR #606E79

HEX: #606E79
RGB: (96,110,121)

Color info

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

RGB color model

#606E79 color RGB value is (96,110,121).

  • red value is 96;
  • green value is 110;
  • blue value is 121.
RGB:
(96,110,121)
(38%,43%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 110 of 255 = 43%
B 121 of 255 = 47%

96
110
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 110 + 121 = 327 (100%)
R 96 of 327 ~ 29.36%
G 110 of 327 ~ 33.64%
B 121 of 327 ~ 37%

%29.36
%33.64
%37

CMYK color model

#606E79 color CMYK value is (21,9,0,53).

  • cyan value is 20.66%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(21,9,0,53)
C21M9Y0K53 
(21%,9%,0%,53%)
(0.21/0.09/0.00/0.53)	

CMYK percentages

%20.66
%9.09
%0
%52.55

Codes

Color #606E79 in popluar color models

606E79
RGB96110121
HSL206°11.52%42.55%
HSB/HSV206°20.66%47.45%
CMYK20.66%9.09%0.00%
52.55%

Color #606E79 in popluar number systems.

HEX606E79
Decimal96110121
Binary110000011011101111001
Octal140156171

Shades and tints

Shades of #606E79

#606E79
(96,110,121)
#58646E
(88,100,110)
#505A63
(80,90,99)
#485058
(72,80,88)
#40464D
(64,70,77)
#383C42
(56,60,66)
#303237
(48,50,55)
#28282C
(40,40,44)
#201E21
(32,30,33)
#181416
(24,20,22)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #606E79

#606E79
(96,110,121)
#6E7B85
(110,123,133)
#7C8891
(124,136,145)
#8A959D
(138,149,157)
#98A2A9
(152,162,169)
#A6AFB5
(166,175,181)
#B4BCC1
(180,188,193)
#C2C9CD
(194,201,205)
#D0D6D9
(208,214,217)
#DEE3E5
(222,227,229)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606E79; }

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

This text font color is #606E79.


Background Color

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

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

This div background color is #606E79.


Border color

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

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

This div border color is #606E79.


Opacity

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

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

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

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

This text has shadow with #606E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606E79 on black background.


Color preview on white background

This text has color #606E79 on white background.



Black color preview on #606E79 background

This text has black color on #606E79 background.


White color preview on #606E79 background

This text has white color on #606E79 background.