Shades of Electric Indigo #6F17FE
Tints of Electric Indigo #6F17FE
RGB
CMYK
RGB Variations
Color information
#6F17FE (or 0x6F17FE) is known color: Electric Indigo. HEX triplet: 6F, 17 and FE. RGB value is (111,23,254). Sum of RGB (Red+Green+Blue) = 111+23+254=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F17FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F17FE is #90E801. Grayscale: #4A4A4A. Windows color (decimal): -9496578 or 16652143. OLE color: 16652143.
HSL color Cylindrical-coordinate representation of color #6F17FE: hue angle of 262.86º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F17FE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 23 | 254 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.00 |
| HSL | 262.86º | 0.99% | 0.54% | - |
| HSV(B) | 262.86º | 0.91% | 1% | - |
| XYZ | 24.75 | 11.15 | 94.61 | - |
| YUV | 75.65 | 228.65 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 254 | 0.56 | 0.91 | 0 | 0.00 | 262.86 | 0.99 | 0.54 |
| Hex | 6F | 17 | FE | 38 | 5B | 0 | 0 | 107 | 63 | 36 |
| Octal | 157 | 27 | 376 | 70 | 133 | 0 | 0 | 407 | 143 | 66 |
| Binary | 1101111 | 10111 | 11111110 | 111000 | 1011011 | 0 | 0 | 100000111 | 1100011 | 110110 |
Color Harmonies of #6F17FE
Complementary color
Monochromatic Colors of #6F17FE
Black with #6F17FE
Text Example
Text Example
White with #6F17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F17FE; }
p { color: rgb(111,23,254); }
H1.HeaderClassName
{
color: #6F17FE;
}
.AnyTagClassName
{
color: #6F17FE;
}
</style>
background-color css
<style>
a { background-color: #6F17FE; }
a { background-color: rgb(111,23,254); }
div.DivClassName
{
background-color: #6F17FE;
}
.BgClassName
{
background-color: #6F17FE;
}
</style>
border-color css
<style>
span { border-color: #6F17FE; }
span { border-color: rgb(111,23,254); }
td.TdClassName
{
border-color: #6F17FE;
}
.TagClassName
{
border-color: #6F17FE;
}
</style>