Shades of Electric Indigo #6B0EF0
Tints of Electric Indigo #6B0EF0
RGB
CMYK
RGB Variations
Color information
#6B0EF0 (or 0x6B0EF0) is known color: Electric Indigo. HEX triplet: 6B, 0E and F0. RGB value is (107,14,240). Sum of RGB (Red+Green+Blue) = 107+14+240=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 240 (94.14% from 255 or 66.48% from 361); Max value from RGB is 240 - color contains mainly: blue. Hex color #6B0EF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B0EF0 is #94F10F. Grayscale: #424242. Windows color (decimal): -9761040 or 15732331. OLE color: 15732331.
HSL color Cylindrical-coordinate representation of color #6B0EF0: hue angle of 264.69º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0EF0 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 14 | 240 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.06 |
| HSL | 264.69º | 0.89% | 0.5% | - |
| HSV(B) | 264.69º | 0.94% | 0.94% | - |
| XYZ | 21.95 | 9.73 | 83.16 | - |
| YUV | 67.57 | 225.31 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 240 | 0.55 | 0.94 | 0 | 0.06 | 264.69 | 0.89 | 0.5 |
| Hex | 6B | E | F0 | 37 | 5E | 0 | 6 | 109 | 59 | 32 |
| Octal | 153 | 16 | 360 | 67 | 136 | 0 | 6 | 411 | 131 | 62 |
| Binary | 1101011 | 1110 | 11110000 | 110111 | 1011110 | 0 | 110 | 100001001 | 1011001 | 110010 |
Color Harmonies of #6B0EF0
Complementary color
Monochromatic Colors of #6B0EF0
Black with #6B0EF0
Text Example
Text Example
White with #6B0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0EF0; }
p { color: rgb(107,14,240); }
H1.HeaderClassName
{
color: #6B0EF0;
}
.AnyTagClassName
{
color: #6B0EF0;
}
</style>
background-color css
<style>
a { background-color: #6B0EF0; }
a { background-color: rgb(107,14,240); }
div.DivClassName
{
background-color: #6B0EF0;
}
.BgClassName
{
background-color: #6B0EF0;
}
</style>
border-color css
<style>
span { border-color: #6B0EF0; }
span { border-color: rgb(107,14,240); }
td.TdClassName
{
border-color: #6B0EF0;
}
.TagClassName
{
border-color: #6B0EF0;
}
</style>