Shades of Electric Indigo #6F17FF
Tints of Electric Indigo #6F17FF
RGB
CMYK
RGB Variations
Color information
#6F17FF (or 0x6F17FF) is known color: Electric Indigo. HEX triplet: 6F, 17 and FF. RGB value is (111,23,255). Sum of RGB (Red+Green+Blue) = 111+23+255=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F17FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F17FF is #90E800. Grayscale: #4A4A4A. Windows color (decimal): -9496577 or 16717679. OLE color: 16717679.
HSL color Cylindrical-coordinate representation of color #6F17FF: hue angle of 262.76º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F17FF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 23 | 255 | - |
| CMYK | 0.56 | 0.91 | 0 | 0 |
| HSL | 262.76º | 1% | 0.55% | - |
| HSV(B) | 262.76º | 0.91% | 1% | - |
| XYZ | 24.91 | 11.21 | 95.46 | - |
| YUV | 75.76 | 229.15 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 255 | 0.56 | 0.91 | 0 | 0 | 262.76 | 1 | 0.55 |
| Hex | 6F | 17 | FF | 38 | 5B | 0 | 0 | 107 | 64 | 37 |
| Octal | 157 | 27 | 377 | 70 | 133 | 0 | 0 | 407 | 144 | 67 |
| Binary | 1101111 | 10111 | 11111111 | 111000 | 1011011 | 0 | 0 | 100000111 | 1100100 | 110111 |
Color Harmonies of #6F17FF
Complementary color
Monochromatic Colors of #6F17FF
Black with #6F17FF
Text Example
Text Example
White with #6F17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F17FF; }
p { color: rgb(111,23,255); }
H1.HeaderClassName
{
color: #6F17FF;
}
.AnyTagClassName
{
color: #6F17FF;
}
</style>
background-color css
<style>
a { background-color: #6F17FF; }
a { background-color: rgb(111,23,255); }
div.DivClassName
{
background-color: #6F17FF;
}
.BgClassName
{
background-color: #6F17FF;
}
</style>
border-color css
<style>
span { border-color: #6F17FF; }
span { border-color: rgb(111,23,255); }
td.TdClassName
{
border-color: #6F17FF;
}
.TagClassName
{
border-color: #6F17FF;
}
</style>