Shades of Electric Indigo #6101FE
Tints of Electric Indigo #6101FE
RGB
CMYK
RGB Variations
Color information
#6101FE (or 0x6101FE) is known color: Electric Indigo. HEX triplet: 61, 01 and FE. RGB value is (97,1,254). Sum of RGB (Red+Green+Blue) = 97+1+254=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #6101FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6101FE is #9EFE01. Grayscale: #393939. Windows color (decimal): -10419714 or 16646497. OLE color: 16646497.
HSL color Cylindrical-coordinate representation of color #6101FE: hue angle of 262.77º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101FE is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 1 | 254 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.00 |
| HSL | 262.77º | 0.99% | 0.5% | - |
| HSV(B) | 262.77º | 1% | 1% | - |
| XYZ | 22.83 | 9.72 | 94.44 | - |
| YUV | 58.55 | 238.3 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 254 | 0.62 | 1.00 | 0 | 0.00 | 262.77 | 0.99 | 0.5 |
| Hex | 61 | 1 | FE | 3E | 64 | 0 | 0 | 107 | 63 | 32 |
| Octal | 141 | 1 | 376 | 76 | 144 | 0 | 0 | 407 | 143 | 62 |
| Binary | 1100001 | 1 | 11111110 | 111110 | 1100100 | 0 | 0 | 100000111 | 1100011 | 110010 |
Color Harmonies of #6101FE
Complementary color
Monochromatic Colors of #6101FE
Black with #6101FE
Text Example
Text Example
White with #6101FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101FE; }
p { color: rgb(97,1,254); }
H1.HeaderClassName
{
color: #6101FE;
}
.AnyTagClassName
{
color: #6101FE;
}
</style>
background-color css
<style>
a { background-color: #6101FE; }
a { background-color: rgb(97,1,254); }
div.DivClassName
{
background-color: #6101FE;
}
.BgClassName
{
background-color: #6101FE;
}
</style>
border-color css
<style>
span { border-color: #6101FE; }
span { border-color: rgb(97,1,254); }
td.TdClassName
{
border-color: #6101FE;
}
.TagClassName
{
border-color: #6101FE;
}
</style>