COLOR #6D5C76

HEX: #6D5C76
RGB: (109,92,118)

Color info

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

RGB color model

#6D5C76 color RGB value is (109,92,118).

  • red value is 109;
  • green value is 92;
  • blue value is 118.
RGB:
(109,92,118)
(43%,36%,46%)

RGB channels and saturation

R 109 of 255 = 43%
G 92 of 255 = 36%
B 118 of 255 = 46%

109
92
118

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

Portions of RGB colors in percentages

R + G + B =
109 + 92 + 118 = 319 (100%)
R 109 of 319 ~ 34.17%
G 92 of 319 ~ 28.84%
B 118 of 319 ~ 36.99%

%34.17
%28.84
%36.99

CMYK color model

#6D5C76 color CMYK value is (8,22,0,54).

  • cyan value is 7.63%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,22,0,54)
C8M22Y0K54 
(8%,22%,0%,54%)
(0.08/0.22/0.00/0.54)	

CMYK percentages

%7.63
%22.03
%0
%53.73

Codes

Color #6D5C76 in popluar color models

6D5C76
RGB10992118
HSL279°12.38%41.18%
HSB/HSV279°22.03%46.27%
CMYK7.63%22.03%0.00%
53.73%

Color #6D5C76 in popluar number systems.

HEX6D5C76
Decimal10992118
Binary110110110111001110110
Octal155134166

Shades and tints

Shades of #6D5C76

#6D5C76
(109,92,118)
#64546C
(100,84,108)
#5B4C62
(91,76,98)
#524458
(82,68,88)
#493C4E
(73,60,78)
#403444
(64,52,68)
#372C3A
(55,44,58)
#2E2430
(46,36,48)
#251C26
(37,28,38)
#1C141C
(28,20,28)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #6D5C76

#6D5C76
(109,92,118)
#7A6A82
(122,106,130)
#87788E
(135,120,142)
#94869A
(148,134,154)
#A194A6
(161,148,166)
#AEA2B2
(174,162,178)
#BBB0BE
(187,176,190)
#C8BECA
(200,190,202)
#D5CCD6
(213,204,214)
#E2DAE2
(226,218,226)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5C76; }

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

This text font color is #6D5C76.


Background Color

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

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

This div background color is #6D5C76.


Border color

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

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

This div border color is #6D5C76.


Opacity

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

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

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

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

This text has shadow with #6D5C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5C76 on black background.


Color preview on white background

This text has color #6D5C76 on white background.



Black color preview on #6D5C76 background

This text has black color on #6D5C76 background.


White color preview on #6D5C76 background

This text has white color on #6D5C76 background.