HEX: #6E3393
RGB: (110,51,147)
#6E3393 contains mainly red and blue colors. Web safe color of #6E3393 is #663399 (or #639).
#6E3393 color RGB value is (110,51,147).
RGB: (110,51,147)
(43%, 20%, 58%)
R 110 of 255 = 43%
G 51 of 255 = 20%
B 147 of 255 = 58%
R + G + B ~ 40%. #6E3393 is middle color (not dark and not light).
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'%
#6E3393 color CMYK value is (25,65,0,42).
CMYK: (25,65,0,42)
C25M65Y0K42 (25%, 65%, 0%, 42%)
(0.25 / 0.65 / 0.00 / 0.42)
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 of #6E3393
Tints of #6E3393
Examples of css and html codes for elements with #6E3393 color. Also use rgb(110,51,147) instead hex code.
.myTextColor { color: #6E3393; }
<p style="color:#6E3393">This sample text font color is #6E3393.</p>
This text font color is #6E3393.
.myBgColor { background-color: #6E3393; }
<div style="background-color:#6E3393">Inner text</div>
This div background color is #6E3393.
.myBorderColor { border: 1px solid #6E3393; }
<div style="border:3px solid #6E3393">Div</div>
This div border color is #6E3393.
.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%.
.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.
/* 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 text has color #6E3393 on black background.
This text has color #6E3393 on white background.
This text has black color on #6E3393 background.
This text has white color on #6E3393 background.
Complementary color for #hex is #91CC6C.