COLOR #6E3393

HEX: #6E3393 RGB: (110,51,147)

Color info

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

RGB color model

#6E3393 color RGB value is (110,51,147).

RGB: (110,51,147) (43%, 20%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 51 of 255 = 20%
B 147 of 255 = 58%

110
51
147

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

Portions of RGB colors in percentages

R + G + B = 110 + 51 + 147 = 308 (100%)
R 110 of 308 ~ 35.71%
G 51 of 308 ~ 16.56%
B 147 of 308 ~ 47.73'%

%35.71
%16.56
%47.73

CMYK color model

#6E3393 color CMYK value is (25,65,0,42).

  • cyan value is 25.17%
  • magenta value is 65.31%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (25,65,0,42)
C25M65Y0K42 (25%, 65%, 0%, 42%)
(0.25 / 0.65 / 0.00 / 0.42)

CMYK percentages

%25.17
%65.31
%0
%42.35

Codes

Color #6E3393 in popluar color models

6E 33 93
RGB 110 51 147
HSL 277° 48.48% 38.82%
HSB/HSV 277° 65.31% 57.65%
CMYK 25.17% 65.31% 0.00%
42.35%

Color #6E3393 in popluar number systems.

HEX 6E 33 93
Decimal 110 51 147
Binary 1101110 110011 10010011
Octal 156 63 223

Shades and tints

Shades of #6E3393

#6E3393
(110,51,147)
#642F86
(100,47,134)
#5A2B79
(90,43,121)
#50276C
(80,39,108)
#46235F
(70,35,95)
#3C1F52
(60,31,82)
#321B45
(50,27,69)
#281738
(40,23,56)
#1E132B
(30,19,43)
#140F1E
(20,15,30)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #6E3393

#6E3393
(110,51,147)
#7B459C
(123,69,156)
#8857A5
(136,87,165)
#9569AE
(149,105,174)
#A27BB7
(162,123,183)
#AF8DC0
(175,141,192)
#BC9FC9
(188,159,201)
#C9B1D2
(201,177,210)
#D6C3DB
(214,195,219)
#E3D5E4
(227,213,228)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3393 color. Also use rgb(110,51,147) instead hex code.

Text Font Color

.myTextColor { color: #6E3393; }

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

This text font color is #6E3393.

Background Color

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

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

This div background color is #6E3393.

Border color

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

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

This div border color is #6E3393.

Opacity

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

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

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

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

This text has shadow with #6E3393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3393.

Preview

Color preview on black background

This text has color #6E3393 on black background.


Color preview on white background

This text has color #6E3393 on white background.


Black color preview on #6E3393 background

This text has black color on #6E3393 background.


White color preview on #6E3393 background

This text has white color on #6E3393 background.


Related colors

Complementary color

Complementary color for #hex is #91CC6C.


I love getcolorcode.com

Triadic colors

1 #936E33 and #33936E with #6E3393 are triadic colors.

2 #93336E and #336E93 with #6E3393 are triadic colors.