COLOR #6D4A7F

HEX: #6D4A7F RGB: (109,74,127)

Color info

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

RGB color model

#6D4A7F color RGB value is (109,74,127).

RGB: (109,74,127) (43%, 29%, 50%)

RGB channels and saturation

R 109 of 255 = 43%
G 74 of 255 = 29%
B 127 of 255 = 50%

109
74
127

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

Portions of RGB colors in percentages

R + G + B = 109 + 74 + 127 = 310 (100%)
R 109 of 310 ~ 35.16%
G 74 of 310 ~ 23.87%
B 127 of 310 ~ 40.97'%

%35.16
%23.87
%40.97

CMYK color model

#6D4A7F color CMYK value is (14,42,0,50).

  • cyan value is 14.17%
  • magenta value is 41.73%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (14,42,0,50)
C14M42Y0K50 (14%, 42%, 0%, 50%)
(0.14 / 0.42 / 0.00 / 0.50)

CMYK percentages

%14.17
%41.73
%0
%50.2

Codes

Color #6D4A7F in popluar color models

6D 4A 7F
RGB 109 74 127
HSL 280° 26.37% 39.41%
HSB/HSV 280° 41.73% 49.80%
CMYK 14.17% 41.73% 0.00%
50.20%

Color #6D4A7F in popluar number systems.

HEX 6D 4A 7F
Decimal 109 74 127
Binary 1101101 1001010 1111111
Octal 155 112 177

Shades and tints

Shades of #6D4A7F

#6D4A7F
(109,74,127)
#644474
(100,68,116)
#5B3E69
(91,62,105)
#52385E
(82,56,94)
#493253
(73,50,83)
#402C48
(64,44,72)
#37263D
(55,38,61)
#2E2032
(46,32,50)
#251A27
(37,26,39)
#1C141C
(28,20,28)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D4A7F

#6D4A7F
(109,74,127)
#7A5A8A
(122,90,138)
#876A95
(135,106,149)
#947AA0
(148,122,160)
#A18AAB
(161,138,171)
#AE9AB6
(174,154,182)
#BBAAC1
(187,170,193)
#C8BACC
(200,186,204)
#D5CAD7
(213,202,215)
#E2DAE2
(226,218,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4A7F color. Also use rgb(109,74,127) instead hex code.

Text Font Color

.myTextColor { color: #6D4A7F; }

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

This text font color is #6D4A7F.

Background Color

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

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

This div background color is #6D4A7F.

Border color

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

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

This div border color is #6D4A7F.

Opacity

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

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

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

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

This text has shadow with #6D4A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4A7F.

Preview

Color preview on black background

This text has color #6D4A7F on black background.


Color preview on white background

This text has color #6D4A7F on white background.


Black color preview on #6D4A7F background

This text has black color on #6D4A7F background.


White color preview on #6D4A7F background

This text has white color on #6D4A7F background.


Related colors

Complementary color

Complementary color for #hex is #92B580.


I love getcolorcode.com

Triadic colors

1 #7F6D4A and #4A7F6D with #6D4A7F are triadic colors.

2 #7F4A6D and #4A6D7F with #6D4A7F are triadic colors.