Shades of Electric Indigo #6F1AFE
Tints of Electric Indigo #6F1AFE
RGB
CMYK
RGB Variations
Color information
#6F1AFE (or 0x6F1AFE) is known color: Electric Indigo. HEX triplet: 6F, 1A and FE. RGB value is (111,26,254). Sum of RGB (Red+Green+Blue) = 111+26+254=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F1AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1AFE is #90E501. Grayscale: #4C4C4C. Windows color (decimal): -9495810 or 16652911. OLE color: 16652911.
HSL color Cylindrical-coordinate representation of color #6F1AFE: hue angle of 262.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F1AFE is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 26 | 254 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.00 |
| HSL | 262.37º | 0.99% | 0.55% | - |
| HSV(B) | 262.37º | 0.9% | 1% | - |
| XYZ | 24.81 | 11.27 | 94.63 | - |
| YUV | 77.41 | 227.66 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 254 | 0.56 | 0.90 | 0 | 0.00 | 262.37 | 0.99 | 0.55 |
| Hex | 6F | 1A | FE | 38 | 5A | 0 | 0 | 106 | 63 | 37 |
| Octal | 157 | 32 | 376 | 70 | 132 | 0 | 0 | 406 | 143 | 67 |
| Binary | 1101111 | 11010 | 11111110 | 111000 | 1011010 | 0 | 0 | 100000110 | 1100011 | 110111 |
Color Harmonies of #6F1AFE
Complementary color
Monochromatic Colors of #6F1AFE
Black with #6F1AFE
Text Example
Text Example
White with #6F1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1AFE; }
p { color: rgb(111,26,254); }
H1.HeaderClassName
{
color: #6F1AFE;
}
.AnyTagClassName
{
color: #6F1AFE;
}
</style>
background-color css
<style>
a { background-color: #6F1AFE; }
a { background-color: rgb(111,26,254); }
div.DivClassName
{
background-color: #6F1AFE;
}
.BgClassName
{
background-color: #6F1AFE;
}
</style>
border-color css
<style>
span { border-color: #6F1AFE; }
span { border-color: rgb(111,26,254); }
td.TdClassName
{
border-color: #6F1AFE;
}
.TagClassName
{
border-color: #6F1AFE;
}
</style>