COLOR #6E4E8D

HEX: #6E4E8D RGB: (110,78,141)

Color info

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

RGB color model

#6E4E8D color RGB value is (110,78,141).

RGB: (110,78,141) (43%, 31%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 78 of 255 = 31%
B 141 of 255 = 55%

110
78
141

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

Portions of RGB colors in percentages

R + G + B = 110 + 78 + 141 = 329 (100%)
R 110 of 329 ~ 33.43%
G 78 of 329 ~ 23.71%
B 141 of 329 ~ 42.86'%

%33.43
%23.71
%42.86

CMYK color model

#6E4E8D color CMYK value is (22,45,0,45).

  • cyan value is 21.99%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (22,45,0,45) C22M45Y0K45 (22%,45%,0%,45%) (0.22/0.45/0.00/0.45) 

CMYK percentages

%21.99
%44.68
%0
%44.71

Codes

Color #6E4E8D in popluar color models

6E 4E 8D
RGB 110 78 141
HSL 270° 28.77% 42.94%
HSB/HSV 270° 44.68% 55.29%
CMYK 21.99% 44.68% 0.00%
44.71%

Color #6E4E8D in popluar number systems.

HEX 6E 4E 8D
Decimal 110 78 141
Binary 1101110 1001110 10001101
Octal 156 116 215

Shades and tints

Shades of #6E4E8D

#6E4E8D
(110,78,141)
#644781
(100,71,129)
#5A4075
(90,64,117)
#503969
(80,57,105)
#46325D
(70,50,93)
#3C2B51
(60,43,81)
#322445
(50,36,69)
#281D39
(40,29,57)
#1E162D
(30,22,45)
#140F21
(20,15,33)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #6E4E8D

#6E4E8D
(110,78,141)
#7B5E97
(123,94,151)
#886EA1
(136,110,161)
#957EAB
(149,126,171)
#A28EB5
(162,142,181)
#AF9EBF
(175,158,191)
#BCAEC9
(188,174,201)
#C9BED3
(201,190,211)
#D6CEDD
(214,206,221)
#E3DEE7
(227,222,231)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4E8D color. Also use rgb(110,78,141) instead hex code.

Text Font Color

.myTextColor { color: #6E4E8D; }

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

This text font color is #6E4E8D.

Background Color

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

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

This div background color is #6E4E8D.

Border color

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

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

This div border color is #6E4E8D.

Opacity

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

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

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

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

This text has shadow with #6E4E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4E8D.

Preview

Color preview on black background

This text has color #6E4E8D on black background.


Color preview on white background

This text has color #6E4E8D on white background.


Black color preview on #6E4E8D background

This text has black color on #6E4E8D background.


White color preview on #6E4E8D background

This text has white color on #6E4E8D background.


Related colors

Complementary color

Complementary color for #hex is #91B172.


I love getcolorcode.com

Triadic colors

1 #8D6E4E and #4E8D6E with #6E4E8D are triadic colors.

2 #8D4E6E and #4E6E8D with #6E4E8D are triadic colors.