COLOR #606179

HEX: #606179
RGB: (96,97,121)

Color info

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

RGB color model

#606179 color RGB value is (96,97,121).

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

RGB channels and saturation

R 96 of 255 = 38%
G 97 of 255 = 38%
B 121 of 255 = 47%

96
97
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 97 + 121 = 314 (100%)
R 96 of 314 ~ 30.57%
G 97 of 314 ~ 30.89%
B 121 of 314 ~ 38.54%

%30.57
%30.89
%38.54

CMYK color model

#606179 color CMYK value is (21,20,0,53).

  • cyan value is 20.66%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(21,20,0,53)
C21M20Y0K53 
(21%,20%,0%,53%)
(0.21/0.20/0.00/0.53)	

CMYK percentages

%20.66
%19.83
%0
%52.55

Codes

Color #606179 in popluar color models

606179
RGB9697121
HSL238°11.52%42.55%
HSB/HSV238°20.66%47.45%
CMYK20.66%19.83%0.00%
52.55%

Color #606179 in popluar number systems.

HEX606179
Decimal9697121
Binary110000011000011111001
Octal140141171

Shades and tints

Shades of #606179

#606179
(96,97,121)
#58596E
(88,89,110)
#505163
(80,81,99)
#484958
(72,73,88)
#40414D
(64,65,77)
#383942
(56,57,66)
#303137
(48,49,55)
#28292C
(40,41,44)
#202121
(32,33,33)
#181916
(24,25,22)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #606179

#606179
(96,97,121)
#6E6F85
(110,111,133)
#7C7D91
(124,125,145)
#8A8B9D
(138,139,157)
#9899A9
(152,153,169)
#A6A7B5
(166,167,181)
#B4B5C1
(180,181,193)
#C2C3CD
(194,195,205)
#D0D1D9
(208,209,217)
#DEDFE5
(222,223,229)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606179; }

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

This text font color is #606179.


Background Color

.myBgColor { background-color: #606179; }

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

This div background color is #606179.


Border color

.myBorderColor { border: 1px solid #606179; }

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

This div border color is #606179.


Opacity

.myOpacity80 { color: #606179; opacity: 0.8; }

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

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

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

This text has shadow with #606179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606179 on black background.


Color preview on white background

This text has color #606179 on white background.



Black color preview on #606179 background

This text has black color on #606179 background.


White color preview on #606179 background

This text has white color on #606179 background.