Shades of Electric Indigo #6F15FE
Tints of Electric Indigo #6F15FE
RGB
CMYK
RGB Variations
Color information
#6F15FE (or 0x6F15FE) is known color: Electric Indigo. HEX triplet: 6F, 15 and FE. RGB value is (111,21,254). Sum of RGB (Red+Green+Blue) = 111+21+254=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 21 (8.59% from 255 or 5.44% 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 #6F15FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F15FE is #90EA01. Grayscale: #494949. Windows color (decimal): -9497090 or 16651631. OLE color: 16651631.
HSL color Cylindrical-coordinate representation of color #6F15FE: hue angle of 263.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F15FE is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 21 | 254 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.00 |
| HSL | 263.18º | 0.99% | 0.54% | - |
| HSV(B) | 263.18º | 0.92% | 1% | - |
| XYZ | 24.71 | 11.07 | 94.6 | - |
| YUV | 74.47 | 229.32 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 254 | 0.56 | 0.92 | 0 | 0.00 | 263.18 | 0.99 | 0.54 |
| Hex | 6F | 15 | FE | 38 | 5C | 0 | 0 | 107 | 63 | 36 |
| Octal | 157 | 25 | 376 | 70 | 134 | 0 | 0 | 407 | 143 | 66 |
| Binary | 1101111 | 10101 | 11111110 | 111000 | 1011100 | 0 | 0 | 100000111 | 1100011 | 110110 |
Color Harmonies of #6F15FE
Complementary color
Monochromatic Colors of #6F15FE
Black with #6F15FE
Text Example
Text Example
White with #6F15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F15FE; }
p { color: rgb(111,21,254); }
H1.HeaderClassName
{
color: #6F15FE;
}
.AnyTagClassName
{
color: #6F15FE;
}
</style>
background-color css
<style>
a { background-color: #6F15FE; }
a { background-color: rgb(111,21,254); }
div.DivClassName
{
background-color: #6F15FE;
}
.BgClassName
{
background-color: #6F15FE;
}
</style>
border-color css
<style>
span { border-color: #6F15FE; }
span { border-color: rgb(111,21,254); }
td.TdClassName
{
border-color: #6F15FE;
}
.TagClassName
{
border-color: #6F15FE;
}
</style>