Shades of Electric Indigo #6F01FE
Tints of Electric Indigo #6F01FE
RGB
CMYK
RGB Variations
Color information
#6F01FE (or 0x6F01FE) is known color: Electric Indigo. HEX triplet: 6F, 01 and FE. RGB value is (111,1,254). Sum of RGB (Red+Green+Blue) = 111+1+254=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F01FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F01FE is #90FE01. Grayscale: #3D3D3D. Windows color (decimal): -9502210 or 16646511. OLE color: 16646511.
HSL color Cylindrical-coordinate representation of color #6F01FE: hue angle of 266.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F01FE is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 1 | 254 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.00 |
| HSL | 266.09º | 0.99% | 0.5% | - |
| HSV(B) | 266.09º | 1% | 1% | - |
| XYZ | 24.46 | 10.56 | 94.51 | - |
| YUV | 62.73 | 235.94 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 254 | 0.56 | 1.00 | 0 | 0.00 | 266.09 | 0.99 | 0.5 |
| Hex | 6F | 1 | FE | 38 | 64 | 0 | 0 | 10A | 63 | 32 |
| Octal | 157 | 1 | 376 | 70 | 144 | 0 | 0 | 412 | 143 | 62 |
| Binary | 1101111 | 1 | 11111110 | 111000 | 1100100 | 0 | 0 | 100001010 | 1100011 | 110010 |
Color Harmonies of #6F01FE
Complementary color
Monochromatic Colors of #6F01FE
Black with #6F01FE
Text Example
Text Example
White with #6F01FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F01FE; }
p { color: rgb(111,1,254); }
H1.HeaderClassName
{
color: #6F01FE;
}
.AnyTagClassName
{
color: #6F01FE;
}
</style>
background-color css
<style>
a { background-color: #6F01FE; }
a { background-color: rgb(111,1,254); }
div.DivClassName
{
background-color: #6F01FE;
}
.BgClassName
{
background-color: #6F01FE;
}
</style>
border-color css
<style>
span { border-color: #6F01FE; }
span { border-color: rgb(111,1,254); }
td.TdClassName
{
border-color: #6F01FE;
}
.TagClassName
{
border-color: #6F01FE;
}
</style>