HEX: #6018E1
RGB: (96,24,225)
#6018E1 contains mainly blue color. Web safe color of #6018E1 is #6600CC (or #60C).
#6018E1 color RGB value is (96,24,225).
RGB: (96,24,225)
(38%, 9%, 88%)
R 96 of 255 = 38%
G 24 of 255 = 9%
B 225 of 255 = 88%
R + G + B ~ 45%. #6018E1 is middle color (not dark and not light).
R + G + B = 96 + 24 + 225 = 345 (100%)
R 96 of 345 ~ 27.83%
G 24 of 345 ~ 6.96%
B 225 of 345 ~ 65.22'%
#6018E1 color CMYK value is (57,89,0,12).
CMYK: (57,89,0,12)
C57M89Y0K12 (57%, 89%, 0%, 12%)
(0.57 / 0.89 / 0.00 / 0.12)
Color #6018E1 in popluar color models
60 | 18 | E1 | |
---|---|---|---|
RGB | 96 | 24 | 225 |
HSL | 261° | 80.72% | 48.82% |
HSB/HSV | 261° | 89.33% | 88.24% |
CMYK | 57.33% | 89.33% | 0.00% |
11.76% |
Color #6018E1 in popluar number systems.
HEX | 60 | 18 | E1 |
Decimal | 96 | 24 | 225 |
Binary | 1100000 | 11000 | 11100001 |
Octal | 140 | 30 | 341 |
Shades of #6018E1
Tints of #6018E1
Examples of css and html codes for elements with #6018E1 color. Also use rgb(96,24,225) instead hex code.
.myTextColor { color: #6018E1; }
<p style="color:#6018E1">This sample text font color is #6018E1.</p>
This text font color is #6018E1.
.myBgColor { background-color: #6018E1; }
<div style="background-color:#6018E1">Inner text</div>
This div background color is #6018E1.
.myBorderColor { border: 1px solid #6018E1; }
<div style="border:3px solid #6018E1">Div</div>
This div border color is #6018E1.
.myOpacity80 { color: #6018E1; opacity: 0.8; }
<p style="color:#6018E1;opacity:0.8;">80%</p>
Text with #6018E1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6018E1;}
<p style="text-shadow: 3px 3px 1px #6018E1">Text here.</p>
This text has shadow with #6018E1 color.
.textShadow {text-shadow: 3px 3px 1px #6018E1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6018E1, 5px 5px 20px red">Text here.</p>
This text has shadow with #6018E1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6018E1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6018E1, Direction=45, Strength=4)">Text</p>
This text has shadow with #6018E1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6018E1;
-webkit-box-shadow: 1px 1px 3px 2px #6018E1;
box-shadow: 1px 1px 3px 2px #6018E1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6018E1; -webkit-box-shadow: 1px 1px 3px 2px #6018E1; box-shadow:1px 1px 3px 2px #6018E1;">
Div content here
</div>
This text has color #6018E1 on black background.
This text has color #6018E1 on white background.
This text has black color on #6018E1 background.
This text has white color on #6018E1 background.
Complementary color for #6018E1 is #9FE71E.