COLOR #6D4780

HEX: #6D4780 RGB: (109,71,128)

Color info

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

RGB color model

#6D4780 color RGB value is (109,71,128).

RGB: (109,71,128) (43%, 28%, 50%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 128 of 255 = 50%

109
71
128

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

Portions of RGB colors in percentages

R + G + B = 109 + 71 + 128 = 308 (100%)
R 109 of 308 ~ 35.39%
G 71 of 308 ~ 23.05%
B 128 of 308 ~ 41.56'%

%35.39
%23.05
%41.56

CMYK color model

#6D4780 color CMYK value is (15,45,0,50).

  • cyan value is 14.84%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (15,45,0,50)
C15M45Y0K50 (15%, 45%, 0%, 50%)
(0.15 / 0.45 / 0.00 / 0.50)

CMYK percentages

%14.84
%44.53
%0
%49.8

Codes

Color #6D4780 in popluar color models

6D 47 80
RGB 109 71 128
HSL 280° 28.64% 39.02%
HSB/HSV 280° 44.53% 50.20%
CMYK 14.84% 44.53% 0.00%
49.80%

Color #6D4780 in popluar number systems.

HEX 6D 47 80
Decimal 109 71 128
Binary 1101101 1000111 10000000
Octal 155 107 200

Shades and tints

Shades of #6D4780

#6D4780
(109,71,128)
#644175
(100,65,117)
#5B3B6A
(91,59,106)
#52355F
(82,53,95)
#492F54
(73,47,84)
#402949
(64,41,73)
#37233E
(55,35,62)
#2E1D33
(46,29,51)
#251728
(37,23,40)
#1C111D
(28,17,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #6D4780

#6D4780
(109,71,128)
#7A578B
(122,87,139)
#876796
(135,103,150)
#9477A1
(148,119,161)
#A187AC
(161,135,172)
#AE97B7
(174,151,183)
#BBA7C2
(187,167,194)
#C8B7CD
(200,183,205)
#D5C7D8
(213,199,216)
#E2D7E3
(226,215,227)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4780; }

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

This text font color is #6D4780.

Background Color

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

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

This div background color is #6D4780.

Border color

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

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

This div border color is #6D4780.

Opacity

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

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

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

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

This text has shadow with #6D4780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4780.

Preview

Color preview on black background

This text has color #6D4780 on black background.


Color preview on white background

This text has color #6D4780 on white background.


Black color preview on #6D4780 background

This text has black color on #6D4780 background.


White color preview on #6D4780 background

This text has white color on #6D4780 background.


Related colors

Complementary color

Complementary color for #hex is #92B87F.


I love getcolorcode.com

Triadic colors

1 #806D47 and #47806D with #6D4780 are triadic colors.

2 #80476D and #476D80 with #6D4780 are triadic colors.