Shades of Electric Indigo #6B13FE
Tints of Electric Indigo #6B13FE
RGB
CMYK
RGB Variations
Color information
#6B13FE (or 0x6B13FE) is known color: Electric Indigo. HEX triplet: 6B, 13 and FE. RGB value is (107,19,254). Sum of RGB (Red+Green+Blue) = 107+19+254=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B13FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B13FE is #94EC01. Grayscale: #474747. Windows color (decimal): -9759746 or 16651115. OLE color: 16651115.
HSL color Cylindrical-coordinate representation of color #6B13FE: hue angle of 262.47º 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 #6B13FE is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 19 | 254 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.00 |
| HSL | 262.47º | 0.99% | 0.54% | - |
| HSV(B) | 262.47º | 0.93% | 1% | - |
| XYZ | 24.19 | 10.75 | 94.57 | - |
| YUV | 72.1 | 230.65 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 254 | 0.58 | 0.93 | 0 | 0.00 | 262.47 | 0.99 | 0.54 |
| Hex | 6B | 13 | FE | 3A | 5D | 0 | 0 | 106 | 63 | 36 |
| Octal | 153 | 23 | 376 | 72 | 135 | 0 | 0 | 406 | 143 | 66 |
| Binary | 1101011 | 10011 | 11111110 | 111010 | 1011101 | 0 | 0 | 100000110 | 1100011 | 110110 |
Color Harmonies of #6B13FE
Complementary color
Monochromatic Colors of #6B13FE
Black with #6B13FE
Text Example
Text Example
White with #6B13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B13FE; }
p { color: rgb(107,19,254); }
H1.HeaderClassName
{
color: #6B13FE;
}
.AnyTagClassName
{
color: #6B13FE;
}
</style>
background-color css
<style>
a { background-color: #6B13FE; }
a { background-color: rgb(107,19,254); }
div.DivClassName
{
background-color: #6B13FE;
}
.BgClassName
{
background-color: #6B13FE;
}
</style>
border-color css
<style>
span { border-color: #6B13FE; }
span { border-color: rgb(107,19,254); }
td.TdClassName
{
border-color: #6B13FE;
}
.TagClassName
{
border-color: #6B13FE;
}
</style>