Shades of Electric Indigo #6710EE
Tints of Electric Indigo #6710EE
RGB
CMYK
RGB Variations
Color information
#6710EE (or 0x6710EE) is known color: Electric Indigo. HEX triplet: 67, 10 and EE. RGB value is (103,16,238). Sum of RGB (Red+Green+Blue) = 103+16+238=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #6710EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6710EE is #98EF11. Grayscale: #424242. Windows color (decimal): -10022674 or 15601767. OLE color: 15601767.
HSL color Cylindrical-coordinate representation of color #6710EE: hue angle of 263.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6710EE is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 16 | 238 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.07 |
| HSL | 263.51º | 0.87% | 0.5% | - |
| HSV(B) | 263.51º | 0.93% | 0.93% | - |
| XYZ | 21.21 | 9.43 | 81.59 | - |
| YUV | 67.32 | 224.32 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 238 | 0.57 | 0.93 | 0 | 0.07 | 263.51 | 0.87 | 0.5 |
| Hex | 67 | 10 | EE | 39 | 5D | 0 | 7 | 108 | 57 | 32 |
| Octal | 147 | 20 | 356 | 71 | 135 | 0 | 7 | 410 | 127 | 62 |
| Binary | 1100111 | 10000 | 11101110 | 111001 | 1011101 | 0 | 111 | 100001000 | 1010111 | 110010 |
Color Harmonies of #6710EE
Complementary color
Monochromatic Colors of #6710EE
Black with #6710EE
Text Example
Text Example
White with #6710EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6710EE; }
p { color: rgb(103,16,238); }
H1.HeaderClassName
{
color: #6710EE;
}
.AnyTagClassName
{
color: #6710EE;
}
</style>
background-color css
<style>
a { background-color: #6710EE; }
a { background-color: rgb(103,16,238); }
div.DivClassName
{
background-color: #6710EE;
}
.BgClassName
{
background-color: #6710EE;
}
</style>
border-color css
<style>
span { border-color: #6710EE; }
span { border-color: rgb(103,16,238); }
td.TdClassName
{
border-color: #6710EE;
}
.TagClassName
{
border-color: #6710EE;
}
</style>