COLOR #606B79

HEX: #606B79 RGB: (96,107,121)

Color info

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

RGB color model

#606B79 color RGB value is (96,107,121).

RGB: (96,107,121) (38%, 42%, 47%)

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 121 of 255 = 47%

96
107
121

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

Portions of RGB colors in percentages

R + G + B = 96 + 107 + 121 = 324 (100%)
R 96 of 324 ~ 29.63%
G 107 of 324 ~ 33.02%
B 121 of 324 ~ 37.35'%

%29.63
%33.02
%37.35

CMYK color model

#606B79 color CMYK value is (21,12,0,53).

  • cyan value is 20.66%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (21,12,0,53)
C21M12Y0K53 (21%, 12%, 0%, 53%)
(0.21 / 0.12 / 0.00 / 0.53)

CMYK percentages

%20.66
%11.57
%0
%52.55

Codes

Color #606B79 in popluar color models

60 6B 79
RGB 96 107 121
HSL 214° 11.52% 42.55%
HSB/HSV 214° 20.66% 47.45%
CMYK 20.66% 11.57% 0.00%
52.55%

Color #606B79 in popluar number systems.

HEX 60 6B 79
Decimal 96 107 121
Binary 1100000 1101011 1111001
Octal 140 153 171

Shades and tints

Shades of #606B79

#606B79
(96,107,121)
#58626E
(88,98,110)
#505963
(80,89,99)
#485058
(72,80,88)
#40474D
(64,71,77)
#383E42
(56,62,66)
#303537
(48,53,55)
#282C2C
(40,44,44)
#202321
(32,35,33)
#181A16
(24,26,22)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #606B79

#606B79
(96,107,121)
#6E7885
(110,120,133)
#7C8591
(124,133,145)
#8A929D
(138,146,157)
#989FA9
(152,159,169)
#A6ACB5
(166,172,181)
#B4B9C1
(180,185,193)
#C2C6CD
(194,198,205)
#D0D3D9
(208,211,217)
#DEE0E5
(222,224,229)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B79; }

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

This text font color is #606B79.

Background Color

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

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

This div background color is #606B79.

Border color

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

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

This div border color is #606B79.

Opacity

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

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

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

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

This text has shadow with #606B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606B79.

Preview

Color preview on black background

This text has color #606B79 on black background.


Color preview on white background

This text has color #606B79 on white background.


Black color preview on #606B79 background

This text has black color on #606B79 background.


White color preview on #606B79 background

This text has white color on #606B79 background.


Related colors

Complementary color

Complementary color for #hex is #9F9486.


I love getcolorcode.com

Triadic colors

1 #79606B and #6B7960 with #606B79 are triadic colors.

2 #796B60 and #6B6079 with #606B79 are triadic colors.