COLOR #6D4EA6

HEX: #6D4EA6
RGB: (109,78,166)

Color info

#6D4EA6 contains mainly red and blue colors. Web safe color of #6D4EA6 is #666699 (or #669).

RGB color model

#6D4EA6 color RGB value is (109,78,166).

  • red value is 109;
  • green value is 78;
  • blue value is 166.
RGB:
(109,78,166)
(43%,31%,65%)

RGB channels and saturation

R 109 of 255 = 43%
G 78 of 255 = 31%
B 166 of 255 = 65%

109
78
166

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

Portions of RGB colors in percentages

R + G + B =
109 + 78 + 166 = 353 (100%)
R 109 of 353 ~ 30.88%
G 78 of 353 ~ 22.1%
B 166 of 353 ~ 47.03%

%30.88
%22.1
%47.03

CMYK color model

#6D4EA6 color CMYK value is (34,53,0,35).

  • cyan value is 34.34%
  • magenta value is 53.01%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(34,53,0,35)
C34M53Y0K35 
(34%,53%,0%,35%)
(0.34/0.53/0.00/0.35)	

CMYK percentages

%34.34
%53.01
%0
%34.9

Codes

Color #6D4EA6 in popluar color models

6D4EA6
RGB10978166
HSL261°36.07%47.84%
HSB/HSV261°53.01%65.10%
CMYK34.34%53.01%0.00%
34.90%

Color #6D4EA6 in popluar number systems.

HEX6D4EA6
Decimal10978166
Binary1101101100111010100110
Octal155116246

Shades and tints

Shades of #6D4EA6

#6D4EA6
(109,78,166)
#644797
(100,71,151)
#5B4088
(91,64,136)
#523979
(82,57,121)
#49326A
(73,50,106)
#402B5B
(64,43,91)
#37244C
(55,36,76)
#2E1D3D
(46,29,61)
#25162E
(37,22,46)
#1C0F1F
(28,15,31)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #6D4EA6

#6D4EA6
(109,78,166)
#7A5EAE
(122,94,174)
#876EB6
(135,110,182)
#947EBE
(148,126,190)
#A18EC6
(161,142,198)
#AE9ECE
(174,158,206)
#BBAED6
(187,174,214)
#C8BEDE
(200,190,222)
#D5CEE6
(213,206,230)
#E2DEEE
(226,222,238)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4EA6 color. Also use rgb(109,78,166) instead hex code.

Text Font Color

.myTextColor { color: #6D4EA6; }

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

This text font color is #6D4EA6.


Background Color

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

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

This div background color is #6D4EA6.


Border color

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

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

This div border color is #6D4EA6.


Opacity

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

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

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

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

This text has shadow with #6D4EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4EA6 on black background.


Color preview on white background

This text has color #6D4EA6 on white background.



Black color preview on #6D4EA6 background

This text has black color on #6D4EA6 background.


White color preview on #6D4EA6 background

This text has white color on #6D4EA6 background.