HEX: #6B1EDA
RGB: (107,30,218)
#6B1EDA contains mainly blue color. Web safe color of #6B1EDA is #6633CC (or #63C).
#6B1EDA color RGB value is (107,30,218).
RGB: (107,30,218)
(42%, 12%, 85%)
R 107 of 255 = 42%
G 30 of 255 = 12%
B 218 of 255 = 85%
R + G + B ~ 46%. #6B1EDA is middle color (not dark and not light).
R + G + B = 107 + 30 + 218 = 355 (100%)
R 107 of 355 ~ 30.14%
G 30 of 355 ~ 8.45%
B 218 of 355 ~ 61.41'%
#6B1EDA color CMYK value is (51,86,0,15).
CMYK: (51,86,0,15)
C51M86Y0K15 (51%, 86%, 0%, 15%)
(0.51 / 0.86 / 0.00 / 0.15)
Color #6B1EDA in popluar color models
6B | 1E | DA | |
---|---|---|---|
RGB | 107 | 30 | 218 |
HSL | 265° | 75.81% | 48.63% |
HSB/HSV | 265° | 86.24% | 85.49% |
CMYK | 50.92% | 86.24% | 0.00% |
14.51% |
Color #6B1EDA in popluar number systems.
HEX | 6B | 1E | DA |
Decimal | 107 | 30 | 218 |
Binary | 1101011 | 11110 | 11011010 |
Octal | 153 | 36 | 332 |
Shades of #6B1EDA
Tints of #6B1EDA
Examples of css and html codes for elements with #6B1EDA color. Also use rgb(107,30,218) instead hex code.
.myTextColor { color: #6B1EDA; }
<p style="color:#6B1EDA">This sample text font color is #6B1EDA.</p>
This text font color is #6B1EDA.
.myBgColor { background-color: #6B1EDA; }
<div style="background-color:#6B1EDA">Inner text</div>
This div background color is #6B1EDA.
.myBorderColor { border: 1px solid #6B1EDA; }
<div style="border:3px solid #6B1EDA">Div</div>
This div border color is #6B1EDA.
.myOpacity80 { color: #6B1EDA; opacity: 0.8; }
<p style="color:#6B1EDA;opacity:0.8;">80%</p>
Text with #6B1EDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B1EDA;}
<p style="text-shadow: 3px 3px 1px #6B1EDA">Text here.</p>
This text has shadow with #6B1EDA color.
.textShadow {text-shadow: 3px 3px 1px #6B1EDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B1EDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B1EDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B1EDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B1EDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B1EDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B1EDA;
-webkit-box-shadow: 1px 1px 3px 2px #6B1EDA;
box-shadow: 1px 1px 3px 2px #6B1EDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B1EDA; -webkit-box-shadow: 1px 1px 3px 2px #6B1EDA; box-shadow:1px 1px 3px 2px #6B1EDA;">
Div content here
</div>
This text has color #6B1EDA on black background.
This text has color #6B1EDA on white background.
This text has black color on #6B1EDA background.
This text has white color on #6B1EDA background.
Complementary color for #hex is #94E125.