COLOR #606869

HEX: #606869
RGB: (96,104,105)

Color info

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

RGB color model

#606869 color RGB value is (96,104,105).

  • red value is 96;
  • green value is 104;
  • blue value is 105.
RGB:
(96,104,105)
(38%,41%,41%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 105 of 255 = 41%

96
104
105

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

Portions of RGB colors in percentages

R + G + B =
96 + 104 + 105 = 305 (100%)
R 96 of 305 ~ 31.48%
G 104 of 305 ~ 34.1%
B 105 of 305 ~ 34.43%

%31.48
%34.1
%34.43

CMYK color model

#606869 color CMYK value is (9,1,0,59).

  • cyan value is 8.57%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(9,1,0,59)
C9M1Y0K59 
(9%,1%,0%,59%)
(0.09/0.01/0.00/0.59)	

CMYK percentages

%8.57
%0.95
%0
%58.82

Codes

Color #606869 in popluar color models

606869
RGB96104105
HSL187°4.48%39.41%
HSB/HSV187°8.57%41.18%
CMYK8.57%0.95%0.00%
58.82%

Color #606869 in popluar number systems.

HEX606869
Decimal96104105
Binary110000011010001101001
Octal140150151

Shades and tints

Shades of #606869

#606869
(96,104,105)
#585F60
(88,95,96)
#505657
(80,86,87)
#484D4E
(72,77,78)
#404445
(64,68,69)
#383B3C
(56,59,60)
#303233
(48,50,51)
#28292A
(40,41,42)
#202021
(32,32,33)
#181718
(24,23,24)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #606869

#606869
(96,104,105)
#6E7576
(110,117,118)
#7C8283
(124,130,131)
#8A8F90
(138,143,144)
#989C9D
(152,156,157)
#A6A9AA
(166,169,170)
#B4B6B7
(180,182,183)
#C2C3C4
(194,195,196)
#D0D0D1
(208,208,209)
#DEDDDE
(222,221,222)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606869; }

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

This text font color is #606869.


Background Color

.myBgColor { background-color: #606869; }

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

This div background color is #606869.


Border color

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

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

This div border color is #606869.


Opacity

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

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

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

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

This text has shadow with #606869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606869 on black background.


Color preview on white background

This text has color #606869 on white background.



Black color preview on #606869 background

This text has black color on #606869 background.


White color preview on #606869 background

This text has white color on #606869 background.