COLOR #606663

HEX: #606663
RGB: (96,102,99)

Color info

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

RGB color model

#606663 color RGB value is (96,102,99).

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

RGB channels and saturation

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

96
102
99

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

Portions of RGB colors in percentages

R + G + B =
96 + 102 + 99 = 297 (100%)
R 96 of 297 ~ 32.32%
G 102 of 297 ~ 34.34%
B 99 of 297 ~ 33.33%

%32.32
%34.34
%33.33

CMYK color model

#606663 color CMYK value is (6,0,3,60).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 60.00%
CMYK:
(6,0,3,60)
C6M0Y3K60 
(6%,0%,3%,60%)
(0.06/0.00/0.03/0.60)	

CMYK percentages

%5.88
%0
%2.94
%60

Codes

Color #606663 in popluar color models

606663
RGB9610299
HSL150°3.03%38.82%
HSB/HSV150°5.88%40.00%
CMYK5.88%0.00%2.94%
60.00%

Color #606663 in popluar number systems.

HEX606663
Decimal9610299
Binary110000011001101100011
Octal140146143

Shades and tints

Shades of #606663

#606663
(96,102,99)
#585D5A
(88,93,90)
#505451
(80,84,81)
#484B48
(72,75,72)
#40423F
(64,66,63)
#383936
(56,57,54)
#30302D
(48,48,45)
#282724
(40,39,36)
#201E1B
(32,30,27)
#181512
(24,21,18)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #606663

#606663
(96,102,99)
#6E7371
(110,115,113)
#7C807F
(124,128,127)
#8A8D8D
(138,141,141)
#989A9B
(152,154,155)
#A6A7A9
(166,167,169)
#B4B4B7
(180,180,183)
#C2C1C5
(194,193,197)
#D0CED3
(208,206,211)
#DEDBE1
(222,219,225)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606663; }

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

This text font color is #606663.


Background Color

.myBgColor { background-color: #606663; }

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

This div background color is #606663.


Border color

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

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

This div border color is #606663.


Opacity

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

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

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

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

This text has shadow with #606663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606663 on black background.


Color preview on white background

This text has color #606663 on white background.



Black color preview on #606663 background

This text has black color on #606663 background.


White color preview on #606663 background

This text has white color on #606663 background.