COLOR #606469

HEX: #606469
RGB: (96,100,105)

Color info

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

RGB color model

#606469 color RGB value is (96,100,105).

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

RGB channels and saturation

R 96 of 255 = 38%
G 100 of 255 = 39%
B 105 of 255 = 41%

96
100
105

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

Portions of RGB colors in percentages

R + G + B =
96 + 100 + 105 = 301 (100%)
R 96 of 301 ~ 31.89%
G 100 of 301 ~ 33.22%
B 105 of 301 ~ 34.88%

%31.89
%33.22
%34.88

CMYK color model

#606469 color CMYK value is (9,5,0,59).

  • cyan value is 8.57%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(9,5,0,59)
C9M5Y0K59 
(9%,5%,0%,59%)
(0.09/0.05/0.00/0.59)	

CMYK percentages

%8.57
%4.76
%0
%58.82

Codes

Color #606469 in popluar color models

606469
RGB96100105
HSL213°4.48%39.41%
HSB/HSV213°8.57%41.18%
CMYK8.57%4.76%0.00%
58.82%

Color #606469 in popluar number systems.

HEX606469
Decimal96100105
Binary110000011001001101001
Octal140144151

Shades and tints

Shades of #606469

#606469
(96,100,105)
#585B60
(88,91,96)
#505257
(80,82,87)
#48494E
(72,73,78)
#404045
(64,64,69)
#38373C
(56,55,60)
#302E33
(48,46,51)
#28252A
(40,37,42)
#201C21
(32,28,33)
#181318
(24,19,24)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #606469

#606469
(96,100,105)
#6E7276
(110,114,118)
#7C8083
(124,128,131)
#8A8E90
(138,142,144)
#989C9D
(152,156,157)
#A6AAAA
(166,170,170)
#B4B8B7
(180,184,183)
#C2C6C4
(194,198,196)
#D0D4D1
(208,212,209)
#DEE2DE
(222,226,222)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606469; }

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

This text font color is #606469.


Background Color

.myBgColor { background-color: #606469; }

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

This div background color is #606469.


Border color

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

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

This div border color is #606469.


Opacity

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

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

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

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

This text has shadow with #606469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606469 on black background.


Color preview on white background

This text has color #606469 on white background.



Black color preview on #606469 background

This text has black color on #606469 background.


White color preview on #606469 background

This text has white color on #606469 background.