HEX: #6E41BA
RGB: (110,65,186)
#6E41BA contains mainly blue color. Web safe color of #6E41BA is #6633CC (or #63C).
#6E41BA color RGB value is (110,65,186).
RGB: (110,65,186)
(43%, 25%, 73%)
R 110 of 255 = 43%
G 65 of 255 = 25%
B 186 of 255 = 73%
R + G + B ~ 47%. #6E41BA is middle color (not dark and not light).
R + G + B = 110 + 65 + 186 = 361 (100%)
R 110 of 361 ~ 30.47%
G 65 of 361 ~ 18.01%
B 186 of 361 ~ 51.52'%
#6E41BA color CMYK value is (41,65,0,27).
CMYK: (41,65,0,27) C41M65Y0K27 (41%,65%,0%,27%) (0.41/0.65/0.00/0.27)
Color #6E41BA in popluar color models
6E | 41 | BA | |
---|---|---|---|
RGB | 110 | 65 | 186 |
HSL | 262° | 48.21% | 49.22% |
HSB/HSV | 262° | 65.05% | 72.94% |
CMYK | 40.86% | 65.05% | 0.00% |
27.06% |
Color #6E41BA in popluar number systems.
HEX | 6E | 41 | BA |
Decimal | 110 | 65 | 186 |
Binary | 1101110 | 1000001 | 10111010 |
Octal | 156 | 101 | 272 |
Shades of #6E41BA
Tints of #6E41BA
Examples of css and html codes for elements with #6E41BA color. Also use rgb(110,65,186) instead hex code.
.myTextColor { color: #6E41BA; }
<p style="color:#6E41BA">This sample text font color is #6E41BA.</p>
This text font color is #6E41BA.
.myBgColor { background-color: #6E41BA; }
<div style="background-color:#6E41BA">Inner text</div>
This div background color is #6E41BA.
.myBorderColor { border: 1px solid #6E41BA; }
<div style="border:3px solid #6E41BA">Div</div>
This div border color is #6E41BA.
.myOpacity80 { color: #6E41BA; opacity: 0.8; }
<p style="color:#6E41BA;opacity:0.8;">80%</p>
Text with #6E41BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E41BA;}
<p style="text-shadow: 3px 3px 1px #6E41BA">Text here.</p>
This text has shadow with #6E41BA color.
.textShadow {text-shadow: 3px 3px 1px #6E41BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E41BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #6E41BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E41BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E41BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E41BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E41BA;
-webkit-box-shadow: 1px 1px 3px 2px #6E41BA;
box-shadow: 1px 1px 3px 2px #6E41BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E41BA; -webkit-box-shadow: 1px 1px 3px 2px #6E41BA; box-shadow:1px 1px 3px 2px #6E41BA;">
Div content here
</div>
This text has color #6E41BA on black background.
This text has color #6E41BA on white background.
This text has black color on #6E41BA background.
This text has white color on #6E41BA background.
Complementary color for #hex is #91BE45.