COLOR #606661

HEX: #606661
RGB: (96,102,97)

Color info

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

RGB color model

#606661 color RGB value is (96,102,97).

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

RGB channels and saturation

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

96
102
97

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

Portions of RGB colors in percentages

R + G + B =
96 + 102 + 97 = 295 (100%)
R 96 of 295 ~ 32.54%
G 102 of 295 ~ 34.58%
B 97 of 295 ~ 32.88%

%32.54
%34.58
%32.88

CMYK color model

#606661 color CMYK value is (6,0,5,60).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(6,0,5,60)
C6M0Y5K60 
(6%,0%,5%,60%)
(0.06/0.00/0.05/0.60)	

CMYK percentages

%5.88
%0
%4.9
%60

Codes

Color #606661 in popluar color models

606661
RGB9610297
HSL130°3.03%38.82%
HSB/HSV130°5.88%40.00%
CMYK5.88%0.00%4.90%
60.00%

Color #606661 in popluar number systems.

HEX606661
Decimal9610297
Binary110000011001101100001
Octal140146141

Shades and tints

Shades of #606661

#606661
(96,102,97)
#585D59
(88,93,89)
#505451
(80,84,81)
#484B49
(72,75,73)
#404241
(64,66,65)
#383939
(56,57,57)
#303031
(48,48,49)
#282729
(40,39,41)
#201E21
(32,30,33)
#181519
(24,21,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #606661

#606661
(96,102,97)
#6E736F
(110,115,111)
#7C807D
(124,128,125)
#8A8D8B
(138,141,139)
#989A99
(152,154,153)
#A6A7A7
(166,167,167)
#B4B4B5
(180,180,181)
#C2C1C3
(194,193,195)
#D0CED1
(208,206,209)
#DEDBDF
(222,219,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606661; }

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

This text font color is #606661.


Background Color

.myBgColor { background-color: #606661; }

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

This div background color is #606661.


Border color

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

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

This div border color is #606661.


Opacity

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

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

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

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

This text has shadow with #606661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606661 on black background.


Color preview on white background

This text has color #606661 on white background.



Black color preview on #606661 background

This text has black color on #606661 background.


White color preview on #606661 background

This text has white color on #606661 background.