HEX: #6E3498
RGB: (110,52,152)
#6E3498 contains mainly red and blue colors. Web safe color of #6E3498 is #663399 (or #639).
#6E3498 color RGB value is (110,52,152).
RGB: (110,52,152)
(43%, 20%, 60%)
R 110 of 255 = 43%
G 52 of 255 = 20%
B 152 of 255 = 60%
R + G + B ~ 41%. #6E3498 is middle color (not dark and not light).
R + G + B = 110 + 52 + 152 = 314 (100%)
R 110 of 314 ~ 35.03%
G 52 of 314 ~ 16.56%
B 152 of 314 ~ 48.41'%
#6E3498 color CMYK value is (28,66,0,40).
CMYK: (28,66,0,40) C28M66Y0K40 (28%,66%,0%,40%) (0.28/0.66/0.00/0.40)
Color #6E3498 in popluar color models
6E | 34 | 98 | |
---|---|---|---|
RGB | 110 | 52 | 152 |
HSL | 275° | 49.02% | 40.00% |
HSB/HSV | 275° | 65.79% | 59.61% |
CMYK | 27.63% | 65.79% | 0.00% |
40.39% |
Color #6E3498 in popluar number systems.
HEX | 6E | 34 | 98 |
Decimal | 110 | 52 | 152 |
Binary | 1101110 | 110100 | 10011000 |
Octal | 156 | 64 | 230 |
Shades of #6E3498
Tints of #6E3498
Examples of css and html codes for elements with #6E3498 color. Also use rgb(110,52,152) instead hex code.
.myTextColor { color: #6E3498; }
<p style="color:#6E3498">This sample text font color is #6E3498.</p>
This text font color is #6E3498.
.myBgColor { background-color: #6E3498; }
<div style="background-color:#6E3498">Inner text</div>
This div background color is #6E3498.
.myBorderColor { border: 1px solid #6E3498; }
<div style="border:3px solid #6E3498">Div</div>
This div border color is #6E3498.
.myOpacity80 { color: #6E3498; opacity: 0.8; }
<p style="color:#6E3498;opacity:0.8;">80%</p>
Text with #6E3498 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E3498;}
<p style="text-shadow: 3px 3px 1px #6E3498">Text here.</p>
This text has shadow with #6E3498 color.
.textShadow {text-shadow: 3px 3px 1px #6E3498', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E3498, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E3498 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E3498, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E3498, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E3498 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E3498;
-webkit-box-shadow: 1px 1px 3px 2px #6E3498;
box-shadow: 1px 1px 3px 2px #6E3498;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E3498; -webkit-box-shadow: 1px 1px 3px 2px #6E3498; box-shadow:1px 1px 3px 2px #6E3498;">
Div content here
</div>
This text has color #6E3498 on black background.
This text has color #6E3498 on white background.
This text has black color on #6E3498 background.
This text has white color on #6E3498 background.
Complementary color for #hex is #91CB67.