COLOR #6D4D82

HEX: #6D4D82
RGB: (109,77,130)

Color info

#6D4D82 contains red, green and blue colors in about the same proportion. Web safe color of #6D4D82 is #663399 (or #639).

RGB color model

#6D4D82 color RGB value is (109,77,130).

  • red value is 109;
  • green value is 77;
  • blue value is 130.
RGB:
(109,77,130)
(43%,30%,51%)

RGB channels and saturation

R 109 of 255 = 43%
G 77 of 255 = 30%
B 130 of 255 = 51%

109
77
130

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

Portions of RGB colors in percentages

R + G + B =
109 + 77 + 130 = 316 (100%)
R 109 of 316 ~ 34.49%
G 77 of 316 ~ 24.37%
B 130 of 316 ~ 41.14%

%34.49
%24.37
%41.14

CMYK color model

#6D4D82 color CMYK value is (16,41,0,49).

  • cyan value is 16.15%
  • magenta value is 40.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(16,41,0,49)
C16M41Y0K49 
(16%,41%,0%,49%)
(0.16/0.41/0.00/0.49)	

CMYK percentages

%16.15
%40.77
%0
%49.02

Codes

Color #6D4D82 in popluar color models

6D4D82
RGB10977130
HSL276°25.60%40.59%
HSB/HSV276°40.77%50.98%
CMYK16.15%40.77%0.00%
49.02%

Color #6D4D82 in popluar number systems.

HEX6D4D82
Decimal10977130
Binary1101101100110110000010
Octal155115202

Shades and tints

Shades of #6D4D82

#6D4D82
(109,77,130)
#644677
(100,70,119)
#5B3F6C
(91,63,108)
#523861
(82,56,97)
#493156
(73,49,86)
#402A4B
(64,42,75)
#372340
(55,35,64)
#2E1C35
(46,28,53)
#25152A
(37,21,42)
#1C0E1F
(28,14,31)
#130714
(19,7,20)
#000000
(0,0,0)

Tints of #6D4D82

#6D4D82
(109,77,130)
#7A5D8D
(122,93,141)
#876D98
(135,109,152)
#947DA3
(148,125,163)
#A18DAE
(161,141,174)
#AE9DB9
(174,157,185)
#BBADC4
(187,173,196)
#C8BDCF
(200,189,207)
#D5CDDA
(213,205,218)
#E2DDE5
(226,221,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4D82; }

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

This text font color is #6D4D82.


Background Color

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

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

This div background color is #6D4D82.


Border color

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

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

This div border color is #6D4D82.


Opacity

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

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

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

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

This text has shadow with #6D4D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4D82 on black background.


Color preview on white background

This text has color #6D4D82 on white background.



Black color preview on #6D4D82 background

This text has black color on #6D4D82 background.


White color preview on #6D4D82 background

This text has white color on #6D4D82 background.