Shades of Electric Indigo #6F14FF
Tints of Electric Indigo #6F14FF
RGB
CMYK
RGB Variations
Color information
#6F14FF (or 0x6F14FF) is known color: Electric Indigo. HEX triplet: 6F, 14 and FF. RGB value is (111,20,255). Sum of RGB (Red+Green+Blue) = 111+20+255=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F14FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F14FF is #90EB00. Grayscale: #494949. Windows color (decimal): -9497345 or 16716911. OLE color: 16716911.
HSL color Cylindrical-coordinate representation of color #6F14FF: hue angle of 263.23º 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 #6F14FF is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 20 | 255 | - |
| CMYK | 0.56 | 0.92 | 0 | 0 |
| HSL | 263.23º | 1% | 0.54% | - |
| HSV(B) | 263.23º | 0.92% | 1% | - |
| XYZ | 24.86 | 11.1 | 95.44 | - |
| YUV | 74 | 230.15 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 255 | 0.56 | 0.92 | 0 | 0 | 263.23 | 1 | 0.54 |
| Hex | 6F | 14 | FF | 38 | 5C | 0 | 0 | 107 | 64 | 36 |
| Octal | 157 | 24 | 377 | 70 | 134 | 0 | 0 | 407 | 144 | 66 |
| Binary | 1101111 | 10100 | 11111111 | 111000 | 1011100 | 0 | 0 | 100000111 | 1100100 | 110110 |
Color Harmonies of #6F14FF
Complementary color
Monochromatic Colors of #6F14FF
Black with #6F14FF
Text Example
Text Example
White with #6F14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F14FF; }
p { color: rgb(111,20,255); }
H1.HeaderClassName
{
color: #6F14FF;
}
.AnyTagClassName
{
color: #6F14FF;
}
</style>
background-color css
<style>
a { background-color: #6F14FF; }
a { background-color: rgb(111,20,255); }
div.DivClassName
{
background-color: #6F14FF;
}
.BgClassName
{
background-color: #6F14FF;
}
</style>
border-color css
<style>
span { border-color: #6F14FF; }
span { border-color: rgb(111,20,255); }
td.TdClassName
{
border-color: #6F14FF;
}
.TagClassName
{
border-color: #6F14FF;
}
</style>