Shades of Electric Indigo #6B19FE
Tints of Electric Indigo #6B19FE
RGB
CMYK
RGB Variations
Color information
#6B19FE (or 0x6B19FE) is known color: Electric Indigo. HEX triplet: 6B, 19 and FE. RGB value is (107,25,254). Sum of RGB (Red+Green+Blue) = 107+25+254=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B19FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B19FE is #94E601. Grayscale: #4A4A4A. Windows color (decimal): -9758210 or 16652651. OLE color: 16652651.
HSL color Cylindrical-coordinate representation of color #6B19FE: hue angle of 261.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B19FE is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 25 | 254 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.00 |
| HSL | 261.48º | 0.99% | 0.55% | - |
| HSV(B) | 261.48º | 0.9% | 1% | - |
| XYZ | 24.3 | 10.98 | 94.6 | - |
| YUV | 75.62 | 228.67 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 254 | 0.58 | 0.90 | 0 | 0.00 | 261.48 | 0.99 | 0.55 |
| Hex | 6B | 19 | FE | 3A | 5A | 0 | 0 | 105 | 63 | 37 |
| Octal | 153 | 31 | 376 | 72 | 132 | 0 | 0 | 405 | 143 | 67 |
| Binary | 1101011 | 11001 | 11111110 | 111010 | 1011010 | 0 | 0 | 100000101 | 1100011 | 110111 |
Color Harmonies of #6B19FE
Complementary color
Monochromatic Colors of #6B19FE
Black with #6B19FE
Text Example
Text Example
White with #6B19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B19FE; }
p { color: rgb(107,25,254); }
H1.HeaderClassName
{
color: #6B19FE;
}
.AnyTagClassName
{
color: #6B19FE;
}
</style>
background-color css
<style>
a { background-color: #6B19FE; }
a { background-color: rgb(107,25,254); }
div.DivClassName
{
background-color: #6B19FE;
}
.BgClassName
{
background-color: #6B19FE;
}
</style>
border-color css
<style>
span { border-color: #6B19FE; }
span { border-color: rgb(107,25,254); }
td.TdClassName
{
border-color: #6B19FE;
}
.TagClassName
{
border-color: #6B19FE;
}
</style>