COLOR #6D4B8F

HEX: #6D4B8F RGB: (109,75,143)

Color info

#6D4B8F contains mainly red and blue colors. Web safe color of #6D4B8F is #663399 (or #639).

RGB color model

#6D4B8F color RGB value is (109,75,143).

RGB: (109,75,143) (43%, 29%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 75 of 255 = 29%
B 143 of 255 = 56%

109
75
143

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

Portions of RGB colors in percentages

R + G + B = 109 + 75 + 143 = 327 (100%)
R 109 of 327 ~ 33.33%
G 75 of 327 ~ 22.94%
B 143 of 327 ~ 43.73'%

%33.33
%22.94
%43.73

CMYK color model

#6D4B8F color CMYK value is (24,48,0,44).

  • cyan value is 23.78%
  • magenta value is 47.55%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (24,48,0,44)
C24M48Y0K44 (24%, 48%, 0%, 44%)
(0.24 / 0.48 / 0.00 / 0.44)

CMYK percentages

%23.78
%47.55
%0
%43.92

Codes

Color #6D4B8F in popluar color models

6D 4B 8F
RGB 109 75 143
HSL 270° 31.19% 42.75%
HSB/HSV 270° 47.55% 56.08%
CMYK 23.78% 47.55% 0.00%
43.92%

Color #6D4B8F in popluar number systems.

HEX 6D 4B 8F
Decimal 109 75 143
Binary 1101101 1001011 10001111
Octal 155 113 217

Shades and tints

Shades of #6D4B8F

#6D4B8F
(109,75,143)
#644582
(100,69,130)
#5B3F75
(91,63,117)
#523968
(82,57,104)
#49335B
(73,51,91)
#402D4E
(64,45,78)
#372741
(55,39,65)
#2E2134
(46,33,52)
#251B27
(37,27,39)
#1C151A
(28,21,26)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D4B8F

#6D4B8F
(109,75,143)
#7A5B99
(122,91,153)
#876BA3
(135,107,163)
#947BAD
(148,123,173)
#A18BB7
(161,139,183)
#AE9BC1
(174,155,193)
#BBABCB
(187,171,203)
#C8BBD5
(200,187,213)
#D5CBDF
(213,203,223)
#E2DBE9
(226,219,233)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4B8F; }

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

This text font color is #6D4B8F.

Background Color

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

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

This div background color is #6D4B8F.

Border color

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

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

This div border color is #6D4B8F.

Opacity

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

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

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

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

This text has shadow with #6D4B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4B8F.

Preview

Color preview on black background

This text has color #6D4B8F on black background.


Color preview on white background

This text has color #6D4B8F on white background.


Black color preview on #6D4B8F background

This text has black color on #6D4B8F background.


White color preview on #6D4B8F background

This text has white color on #6D4B8F background.


Related colors

Complementary color

Complementary color for #hex is #92B470.


I love getcolorcode.com

Triadic colors

1 #8F6D4B and #4B8F6D with #6D4B8F are triadic colors.

2 #8F4B6D and #4B6D8F with #6D4B8F are triadic colors.