Shades of Electric Indigo #6B0EFF
Tints of Electric Indigo #6B0EFF
RGB
CMYK
RGB Variations
Color information
#6B0EFF (or 0x6B0EFF) is known color: Electric Indigo. HEX triplet: 6B, 0E and FF. RGB value is (107,14,255). Sum of RGB (Red+Green+Blue) = 107+14+255=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0EFF is #94F100. Grayscale: #444444. Windows color (decimal): -9761025 or 16715371. OLE color: 16715371.
HSL color Cylindrical-coordinate representation of color #6B0EFF: hue angle of 263.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0EFF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 14 | 255 | - |
| CMYK | 0.58 | 0.95 | 0 | 0 |
| HSL | 263.15º | 1% | 0.53% | - |
| HSV(B) | 263.15º | 0.95% | 1% | - |
| XYZ | 24.27 | 10.66 | 95.39 | - |
| YUV | 69.28 | 232.81 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 255 | 0.58 | 0.95 | 0 | 0 | 263.15 | 1 | 0.53 |
| Hex | 6B | E | FF | 3A | 5F | 0 | 0 | 107 | 64 | 35 |
| Octal | 153 | 16 | 377 | 72 | 137 | 0 | 0 | 407 | 144 | 65 |
| Binary | 1101011 | 1110 | 11111111 | 111010 | 1011111 | 0 | 0 | 100000111 | 1100100 | 110101 |
Color Harmonies of #6B0EFF
Complementary color
Monochromatic Colors of #6B0EFF
Black with #6B0EFF
Text Example
Text Example
White with #6B0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0EFF; }
p { color: rgb(107,14,255); }
H1.HeaderClassName
{
color: #6B0EFF;
}
.AnyTagClassName
{
color: #6B0EFF;
}
</style>
background-color css
<style>
a { background-color: #6B0EFF; }
a { background-color: rgb(107,14,255); }
div.DivClassName
{
background-color: #6B0EFF;
}
.BgClassName
{
background-color: #6B0EFF;
}
</style>
border-color css
<style>
span { border-color: #6B0EFF; }
span { border-color: rgb(107,14,255); }
td.TdClassName
{
border-color: #6B0EFF;
}
.TagClassName
{
border-color: #6B0EFF;
}
</style>