Shades of Electric Indigo #610BFE
Tints of Electric Indigo #610BFE
RGB
CMYK
RGB Variations
Color information
#610BFE (or 0x610BFE) is known color: Electric Indigo. HEX triplet: 61, 0B and FE. RGB value is (97,11,254). Sum of RGB (Red+Green+Blue) = 97+11+254=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #610BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610BFE is #9EF401. Grayscale: #3F3F3F. Windows color (decimal): -10417154 or 16649057. OLE color: 16649057.
HSL color Cylindrical-coordinate representation of color #610BFE: hue angle of 261.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610BFE is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 11 | 254 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.00 |
| HSL | 261.23º | 0.99% | 0.52% | - |
| HSV(B) | 261.23º | 0.96% | 1% | - |
| XYZ | 22.94 | 9.94 | 94.47 | - |
| YUV | 64.42 | 234.99 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 11 | 254 | 0.62 | 0.96 | 0 | 0.00 | 261.23 | 0.99 | 0.52 |
| Hex | 61 | B | FE | 3E | 60 | 0 | 0 | 105 | 63 | 34 |
| Octal | 141 | 13 | 376 | 76 | 140 | 0 | 0 | 405 | 143 | 64 |
| Binary | 1100001 | 1011 | 11111110 | 111110 | 1100000 | 0 | 0 | 100000101 | 1100011 | 110100 |
Color Harmonies of #610BFE
Complementary color
Monochromatic Colors of #610BFE
Black with #610BFE
Text Example
Text Example
White with #610BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610BFE; }
p { color: rgb(97,11,254); }
H1.HeaderClassName
{
color: #610BFE;
}
.AnyTagClassName
{
color: #610BFE;
}
</style>
background-color css
<style>
a { background-color: #610BFE; }
a { background-color: rgb(97,11,254); }
div.DivClassName
{
background-color: #610BFE;
}
.BgClassName
{
background-color: #610BFE;
}
</style>
border-color css
<style>
span { border-color: #610BFE; }
span { border-color: rgb(97,11,254); }
td.TdClassName
{
border-color: #610BFE;
}
.TagClassName
{
border-color: #610BFE;
}
</style>