Shades of Electric Indigo #6510EE
Tints of Electric Indigo #6510EE
RGB
CMYK
RGB Variations
Color information
#6510EE (or 0x6510EE) is known color: Electric Indigo. HEX triplet: 65, 10 and EE. RGB value is (101,16,238). Sum of RGB (Red+Green+Blue) = 101+16+238=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #6510EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6510EE is #9AEF11. Grayscale: #414141. Windows color (decimal): -10153746 or 15601765. OLE color: 15601765.
HSL color Cylindrical-coordinate representation of color #6510EE: hue angle of 262.97º 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 #6510EE is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 16 | 238 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.07 |
| HSL | 262.97º | 0.87% | 0.5% | - |
| HSV(B) | 262.97º | 0.93% | 0.93% | - |
| XYZ | 20.98 | 9.31 | 81.58 | - |
| YUV | 66.72 | 224.66 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 238 | 0.58 | 0.93 | 0 | 0.07 | 262.97 | 0.87 | 0.5 |
| Hex | 65 | 10 | EE | 3A | 5D | 0 | 7 | 107 | 57 | 32 |
| Octal | 145 | 20 | 356 | 72 | 135 | 0 | 7 | 407 | 127 | 62 |
| Binary | 1100101 | 10000 | 11101110 | 111010 | 1011101 | 0 | 111 | 100000111 | 1010111 | 110010 |
Color Harmonies of #6510EE
Complementary color
Monochromatic Colors of #6510EE
Black with #6510EE
Text Example
Text Example
White with #6510EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6510EE; }
p { color: rgb(101,16,238); }
H1.HeaderClassName
{
color: #6510EE;
}
.AnyTagClassName
{
color: #6510EE;
}
</style>
background-color css
<style>
a { background-color: #6510EE; }
a { background-color: rgb(101,16,238); }
div.DivClassName
{
background-color: #6510EE;
}
.BgClassName
{
background-color: #6510EE;
}
</style>
border-color css
<style>
span { border-color: #6510EE; }
span { border-color: rgb(101,16,238); }
td.TdClassName
{
border-color: #6510EE;
}
.TagClassName
{
border-color: #6510EE;
}
</style>