COLOR #6D6577

HEX: #6D6577
RGB: (109,101,119)

Color info

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

RGB color model

#6D6577 color RGB value is (109,101,119).

  • red value is 109;
  • green value is 101;
  • blue value is 119.
RGB:
(109,101,119)
(43%,40%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 119 of 255 = 47%

109
101
119

R + G + B ~ 43%. #6D6577 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 119 = 329 (100%)
R 109 of 329 ~ 33.13%
G 101 of 329 ~ 30.7%
B 119 of 329 ~ 36.17%

%33.13
%30.7
%36.17

CMYK color model

#6D6577 color CMYK value is (8,15,0,53).

  • cyan value is 8.40%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(8,15,0,53)
C8M15Y0K53 
(8%,15%,0%,53%)
(0.08/0.15/0.00/0.53)	

CMYK percentages

%8.4
%15.13
%0
%53.33

Codes

Color #6D6577 in popluar color models

6D6577
RGB109101119
HSL267°8.18%43.14%
HSB/HSV267°15.13%46.67%
CMYK8.40%15.13%0.00%
53.33%

Color #6D6577 in popluar number systems.

HEX6D6577
Decimal109101119
Binary110110111001011110111
Octal155145167

Shades and tints

Shades of #6D6577

#6D6577
(109,101,119)
#645C6D
(100,92,109)
#5B5363
(91,83,99)
#524A59
(82,74,89)
#49414F
(73,65,79)
#403845
(64,56,69)
#372F3B
(55,47,59)
#2E2631
(46,38,49)
#251D27
(37,29,39)
#1C141D
(28,20,29)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #6D6577

#6D6577
(109,101,119)
#7A7383
(122,115,131)
#87818F
(135,129,143)
#948F9B
(148,143,155)
#A19DA7
(161,157,167)
#AEABB3
(174,171,179)
#BBB9BF
(187,185,191)
#C8C7CB
(200,199,203)
#D5D5D7
(213,213,215)
#E2E3E3
(226,227,227)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6577 color. Also use rgb(109,101,119) instead hex code.

Text Font Color

.myTextColor { color: #6D6577; }

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

This text font color is #6D6577.


Background Color

.myBgColor { background-color: #6D6577; }

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

This div background color is #6D6577.


Border color

.myBorderColor { border: 1px solid #6D6577; }

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

This div border color is #6D6577.


Opacity

.myOpacity80 { color: #6D6577; opacity: 0.8; }

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

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

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

This text has shadow with #6D6577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6577 on black background.


Color preview on white background

This text has color #6D6577 on white background.



Black color preview on #6D6577 background

This text has black color on #6D6577 background.


White color preview on #6D6577 background

This text has white color on #6D6577 background.