Shades of Electric Indigo #6B0FFE
Tints of Electric Indigo #6B0FFE
RGB
CMYK
RGB Variations
Color information
#6B0FFE (or 0x6B0FFE) is known color: Electric Indigo. HEX triplet: 6B, 0F and FE. RGB value is (107,15,254). Sum of RGB (Red+Green+Blue) = 107+15+254=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B0FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0FFE is #94F001. Grayscale: #444444. Windows color (decimal): -9760770 or 16650091. OLE color: 16650091.
HSL color Cylindrical-coordinate representation of color #6B0FFE: hue angle of 263.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0FFE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 15 | 254 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.00 |
| HSL | 263.1º | 0.99% | 0.53% | - |
| HSV(B) | 263.1º | 0.94% | 1% | - |
| XYZ | 24.12 | 10.62 | 94.54 | - |
| YUV | 69.75 | 231.98 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 15 | 254 | 0.58 | 0.94 | 0 | 0.00 | 263.1 | 0.99 | 0.53 |
| Hex | 6B | F | FE | 3A | 5E | 0 | 0 | 107 | 63 | 35 |
| Octal | 153 | 17 | 376 | 72 | 136 | 0 | 0 | 407 | 143 | 65 |
| Binary | 1101011 | 1111 | 11111110 | 111010 | 1011110 | 0 | 0 | 100000111 | 1100011 | 110101 |
Color Harmonies of #6B0FFE
Complementary color
Monochromatic Colors of #6B0FFE
Black with #6B0FFE
Text Example
Text Example
White with #6B0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0FFE; }
p { color: rgb(107,15,254); }
H1.HeaderClassName
{
color: #6B0FFE;
}
.AnyTagClassName
{
color: #6B0FFE;
}
</style>
background-color css
<style>
a { background-color: #6B0FFE; }
a { background-color: rgb(107,15,254); }
div.DivClassName
{
background-color: #6B0FFE;
}
.BgClassName
{
background-color: #6B0FFE;
}
</style>
border-color css
<style>
span { border-color: #6B0FFE; }
span { border-color: rgb(107,15,254); }
td.TdClassName
{
border-color: #6B0FFE;
}
.TagClassName
{
border-color: #6B0FFE;
}
</style>