Shades of Electric Indigo #6F13FE
Tints of Electric Indigo #6F13FE
RGB
CMYK
RGB Variations
Color information
#6F13FE (or 0x6F13FE) is known color: Electric Indigo. HEX triplet: 6F, 13 and FE. RGB value is (111,19,254). Sum of RGB (Red+Green+Blue) = 111+19+254=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F13FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6F13FE is #90EC01. Grayscale: #484848. Windows color (decimal): -9497602 or 16651119. OLE color: 16651119.
HSL color Cylindrical-coordinate representation of color #6F13FE: hue angle of 263.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F13FE is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 19 | 254 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.00 |
| HSL | 263.49º | 0.99% | 0.54% | - |
| HSV(B) | 263.49º | 0.93% | 1% | - |
| XYZ | 24.68 | 11 | 94.59 | - |
| YUV | 73.3 | 229.98 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 254 | 0.56 | 0.93 | 0 | 0.00 | 263.49 | 0.99 | 0.54 |
| Hex | 6F | 13 | FE | 38 | 5D | 0 | 0 | 107 | 63 | 36 |
| Octal | 157 | 23 | 376 | 70 | 135 | 0 | 0 | 407 | 143 | 66 |
| Binary | 1101111 | 10011 | 11111110 | 111000 | 1011101 | 0 | 0 | 100000111 | 1100011 | 110110 |
Color Harmonies of #6F13FE
Complementary color
Monochromatic Colors of #6F13FE
Black with #6F13FE
Text Example
Text Example
White with #6F13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F13FE; }
p { color: rgb(111,19,254); }
H1.HeaderClassName
{
color: #6F13FE;
}
.AnyTagClassName
{
color: #6F13FE;
}
</style>
background-color css
<style>
a { background-color: #6F13FE; }
a { background-color: rgb(111,19,254); }
div.DivClassName
{
background-color: #6F13FE;
}
.BgClassName
{
background-color: #6F13FE;
}
</style>
border-color css
<style>
span { border-color: #6F13FE; }
span { border-color: rgb(111,19,254); }
td.TdClassName
{
border-color: #6F13FE;
}
.TagClassName
{
border-color: #6F13FE;
}
</style>