COLOR #6D5D6F

HEX: #6D5D6F
RGB: (109,93,111)

Color info

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

RGB color model

#6D5D6F color RGB value is (109,93,111).

  • red value is 109;
  • green value is 93;
  • blue value is 111.
RGB:
(109,93,111)
(43%,36%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 111 of 255 = 44%

109
93
111

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

Portions of RGB colors in percentages

R + G + B =
109 + 93 + 111 = 313 (100%)
R 109 of 313 ~ 34.82%
G 93 of 313 ~ 29.71%
B 111 of 313 ~ 35.46%

%34.82
%29.71
%35.46

CMYK color model

#6D5D6F color CMYK value is (2,16,0,56).

  • cyan value is 1.80%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(2,16,0,56)
C2M16Y0K56 
(2%,16%,0%,56%)
(0.02/0.16/0.00/0.56)	

CMYK percentages

%1.8
%16.22
%0
%56.47

Codes

Color #6D5D6F in popluar color models

6D5D6F
RGB10993111
HSL293°8.82%40.00%
HSB/HSV293°16.22%43.53%
CMYK1.80%16.22%0.00%
56.47%

Color #6D5D6F in popluar number systems.

HEX6D5D6F
Decimal10993111
Binary110110110111011101111
Octal155135157

Shades and tints

Shades of #6D5D6F

#6D5D6F
(109,93,111)
#645565
(100,85,101)
#5B4D5B
(91,77,91)
#524551
(82,69,81)
#493D47
(73,61,71)
#40353D
(64,53,61)
#372D33
(55,45,51)
#2E2529
(46,37,41)
#251D1F
(37,29,31)
#1C1515
(28,21,21)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #6D5D6F

#6D5D6F
(109,93,111)
#7A6B7C
(122,107,124)
#877989
(135,121,137)
#948796
(148,135,150)
#A195A3
(161,149,163)
#AEA3B0
(174,163,176)
#BBB1BD
(187,177,189)
#C8BFCA
(200,191,202)
#D5CDD7
(213,205,215)
#E2DBE4
(226,219,228)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5D6F; }

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

This text font color is #6D5D6F.


Background Color

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

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

This div background color is #6D5D6F.


Border color

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

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

This div border color is #6D5D6F.


Opacity

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

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

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

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

This text has shadow with #6D5D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5D6F on black background.


Color preview on white background

This text has color #6D5D6F on white background.



Black color preview on #6D5D6F background

This text has black color on #6D5D6F background.


White color preview on #6D5D6F background

This text has white color on #6D5D6F background.