HEX: #6880E1
RGB: (104,128,225)
#6880E1 contains mainly blue color. Web safe color of #6880E1 is #6666CC (or #66C).
#6880E1 color RGB value is (104,128,225).
RGB: (104,128,225)
(41%, 50%, 88%)
R 104 of 255 = 41%
G 128 of 255 = 50%
B 225 of 255 = 88%
R + G + B ~ 60%. #6880E1 is middle color (not dark and not light).
R + G + B = 104 + 128 + 225 = 457 (100%)
R 104 of 457 ~ 22.76%
G 128 of 457 ~ 28.01%
B 225 of 457 ~ 49.23'%
#6880E1 color CMYK value is (54,43,0,12).
CMYK: (54,43,0,12) C54M43Y0K12 (54%,43%,0%,12%) (0.54/0.43/0.00/0.12)
Color #6880E1 in popluar color models
68 | 80 | E1 | |
---|---|---|---|
RGB | 104 | 128 | 225 |
HSL | 228° | 66.85% | 64.51% |
HSB/HSV | 228° | 53.78% | 88.24% |
CMYK | 53.78% | 43.11% | 0.00% |
11.76% |
Color #6880E1 in popluar number systems.
HEX | 68 | 80 | E1 |
Decimal | 104 | 128 | 225 |
Binary | 1101000 | 10000000 | 11100001 |
Octal | 150 | 200 | 341 |
Shades of #6880E1
Tints of #6880E1
Examples of css and html codes for elements with #6880E1 color. Also use rgb(104,128,225) instead hex code.
.myTextColor { color: #6880E1; }
<p style="color:#6880E1">This sample text font color is #6880E1.</p>
This text font color is #6880E1.
.myBgColor { background-color: #6880E1; }
<div style="background-color:#6880E1">Inner text</div>
This div background color is #6880E1.
.myBorderColor { border: 1px solid #6880E1; }
<div style="border:3px solid #6880E1">Div</div>
This div border color is #6880E1.
.myOpacity80 { color: #6880E1; opacity: 0.8; }
<p style="color:#6880E1;opacity:0.8;">80%</p>
Text with #6880E1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6880E1;}
<p style="text-shadow: 3px 3px 1px #6880E1">Text here.</p>
This text has shadow with #6880E1 color.
.textShadow {text-shadow: 3px 3px 1px #6880E1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6880E1, 5px 5px 20px red">Text here.</p>
This text has shadow with #6880E1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6880E1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6880E1, Direction=45, Strength=4)">Text</p>
This text has shadow with #6880E1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6880E1;
-webkit-box-shadow: 1px 1px 3px 2px #6880E1;
box-shadow: 1px 1px 3px 2px #6880E1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6880E1; -webkit-box-shadow: 1px 1px 3px 2px #6880E1; box-shadow:1px 1px 3px 2px #6880E1;">
Div content here
</div>
This text has color #6880E1 on black background.
This text has color #6880E1 on white background.
This text has black color on #6880E1 background.
This text has white color on #6880E1 background.
Complementary color for #hex is #977F1E.