COLOR #606566

HEX: #606566
RGB: (96,101,102)

Color info

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

RGB color model

#606566 color RGB value is (96,101,102).

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

RGB channels and saturation

R 96 of 255 = 38%
G 101 of 255 = 40%
B 102 of 255 = 40%

96
101
102

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

Portions of RGB colors in percentages

R + G + B =
96 + 101 + 102 = 299 (100%)
R 96 of 299 ~ 32.11%
G 101 of 299 ~ 33.78%
B 102 of 299 ~ 34.11%

%32.11
%33.78
%34.11

CMYK color model

#606566 color CMYK value is (6,1,0,60).

  • cyan value is 5.88%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(6,1,0,60)
C6M1Y0K60 
(6%,1%,0%,60%)
(0.06/0.01/0.00/0.60)	

CMYK percentages

%5.88
%0.98
%0
%60

Codes

Color #606566 in popluar color models

606566
RGB96101102
HSL190°3.03%38.82%
HSB/HSV190°5.88%40.00%
CMYK5.88%0.98%0.00%
60.00%

Color #606566 in popluar number systems.

HEX606566
Decimal96101102
Binary110000011001011100110
Octal140145146

Shades and tints

Shades of #606566

#606566
(96,101,102)
#585C5D
(88,92,93)
#505354
(80,83,84)
#484A4B
(72,74,75)
#404142
(64,65,66)
#383839
(56,56,57)
#302F30
(48,47,48)
#282627
(40,38,39)
#201D1E
(32,29,30)
#181415
(24,20,21)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #606566

#606566
(96,101,102)
#6E7373
(110,115,115)
#7C8180
(124,129,128)
#8A8F8D
(138,143,141)
#989D9A
(152,157,154)
#A6ABA7
(166,171,167)
#B4B9B4
(180,185,180)
#C2C7C1
(194,199,193)
#D0D5CE
(208,213,206)
#DEE3DB
(222,227,219)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606566; }

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

This text font color is #606566.


Background Color

.myBgColor { background-color: #606566; }

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

This div background color is #606566.


Border color

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

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

This div border color is #606566.


Opacity

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

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

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

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

This text has shadow with #606566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606566 on black background.


Color preview on white background

This text has color #606566 on white background.



Black color preview on #606566 background

This text has black color on #606566 background.


White color preview on #606566 background

This text has white color on #606566 background.