Shades of Electric Indigo #6412FE
Tints of Electric Indigo #6412FE
RGB
CMYK
RGB Variations
Color information
#6412FE (or 0x6412FE) is known color: Electric Indigo. HEX triplet: 64, 12 and FE. RGB value is (100,18,254). Sum of RGB (Red+Green+Blue) = 100+18+254=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #6412FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6412FE is #9BED01. Grayscale: #444444. Windows color (decimal): -10218754 or 16650852. OLE color: 16650852.
HSL color Cylindrical-coordinate representation of color #6412FE: hue angle of 260.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6412FE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 18 | 254 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.00 |
| HSL | 260.85º | 0.99% | 0.53% | - |
| HSV(B) | 260.85º | 0.93% | 1% | - |
| XYZ | 23.36 | 10.3 | 94.52 | - |
| YUV | 69.42 | 232.17 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 254 | 0.61 | 0.93 | 0 | 0.00 | 260.85 | 0.99 | 0.53 |
| Hex | 64 | 12 | FE | 3D | 5D | 0 | 0 | 105 | 63 | 35 |
| Octal | 144 | 22 | 376 | 75 | 135 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100100 | 10010 | 11111110 | 111101 | 1011101 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #6412FE
Complementary color
Monochromatic Colors of #6412FE
Black with #6412FE
Text Example
Text Example
White with #6412FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6412FE; }
p { color: rgb(100,18,254); }
H1.HeaderClassName
{
color: #6412FE;
}
.AnyTagClassName
{
color: #6412FE;
}
</style>
background-color css
<style>
a { background-color: #6412FE; }
a { background-color: rgb(100,18,254); }
div.DivClassName
{
background-color: #6412FE;
}
.BgClassName
{
background-color: #6412FE;
}
</style>
border-color css
<style>
span { border-color: #6412FE; }
span { border-color: rgb(100,18,254); }
td.TdClassName
{
border-color: #6412FE;
}
.TagClassName
{
border-color: #6412FE;
}
</style>