Shades of Electric Indigo #6104FE
Tints of Electric Indigo #6104FE
RGB
CMYK
RGB Variations
Color information
#6104FE (or 0x6104FE) is known color: Electric Indigo. HEX triplet: 61, 04 and FE. RGB value is (97,4,254). Sum of RGB (Red+Green+Blue) = 97+4+254=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #6104FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6104FE is #9EFB01. Grayscale: #3B3B3B. Windows color (decimal): -10418946 or 16647265. OLE color: 16647265.
HSL color Cylindrical-coordinate representation of color #6104FE: hue angle of 262.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104FE is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 4 | 254 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.00 |
| HSL | 262.32º | 0.99% | 0.51% | - |
| HSV(B) | 262.32º | 0.98% | 1% | - |
| XYZ | 22.86 | 9.78 | 94.45 | - |
| YUV | 60.31 | 237.31 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 254 | 0.62 | 0.98 | 0 | 0.00 | 262.32 | 0.99 | 0.51 |
| Hex | 61 | 4 | FE | 3E | 62 | 0 | 0 | 106 | 63 | 33 |
| Octal | 141 | 4 | 376 | 76 | 142 | 0 | 0 | 406 | 143 | 63 |
| Binary | 1100001 | 100 | 11111110 | 111110 | 1100010 | 0 | 0 | 100000110 | 1100011 | 110011 |
Color Harmonies of #6104FE
Complementary color
Monochromatic Colors of #6104FE
Black with #6104FE
Text Example
Text Example
White with #6104FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6104FE; }
p { color: rgb(97,4,254); }
H1.HeaderClassName
{
color: #6104FE;
}
.AnyTagClassName
{
color: #6104FE;
}
</style>
background-color css
<style>
a { background-color: #6104FE; }
a { background-color: rgb(97,4,254); }
div.DivClassName
{
background-color: #6104FE;
}
.BgClassName
{
background-color: #6104FE;
}
</style>
border-color css
<style>
span { border-color: #6104FE; }
span { border-color: rgb(97,4,254); }
td.TdClassName
{
border-color: #6104FE;
}
.TagClassName
{
border-color: #6104FE;
}
</style>