COLOR #6D556D

HEX: #6D556D
RGB: (109,85,109)

Color info

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

RGB color model

#6D556D color RGB value is (109,85,109).

  • red value is 109;
  • green value is 85;
  • blue value is 109.
RGB:
(109,85,109)
(43%,33%,43%)

RGB channels and saturation

R 109 of 255 = 43%
G 85 of 255 = 33%
B 109 of 255 = 43%

109
85
109

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

Portions of RGB colors in percentages

R + G + B =
109 + 85 + 109 = 303 (100%)
R 109 of 303 ~ 35.97%
G 85 of 303 ~ 28.05%
B 109 of 303 ~ 35.97%

%35.97
%28.05
%35.97

CMYK color model

#6D556D color CMYK value is (0,22,0,57).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(0,22,0,57)
C0M22Y0K57 
(0%,22%,0%,57%)
(0.00/0.22/0.00/0.57)	

CMYK percentages

%0
%22.02
%0
%57.25

Codes

Color #6D556D in popluar color models

6D556D
RGB10985109
HSL300°12.37%38.04%
HSB/HSV300°22.02%42.75%
CMYK0.00%22.02%0.00%
57.25%

Color #6D556D in popluar number systems.

HEX6D556D
Decimal10985109
Binary110110110101011101101
Octal155125155

Shades and tints

Shades of #6D556D

#6D556D
(109,85,109)
#644E64
(100,78,100)
#5B475B
(91,71,91)
#524052
(82,64,82)
#493949
(73,57,73)
#403240
(64,50,64)
#372B37
(55,43,55)
#2E242E
(46,36,46)
#251D25
(37,29,37)
#1C161C
(28,22,28)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #6D556D

#6D556D
(109,85,109)
#7A647A
(122,100,122)
#877387
(135,115,135)
#948294
(148,130,148)
#A191A1
(161,145,161)
#AEA0AE
(174,160,174)
#BBAFBB
(187,175,187)
#C8BEC8
(200,190,200)
#D5CDD5
(213,205,213)
#E2DCE2
(226,220,226)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D556D; }

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

This text font color is #6D556D.


Background Color

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

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

This div background color is #6D556D.


Border color

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

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

This div border color is #6D556D.


Opacity

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

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

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

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

This text has shadow with #6D556D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D556D on black background.


Color preview on white background

This text has color #6D556D on white background.



Black color preview on #6D556D background

This text has black color on #6D556D background.


White color preview on #6D556D background

This text has white color on #6D556D background.