Shades of Electric Indigo #6F15FF
Tints of Electric Indigo #6F15FF
RGB
CMYK
RGB Variations
Color information
#6F15FF (or 0x6F15FF) is known color: Electric Indigo. HEX triplet: 6F, 15 and FF. RGB value is (111,21,255). Sum of RGB (Red+Green+Blue) = 111+21+255=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F15FF is #90EA00. Grayscale: #494949. Windows color (decimal): -9497089 or 16717167. OLE color: 16717167.
HSL color Cylindrical-coordinate representation of color #6F15FF: hue angle of 263.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F15FF is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 21 | 255 | - |
| CMYK | 0.56 | 0.92 | 0 | 0 |
| HSL | 263.08º | 1% | 0.54% | - |
| HSV(B) | 263.08º | 0.92% | 1% | - |
| XYZ | 24.87 | 11.14 | 95.45 | - |
| YUV | 74.59 | 229.82 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 255 | 0.56 | 0.92 | 0 | 0 | 263.08 | 1 | 0.54 |
| Hex | 6F | 15 | FF | 38 | 5C | 0 | 0 | 107 | 64 | 36 |
| Octal | 157 | 25 | 377 | 70 | 134 | 0 | 0 | 407 | 144 | 66 |
| Binary | 1101111 | 10101 | 11111111 | 111000 | 1011100 | 0 | 0 | 100000111 | 1100100 | 110110 |
Color Harmonies of #6F15FF
Complementary color
Monochromatic Colors of #6F15FF
Black with #6F15FF
Text Example
Text Example
White with #6F15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F15FF; }
p { color: rgb(111,21,255); }
H1.HeaderClassName
{
color: #6F15FF;
}
.AnyTagClassName
{
color: #6F15FF;
}
</style>
background-color css
<style>
a { background-color: #6F15FF; }
a { background-color: rgb(111,21,255); }
div.DivClassName
{
background-color: #6F15FF;
}
.BgClassName
{
background-color: #6F15FF;
}
</style>
border-color css
<style>
span { border-color: #6F15FF; }
span { border-color: rgb(111,21,255); }
td.TdClassName
{
border-color: #6F15FF;
}
.TagClassName
{
border-color: #6F15FF;
}
</style>