COLOR #6E4CAD

HEX: #6E4CAD RGB: (110,76,173)

Color info

#6E4CAD contains mainly blue color. Web safe color of #6E4CAD is #663399 (or #639).

RGB color model

#6E4CAD color RGB value is (110,76,173).

RGB: (110,76,173) (43%, 30%, 68%)

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 173 of 255 = 68%

110
76
173

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

Portions of RGB colors in percentages

R + G + B = 110 + 76 + 173 = 359 (100%)
R 110 of 359 ~ 30.64%
G 76 of 359 ~ 21.17%
B 173 of 359 ~ 48.19'%

%30.64
%21.17
%48.19

CMYK color model

#6E4CAD color CMYK value is (36,56,0,32).

  • cyan value is 36.42%
  • magenta value is 56.07%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (36,56,0,32)
C36M56Y0K32 (36%, 56%, 0%, 32%)
(0.36 / 0.56 / 0.00 / 0.32)

CMYK percentages

%36.42
%56.07
%0
%32.16

Codes

Color #6E4CAD in popluar color models

6E 4C AD
RGB 110 76 173
HSL 261° 38.96% 48.82%
HSB/HSV 261° 56.07% 67.84%
CMYK 36.42% 56.07% 0.00%
32.16%

Color #6E4CAD in popluar number systems.

HEX 6E 4C AD
Decimal 110 76 173
Binary 1101110 1001100 10101101
Octal 156 114 255

Shades and tints

Shades of #6E4CAD

#6E4CAD
(110,76,173)
#64469E
(100,70,158)
#5A408F
(90,64,143)
#503A80
(80,58,128)
#463471
(70,52,113)
#3C2E62
(60,46,98)
#322853
(50,40,83)
#282244
(40,34,68)
#1E1C35
(30,28,53)
#141626
(20,22,38)
#0A1017
(10,16,23)
#000000
(0,0,0)

Tints of #6E4CAD

#6E4CAD
(110,76,173)
#7B5CB4
(123,92,180)
#886CBB
(136,108,187)
#957CC2
(149,124,194)
#A28CC9
(162,140,201)
#AF9CD0
(175,156,208)
#BCACD7
(188,172,215)
#C9BCDE
(201,188,222)
#D6CCE5
(214,204,229)
#E3DCEC
(227,220,236)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4CAD color. Also use rgb(110,76,173) instead hex code.

Text Font Color

.myTextColor { color: #6E4CAD; }

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

This text font color is #6E4CAD.

Background Color

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

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

This div background color is #6E4CAD.

Border color

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

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

This div border color is #6E4CAD.

Opacity

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

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

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

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

This text has shadow with #6E4CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4CAD.

Preview

Color preview on black background

This text has color #6E4CAD on black background.


Color preview on white background

This text has color #6E4CAD on white background.


Black color preview on #6E4CAD background

This text has black color on #6E4CAD background.


White color preview on #6E4CAD background

This text has white color on #6E4CAD background.


Related colors

Complementary color

Complementary color for #hex is #91B352.


I love getcolorcode.com

Triadic colors

1 #AD6E4C and #4CAD6E with #6E4CAD are triadic colors.

2 #AD4C6E and #4C6EAD with #6E4CAD are triadic colors.