COLOR #606865

HEX: #606865 RGB: (96,104,101)

Color info

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

RGB color model

#606865 color RGB value is (96,104,101).

RGB: (96,104,101) (38%, 41%, 40%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 101 of 255 = 40%

96
104
101

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

Portions of RGB colors in percentages

R + G + B = 96 + 104 + 101 = 301 (100%)
R 96 of 301 ~ 31.89%
G 104 of 301 ~ 34.55%
B 101 of 301 ~ 33.55'%

%31.89
%34.55
%33.55

CMYK color model

#606865 color CMYK value is (8,0,3,59).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 59.22%

CMYK: (8,0,3,59)
C8M0Y3K59 (8%, 0%, 3%, 59%)
(0.08 / 0.00 / 0.03 / 0.59)

CMYK percentages

%7.69
%0
%2.88
%59.22

Codes

Color #606865 in popluar color models

60 68 65
RGB 96 104 101
HSL 158° 4.00% 39.22%
HSB/HSV 158° 7.69% 40.78%
CMYK 7.69% 0.00% 2.88%
59.22%

Color #606865 in popluar number systems.

HEX 60 68 65
Decimal 96 104 101
Binary 1100000 1101000 1100101
Octal 140 150 145

Shades and tints

Shades of #606865

#606865
(96,104,101)
#585F5C
(88,95,92)
#505653
(80,86,83)
#484D4A
(72,77,74)
#404441
(64,68,65)
#383B38
(56,59,56)
#30322F
(48,50,47)
#282926
(40,41,38)
#20201D
(32,32,29)
#181714
(24,23,20)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #606865

#606865
(96,104,101)
#6E7573
(110,117,115)
#7C8281
(124,130,129)
#8A8F8F
(138,143,143)
#989C9D
(152,156,157)
#A6A9AB
(166,169,171)
#B4B6B9
(180,182,185)
#C2C3C7
(194,195,199)
#D0D0D5
(208,208,213)
#DEDDE3
(222,221,227)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606865; }

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

This text font color is #606865.

Background Color

.myBgColor { background-color: #606865; }

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

This div background color is #606865.

Border color

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

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

This div border color is #606865.

Opacity

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

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

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

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

This text has shadow with #606865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606865.

Preview

Color preview on black background

This text has color #606865 on black background.


Color preview on white background

This text has color #606865 on white background.


Black color preview on #606865 background

This text has black color on #606865 background.


White color preview on #606865 background

This text has white color on #606865 background.


Related colors

Complementary color

Complementary color for #hex is #9F979A.


I love getcolorcode.com

Triadic colors

1 #656068 and #686560 with #606865 are triadic colors.

2 #656860 and #686065 with #606865 are triadic colors.