COLOR #606479

HEX: #606479
RGB: (96,100,121)

Color info

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

RGB color model

#606479 color RGB value is (96,100,121).

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

RGB channels and saturation

R 96 of 255 = 38%
G 100 of 255 = 39%
B 121 of 255 = 47%

96
100
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 100 + 121 = 317 (100%)
R 96 of 317 ~ 30.28%
G 100 of 317 ~ 31.55%
B 121 of 317 ~ 38.17%

%30.28
%31.55
%38.17

CMYK color model

#606479 color CMYK value is (21,17,0,53).

  • cyan value is 20.66%
  • magenta value is 17.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(21,17,0,53)
C21M17Y0K53 
(21%,17%,0%,53%)
(0.21/0.17/0.00/0.53)	

CMYK percentages

%20.66
%17.36
%0
%52.55

Codes

Color #606479 in popluar color models

606479
RGB96100121
HSL230°11.52%42.55%
HSB/HSV230°20.66%47.45%
CMYK20.66%17.36%0.00%
52.55%

Color #606479 in popluar number systems.

HEX606479
Decimal96100121
Binary110000011001001111001
Octal140144171

Shades and tints

Shades of #606479

#606479
(96,100,121)
#585B6E
(88,91,110)
#505263
(80,82,99)
#484958
(72,73,88)
#40404D
(64,64,77)
#383742
(56,55,66)
#302E37
(48,46,55)
#28252C
(40,37,44)
#201C21
(32,28,33)
#181316
(24,19,22)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #606479

#606479
(96,100,121)
#6E7285
(110,114,133)
#7C8091
(124,128,145)
#8A8E9D
(138,142,157)
#989CA9
(152,156,169)
#A6AAB5
(166,170,181)
#B4B8C1
(180,184,193)
#C2C6CD
(194,198,205)
#D0D4D9
(208,212,217)
#DEE2E5
(222,226,229)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606479; }

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

This text font color is #606479.


Background Color

.myBgColor { background-color: #606479; }

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

This div background color is #606479.


Border color

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

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

This div border color is #606479.


Opacity

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

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

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

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

This text has shadow with #606479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606479 on black background.


Color preview on white background

This text has color #606479 on white background.



Black color preview on #606479 background

This text has black color on #606479 background.


White color preview on #606479 background

This text has white color on #606479 background.