COLOR #6D4B76

HEX: #6D4B76
RGB: (109,75,118)

Color info

#6D4B76 contains red, green and blue colors in about the same proportion. Web safe color of #6D4B76 is #663366 (or #636).

RGB color model

#6D4B76 color RGB value is (109,75,118).

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

RGB channels and saturation

R 109 of 255 = 43%
G 75 of 255 = 29%
B 118 of 255 = 46%

109
75
118

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

Portions of RGB colors in percentages

R + G + B =
109 + 75 + 118 = 302 (100%)
R 109 of 302 ~ 36.09%
G 75 of 302 ~ 24.83%
B 118 of 302 ~ 39.07%

%36.09
%24.83
%39.07

CMYK color model

#6D4B76 color CMYK value is (8,36,0,54).

  • cyan value is 7.63%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,36,0,54)
C8M36Y0K54 
(8%,36%,0%,54%)
(0.08/0.36/0.00/0.54)	

CMYK percentages

%7.63
%36.44
%0
%53.73

Codes

Color #6D4B76 in popluar color models

6D4B76
RGB10975118
HSL287°22.28%37.84%
HSB/HSV287°36.44%46.27%
CMYK7.63%36.44%0.00%
53.73%

Color #6D4B76 in popluar number systems.

HEX6D4B76
Decimal10975118
Binary110110110010111110110
Octal155113166

Shades and tints

Shades of #6D4B76

#6D4B76
(109,75,118)
#64456C
(100,69,108)
#5B3F62
(91,63,98)
#523958
(82,57,88)
#49334E
(73,51,78)
#402D44
(64,45,68)
#37273A
(55,39,58)
#2E2130
(46,33,48)
#251B26
(37,27,38)
#1C151C
(28,21,28)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #6D4B76

#6D4B76
(109,75,118)
#7A5B82
(122,91,130)
#876B8E
(135,107,142)
#947B9A
(148,123,154)
#A18BA6
(161,139,166)
#AE9BB2
(174,155,178)
#BBABBE
(187,171,190)
#C8BBCA
(200,187,202)
#D5CBD6
(213,203,214)
#E2DBE2
(226,219,226)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4B76; }

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

This text font color is #6D4B76.


Background Color

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

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

This div background color is #6D4B76.


Border color

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

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

This div border color is #6D4B76.


Opacity

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

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

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

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

This text has shadow with #6D4B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4B76 on black background.


Color preview on white background

This text has color #6D4B76 on white background.



Black color preview on #6D4B76 background

This text has black color on #6D4B76 background.


White color preview on #6D4B76 background

This text has white color on #6D4B76 background.