Shades of Electric Indigo #6710E8
Tints of Electric Indigo #6710E8
RGB
CMYK
RGB Variations
Color information
#6710E8 (or 0x6710E8) is known color: Electric Indigo. HEX triplet: 67, 10 and E8. RGB value is (103,16,232). Sum of RGB (Red+Green+Blue) = 103+16+232=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #6710E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6710E8 is #98EF17. Grayscale: #414141. Windows color (decimal): -10022680 or 15208551. OLE color: 15208551.
HSL color Cylindrical-coordinate representation of color #6710E8: hue angle of 264.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6710E8 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 16 | 232 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.09 |
| HSL | 264.17º | 0.87% | 0.49% | - |
| HSV(B) | 264.17º | 0.93% | 0.91% | - |
| XYZ | 20.34 | 9.08 | 77.02 | - |
| YUV | 66.64 | 221.32 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 232 | 0.56 | 0.93 | 0 | 0.09 | 264.17 | 0.87 | 0.49 |
| Hex | 67 | 10 | E8 | 38 | 5D | 0 | 9 | 108 | 57 | 31 |
| Octal | 147 | 20 | 350 | 70 | 135 | 0 | 11 | 410 | 127 | 61 |
| Binary | 1100111 | 10000 | 11101000 | 111000 | 1011101 | 0 | 1001 | 100001000 | 1010111 | 110001 |
Color Harmonies of #6710E8
Complementary color
Monochromatic Colors of #6710E8
Black with #6710E8
Text Example
Text Example
White with #6710E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6710E8; }
p { color: rgb(103,16,232); }
H1.HeaderClassName
{
color: #6710E8;
}
.AnyTagClassName
{
color: #6710E8;
}
</style>
background-color css
<style>
a { background-color: #6710E8; }
a { background-color: rgb(103,16,232); }
div.DivClassName
{
background-color: #6710E8;
}
.BgClassName
{
background-color: #6710E8;
}
</style>
border-color css
<style>
span { border-color: #6710E8; }
span { border-color: rgb(103,16,232); }
td.TdClassName
{
border-color: #6710E8;
}
.TagClassName
{
border-color: #6710E8;
}
</style>