COLOR #6D4593

HEX: #6D4593
RGB: (109,69,147)

Color info

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

RGB color model

#6D4593 color RGB value is (109,69,147).

  • red value is 109;
  • green value is 69;
  • blue value is 147.
RGB:
(109,69,147)
(43%,27%,58%)

RGB channels and saturation

R 109 of 255 = 43%
G 69 of 255 = 27%
B 147 of 255 = 58%

109
69
147

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

Portions of RGB colors in percentages

R + G + B =
109 + 69 + 147 = 325 (100%)
R 109 of 325 ~ 33.54%
G 69 of 325 ~ 21.23%
B 147 of 325 ~ 45.23%

%33.54
%21.23
%45.23

CMYK color model

#6D4593 color CMYK value is (26,53,0,42).

  • cyan value is 25.85%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(26,53,0,42)
C26M53Y0K42 
(26%,53%,0%,42%)
(0.26/0.53/0.00/0.42)	

CMYK percentages

%25.85
%53.06
%0
%42.35

Codes

Color #6D4593 in popluar color models

6D4593
RGB10969147
HSL271°36.11%42.35%
HSB/HSV271°53.06%57.65%
CMYK25.85%53.06%0.00%
42.35%

Color #6D4593 in popluar number systems.

HEX6D4593
Decimal10969147
Binary1101101100010110010011
Octal155105223

Shades and tints

Shades of #6D4593

#6D4593
(109,69,147)
#643F86
(100,63,134)
#5B3979
(91,57,121)
#52336C
(82,51,108)
#492D5F
(73,45,95)
#402752
(64,39,82)
#372145
(55,33,69)
#2E1B38
(46,27,56)
#25152B
(37,21,43)
#1C0F1E
(28,15,30)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #6D4593

#6D4593
(109,69,147)
#7A559C
(122,85,156)
#8765A5
(135,101,165)
#9475AE
(148,117,174)
#A185B7
(161,133,183)
#AE95C0
(174,149,192)
#BBA5C9
(187,165,201)
#C8B5D2
(200,181,210)
#D5C5DB
(213,197,219)
#E2D5E4
(226,213,228)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4593 color. Also use rgb(109,69,147) instead hex code.

Text Font Color

.myTextColor { color: #6D4593; }

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

This text font color is #6D4593.


Background Color

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

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

This div background color is #6D4593.


Border color

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

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

This div border color is #6D4593.


Opacity

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

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

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

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

This text has shadow with #6D4593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4593 on black background.


Color preview on white background

This text has color #6D4593 on white background.



Black color preview on #6D4593 background

This text has black color on #6D4593 background.


White color preview on #6D4593 background

This text has white color on #6D4593 background.