Shades of Electric Indigo #6510ED
Tints of Electric Indigo #6510ED
RGB
CMYK
RGB Variations
Color information
#6510ED (or 0x6510ED) is known color: Electric Indigo. HEX triplet: 65, 10 and ED. RGB value is (101,16,237). Sum of RGB (Red+Green+Blue) = 101+16+237=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #6510ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6510ED is #9AEF12. Grayscale: #414141. Windows color (decimal): -10153747 or 15536229. OLE color: 15536229.
HSL color Cylindrical-coordinate representation of color #6510ED: hue angle of 263.08º 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 #6510ED is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 16 | 237 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.07 |
| HSL | 263.08º | 0.87% | 0.5% | - |
| HSV(B) | 263.08º | 0.93% | 0.93% | - |
| XYZ | 20.84 | 9.25 | 80.81 | - |
| YUV | 66.61 | 224.16 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 237 | 0.57 | 0.93 | 0 | 0.07 | 263.08 | 0.87 | 0.5 |
| Hex | 65 | 10 | ED | 39 | 5D | 0 | 7 | 107 | 57 | 32 |
| Octal | 145 | 20 | 355 | 71 | 135 | 0 | 7 | 407 | 127 | 62 |
| Binary | 1100101 | 10000 | 11101101 | 111001 | 1011101 | 0 | 111 | 100000111 | 1010111 | 110010 |
Color Harmonies of #6510ED
Complementary color
Monochromatic Colors of #6510ED
Black with #6510ED
Text Example
Text Example
White with #6510ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6510ED; }
p { color: rgb(101,16,237); }
H1.HeaderClassName
{
color: #6510ED;
}
.AnyTagClassName
{
color: #6510ED;
}
</style>
background-color css
<style>
a { background-color: #6510ED; }
a { background-color: rgb(101,16,237); }
div.DivClassName
{
background-color: #6510ED;
}
.BgClassName
{
background-color: #6510ED;
}
</style>
border-color css
<style>
span { border-color: #6510ED; }
span { border-color: rgb(101,16,237); }
td.TdClassName
{
border-color: #6510ED;
}
.TagClassName
{
border-color: #6510ED;
}
</style>