COLOR #6E2C8C

HEX: #6E2C8C RGB: (110,44,140)

Color info

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

RGB color model

#6E2C8C color RGB value is (110,44,140).

RGB: (110,44,140) (43%, 17%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 44 of 255 = 17%
B 140 of 255 = 55%

110
44
140

R + G + B ~ 38%. #6E2C8C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 44 + 140 = 294 (100%)
R 110 of 294 ~ 37.41%
G 44 of 294 ~ 14.97%
B 140 of 294 ~ 47.62'%

%37.41
%14.97
%47.62

CMYK color model

#6E2C8C color CMYK value is (21,69,0,45).

  • cyan value is 21.43%
  • magenta value is 68.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (21,69,0,45)
C21M69Y0K45 (21%, 69%, 0%, 45%)
(0.21 / 0.69 / 0.00 / 0.45)

CMYK percentages

%21.43
%68.57
%0
%45.1

Codes

Color #6E2C8C in popluar color models

6E 2C 8C
RGB 110 44 140
HSL 281° 52.17% 36.08%
HSB/HSV 281° 68.57% 54.90%
CMYK 21.43% 68.57% 0.00%
45.10%

Color #6E2C8C in popluar number systems.

HEX 6E 2C 8C
Decimal 110 44 140
Binary 1101110 101100 10001100
Octal 156 54 214

Shades and tints

Shades of #6E2C8C

#6E2C8C
(110,44,140)
#642880
(100,40,128)
#5A2474
(90,36,116)
#502068
(80,32,104)
#461C5C
(70,28,92)
#3C1850
(60,24,80)
#321444
(50,20,68)
#281038
(40,16,56)
#1E0C2C
(30,12,44)
#140820
(20,8,32)
#0A0414
(10,4,20)
#000000
(0,0,0)

Tints of #6E2C8C

#6E2C8C
(110,44,140)
#7B3F96
(123,63,150)
#8852A0
(136,82,160)
#9565AA
(149,101,170)
#A278B4
(162,120,180)
#AF8BBE
(175,139,190)
#BC9EC8
(188,158,200)
#C9B1D2
(201,177,210)
#D6C4DC
(214,196,220)
#E3D7E6
(227,215,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2C8C color. Also use rgb(110,44,140) instead hex code.

Text Font Color

.myTextColor { color: #6E2C8C; }

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

This text font color is #6E2C8C.

Background Color

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

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

This div background color is #6E2C8C.

Border color

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

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

This div border color is #6E2C8C.

Opacity

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

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

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

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

This text has shadow with #6E2C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2C8C.

Preview

Color preview on black background

This text has color #6E2C8C on black background.


Color preview on white background

This text has color #6E2C8C on white background.


Black color preview on #6E2C8C background

This text has black color on #6E2C8C background.


White color preview on #6E2C8C background

This text has white color on #6E2C8C background.


Related colors

Complementary color

Complementary color for #hex is #91D373.


I love getcolorcode.com

Triadic colors

1 #8C6E2C and #2C8C6E with #6E2C8C are triadic colors.

2 #8C2C6E and #2C6E8C with #6E2C8C are triadic colors.