HEX: #6873ED
RGB: (104,115,237)
#6873ED contains mainly blue color. Web safe color of #6873ED is #6666FF (or #66F).
#6873ED color RGB value is (104,115,237).
RGB: (104,115,237)
(41%, 45%, 93%)
R 104 of 255 = 41%
G 115 of 255 = 45%
B 237 of 255 = 93%
R + G + B ~ 60%. #6873ED is middle color (not dark and not light).
R + G + B = 104 + 115 + 237 = 456 (100%)
R 104 of 456 ~ 22.81%
G 115 of 456 ~ 25.22%
B 237 of 456 ~ 51.97'%
#6873ED color CMYK value is (56,51,0,7).
CMYK: (56,51,0,7)
C56M51Y0K7 (56%, 51%, 0%, 7%)
(0.56 / 0.51 / 0.00 / 0.07)
Color #6873ED in popluar color models
68 | 73 | ED | |
---|---|---|---|
RGB | 104 | 115 | 237 |
HSL | 235° | 78.70% | 66.86% |
HSB/HSV | 235° | 56.12% | 92.94% |
CMYK | 56.12% | 51.48% | 0.00% |
7.06% |
Color #6873ED in popluar number systems.
HEX | 68 | 73 | ED |
Decimal | 104 | 115 | 237 |
Binary | 1101000 | 1110011 | 11101101 |
Octal | 150 | 163 | 355 |
Shades of #6873ED
Tints of #6873ED
Examples of css and html codes for elements with #6873ED color. Also use rgb(104,115,237) instead hex code.
.myTextColor { color: #6873ED; }
<p style="color:#6873ED">This sample text font color is #6873ED.</p>
This text font color is #6873ED.
.myBgColor { background-color: #6873ED; }
<div style="background-color:#6873ED">Inner text</div>
This div background color is #6873ED.
.myBorderColor { border: 1px solid #6873ED; }
<div style="border:3px solid #6873ED">Div</div>
This div border color is #6873ED.
.myOpacity80 { color: #6873ED; opacity: 0.8; }
<p style="color:#6873ED;opacity:0.8;">80%</p>
Text with #6873ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6873ED;}
<p style="text-shadow: 3px 3px 1px #6873ED">Text here.</p>
This text has shadow with #6873ED color.
.textShadow {text-shadow: 3px 3px 1px #6873ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6873ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #6873ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6873ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6873ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #6873ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6873ED;
-webkit-box-shadow: 1px 1px 3px 2px #6873ED;
box-shadow: 1px 1px 3px 2px #6873ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6873ED; -webkit-box-shadow: 1px 1px 3px 2px #6873ED; box-shadow:1px 1px 3px 2px #6873ED;">
Div content here
</div>
This text has color #6873ED on black background.
This text has color #6873ED on white background.
This text has black color on #6873ED background.
This text has white color on #6873ED background.
Complementary color for #hex is #978C12.