COLOR #606466

HEX: #606466
RGB: (96,100,102)

Color info

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

RGB color model

#606466 color RGB value is (96,100,102).

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

RGB channels and saturation

R 96 of 255 = 38%
G 100 of 255 = 39%
B 102 of 255 = 40%

96
100
102

R + G + B ~ 39%. #606466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 100 + 102 = 298 (100%)
R 96 of 298 ~ 32.21%
G 100 of 298 ~ 33.56%
B 102 of 298 ~ 34.23%

%32.21
%33.56
%34.23

CMYK color model

#606466 color CMYK value is (6,2,0,60).

  • cyan value is 5.88%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(6,2,0,60)
C6M2Y0K60 
(6%,2%,0%,60%)
(0.06/0.02/0.00/0.60)	

CMYK percentages

%5.88
%1.96
%0
%60

Codes

Color #606466 in popluar color models

606466
RGB96100102
HSL200°3.03%38.82%
HSB/HSV200°5.88%40.00%
CMYK5.88%1.96%0.00%
60.00%

Color #606466 in popluar number systems.

HEX606466
Decimal96100102
Binary110000011001001100110
Octal140144146

Shades and tints

Shades of #606466

#606466
(96,100,102)
#585B5D
(88,91,93)
#505254
(80,82,84)
#48494B
(72,73,75)
#404042
(64,64,66)
#383739
(56,55,57)
#302E30
(48,46,48)
#282527
(40,37,39)
#201C1E
(32,28,30)
#181315
(24,19,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #606466

#606466
(96,100,102)
#6E7273
(110,114,115)
#7C8080
(124,128,128)
#8A8E8D
(138,142,141)
#989C9A
(152,156,154)
#A6AAA7
(166,170,167)
#B4B8B4
(180,184,180)
#C2C6C1
(194,198,193)
#D0D4CE
(208,212,206)
#DEE2DB
(222,226,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606466; }

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

This text font color is #606466.


Background Color

.myBgColor { background-color: #606466; }

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

This div background color is #606466.


Border color

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

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

This div border color is #606466.


Opacity

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

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

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

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

This text has shadow with #606466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606466 on black background.


Color preview on white background

This text has color #606466 on white background.



Black color preview on #606466 background

This text has black color on #606466 background.


White color preview on #606466 background

This text has white color on #606466 background.