COLOR #606065

HEX: #606065
RGB: (96,96,101)

Color info

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

RGB color model

#606065 color RGB value is (96,96,101).

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

RGB channels and saturation

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

96
96
101

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

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 101 = 293 (100%)
R 96 of 293 ~ 32.76%
G 96 of 293 ~ 32.76%
B 101 of 293 ~ 34.47%

%32.76
%32.76
%34.47

CMYK color model

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

  • cyan value is 4.95%
  • magenta value is 4.95%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(5,5,0,60)
C5M5Y0K60 
(5%,5%,0%,60%)
(0.05/0.05/0.00/0.60)	

CMYK percentages

%4.95
%4.95
%0
%60.39

Codes

Color #606065 in popluar color models

606065
RGB9696101
HSL240°2.54%38.63%
HSB/HSV240°4.95%39.61%
CMYK4.95%4.95%0.00%
60.39%

Color #606065 in popluar number systems.

HEX606065
Decimal9696101
Binary110000011000001100101
Octal140140145

Shades and tints

Shades of #606065

#606065
(96,96,101)
#58585C
(88,88,92)
#505053
(80,80,83)
#48484A
(72,72,74)
#404041
(64,64,65)
#383838
(56,56,56)
#30302F
(48,48,47)
#282826
(40,40,38)
#20201D
(32,32,29)
#181814
(24,24,20)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #606065

#606065
(96,96,101)
#6E6E73
(110,110,115)
#7C7C81
(124,124,129)
#8A8A8F
(138,138,143)
#98989D
(152,152,157)
#A6A6AB
(166,166,171)
#B4B4B9
(180,180,185)
#C2C2C7
(194,194,199)
#D0D0D5
(208,208,213)
#DEDEE3
(222,222,227)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606065; }

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

This text font color is #606065.


Background Color

.myBgColor { background-color: #606065; }

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

This div background color is #606065.


Border color

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

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

This div border color is #606065.


Opacity

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

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

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

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

This text has shadow with #606065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606065 on black background.


Color preview on white background

This text has color #606065 on white background.



Black color preview on #606065 background

This text has black color on #606065 background.


White color preview on #606065 background

This text has white color on #606065 background.