HEX: #6E48AA
RGB: (110,72,170)
#6E48AA contains mainly blue color. Web safe color of #6E48AA is #663399 (or #639).
#6E48AA color RGB value is (110,72,170).
RGB: (110,72,170)
(43%, 28%, 67%)
R 110 of 255 = 43%
G 72 of 255 = 28%
B 170 of 255 = 67%
R + G + B ~ 46%. #6E48AA is middle color (not dark and not light).
R + G + B = 110 + 72 + 170 = 352 (100%)
R 110 of 352 ~ 31.25%
G 72 of 352 ~ 20.45%
B 170 of 352 ~ 48.3'%
#6E48AA color CMYK value is (35,58,0,33).
CMYK: (35,58,0,33) C35M58Y0K33 (35%,58%,0%,33%) (0.35/0.58/0.00/0.33)
Color #6E48AA in popluar color models
6E | 48 | AA | |
---|---|---|---|
RGB | 110 | 72 | 170 |
HSL | 263° | 40.50% | 47.45% |
HSB/HSV | 263° | 57.65% | 66.67% |
CMYK | 35.29% | 57.65% | 0.00% |
33.33% |
Color #6E48AA in popluar number systems.
HEX | 6E | 48 | AA |
Decimal | 110 | 72 | 170 |
Binary | 1101110 | 1001000 | 10101010 |
Octal | 156 | 110 | 252 |
Shades of #6E48AA
Tints of #6E48AA
Examples of css and html codes for elements with #6E48AA color. Also use rgb(110,72,170) instead hex code.
.myTextColor { color: #6E48AA; }
<p style="color:#6E48AA">This sample text font color is #6E48AA.</p>
This text font color is #6E48AA.
.myBgColor { background-color: #6E48AA; }
<div style="background-color:#6E48AA">Inner text</div>
This div background color is #6E48AA.
.myBorderColor { border: 1px solid #6E48AA; }
<div style="border:3px solid #6E48AA">Div</div>
This div border color is #6E48AA.
.myOpacity80 { color: #6E48AA; opacity: 0.8; }
<p style="color:#6E48AA;opacity:0.8;">80%</p>
Text with #6E48AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E48AA;}
<p style="text-shadow: 3px 3px 1px #6E48AA">Text here.</p>
This text has shadow with #6E48AA color.
.textShadow {text-shadow: 3px 3px 1px #6E48AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E48AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E48AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E48AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E48AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E48AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E48AA;
-webkit-box-shadow: 1px 1px 3px 2px #6E48AA;
box-shadow: 1px 1px 3px 2px #6E48AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E48AA; -webkit-box-shadow: 1px 1px 3px 2px #6E48AA; box-shadow:1px 1px 3px 2px #6E48AA;">
Div content here
</div>
This text has color #6E48AA on black background.
This text has color #6E48AA on white background.
This text has black color on #6E48AA background.
This text has white color on #6E48AA background.
Complementary color for #hex is #91B755.