COLOR #6E4C8F

HEX: #6E4C8F
RGB: (110,76,143)

Color info

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

RGB color model

#6E4C8F color RGB value is (110,76,143).

  • red value is 110;
  • green value is 76;
  • blue value is 143.
RGB:
(110,76,143)
(43%,30%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 143 of 255 = 56%

110
76
143

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

Portions of RGB colors in percentages

R + G + B =
110 + 76 + 143 = 329 (100%)
R 110 of 329 ~ 33.43%
G 76 of 329 ~ 23.1%
B 143 of 329 ~ 43.47%

%33.43
%23.1
%43.47

CMYK color model

#6E4C8F color CMYK value is (23,47,0,44).

  • cyan value is 23.08%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(23,47,0,44)
C23M47Y0K44 
(23%,47%,0%,44%)
(0.23/0.47/0.00/0.44)	

CMYK percentages

%23.08
%46.85
%0
%43.92

Codes

Color #6E4C8F in popluar color models

6E4C8F
RGB11076143
HSL270°30.59%42.94%
HSB/HSV270°46.85%56.08%
CMYK23.08%46.85%0.00%
43.92%

Color #6E4C8F in popluar number systems.

HEX6E4C8F
Decimal11076143
Binary1101110100110010001111
Octal156114217

Shades and tints

Shades of #6E4C8F

#6E4C8F
(110,76,143)
#644682
(100,70,130)
#5A4075
(90,64,117)
#503A68
(80,58,104)
#46345B
(70,52,91)
#3C2E4E
(60,46,78)
#322841
(50,40,65)
#282234
(40,34,52)
#1E1C27
(30,28,39)
#14161A
(20,22,26)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #6E4C8F

#6E4C8F
(110,76,143)
#7B5C99
(123,92,153)
#886CA3
(136,108,163)
#957CAD
(149,124,173)
#A28CB7
(162,140,183)
#AF9CC1
(175,156,193)
#BCACCB
(188,172,203)
#C9BCD5
(201,188,213)
#D6CCDF
(214,204,223)
#E3DCE9
(227,220,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4C8F; }

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

This text font color is #6E4C8F.


Background Color

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

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

This div background color is #6E4C8F.


Border color

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

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

This div border color is #6E4C8F.


Opacity

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

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

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

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

This text has shadow with #6E4C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C8F on black background.


Color preview on white background

This text has color #6E4C8F on white background.



Black color preview on #6E4C8F background

This text has black color on #6E4C8F background.


White color preview on #6E4C8F background

This text has white color on #6E4C8F background.