Shades of Electric Indigo #610EFE
Tints of Electric Indigo #610EFE
RGB
CMYK
RGB Variations
Color information
#610EFE (or 0x610EFE) is known color: Electric Indigo. HEX triplet: 61, 0E and FE. RGB value is (97,14,254). Sum of RGB (Red+Green+Blue) = 97+14+254=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #610EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610EFE is #9EF101. Grayscale: #414141. Windows color (decimal): -10416386 or 16649825. OLE color: 16649825.
HSL color Cylindrical-coordinate representation of color #610EFE: hue angle of 260.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610EFE is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 14 | 254 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.00 |
| HSL | 260.75º | 0.99% | 0.53% | - |
| HSV(B) | 260.75º | 0.94% | 1% | - |
| XYZ | 22.98 | 10.01 | 94.49 | - |
| YUV | 66.18 | 234 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 14 | 254 | 0.62 | 0.94 | 0 | 0.00 | 260.75 | 0.99 | 0.53 |
| Hex | 61 | E | FE | 3E | 5E | 0 | 0 | 105 | 63 | 35 |
| Octal | 141 | 16 | 376 | 76 | 136 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100001 | 1110 | 11111110 | 111110 | 1011110 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #610EFE
Complementary color
Monochromatic Colors of #610EFE
Black with #610EFE
Text Example
Text Example
White with #610EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610EFE; }
p { color: rgb(97,14,254); }
H1.HeaderClassName
{
color: #610EFE;
}
.AnyTagClassName
{
color: #610EFE;
}
</style>
background-color css
<style>
a { background-color: #610EFE; }
a { background-color: rgb(97,14,254); }
div.DivClassName
{
background-color: #610EFE;
}
.BgClassName
{
background-color: #610EFE;
}
</style>
border-color css
<style>
span { border-color: #610EFE; }
span { border-color: rgb(97,14,254); }
td.TdClassName
{
border-color: #610EFE;
}
.TagClassName
{
border-color: #610EFE;
}
</style>