Shades of Electric Indigo #6B0EDE
Tints of Electric Indigo #6B0EDE
RGB
CMYK
RGB Variations
Color information
#6B0EDE (or 0x6B0EDE) is known color: Electric Indigo. HEX triplet: 6B, 0E and DE. RGB value is (107,14,222). Sum of RGB (Red+Green+Blue) = 107+14+222=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B0EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0EDE is #94F121. Grayscale: #404040. Windows color (decimal): -9761058 or 14552683. OLE color: 14552683.
HSL color Cylindrical-coordinate representation of color #6B0EDE: hue angle of 266.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0EDE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 14 | 222 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.13 |
| HSL | 266.83º | 0.88% | 0.46% | - |
| HSV(B) | 266.83º | 0.94% | 0.87% | - |
| XYZ | 19.41 | 8.71 | 69.77 | - |
| YUV | 65.52 | 216.31 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 14 | 222 | 0.52 | 0.94 | 0 | 0.13 | 266.83 | 0.88 | 0.46 |
| Hex | 6B | E | DE | 34 | 5E | 0 | D | 10B | 58 | 2E |
| Octal | 153 | 16 | 336 | 64 | 136 | 0 | 15 | 413 | 130 | 56 |
| Binary | 1101011 | 1110 | 11011110 | 110100 | 1011110 | 0 | 1101 | 100001011 | 1011000 | 101110 |
Color Harmonies of #6B0EDE
Complementary color
Monochromatic Colors of #6B0EDE
Black with #6B0EDE
Text Example
Text Example
White with #6B0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0EDE; }
p { color: rgb(107,14,222); }
H1.HeaderClassName
{
color: #6B0EDE;
}
.AnyTagClassName
{
color: #6B0EDE;
}
</style>
background-color css
<style>
a { background-color: #6B0EDE; }
a { background-color: rgb(107,14,222); }
div.DivClassName
{
background-color: #6B0EDE;
}
.BgClassName
{
background-color: #6B0EDE;
}
</style>
border-color css
<style>
span { border-color: #6B0EDE; }
span { border-color: rgb(107,14,222); }
td.TdClassName
{
border-color: #6B0EDE;
}
.TagClassName
{
border-color: #6B0EDE;
}
</style>