Shades of Electric Indigo #6B07DB
Tints of Electric Indigo #6B07DB
RGB
CMYK
RGB Variations
Color information
#6B07DB (or 0x6B07DB) is known color: Electric Indigo. HEX triplet: 6B, 07 and DB. RGB value is (107,7,219). Sum of RGB (Red+Green+Blue) = 107+7+219=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B07DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B07DB is #94F824. Grayscale: #3C3C3C. Windows color (decimal): -9762853 or 14354283. OLE color: 14354283.
HSL color Cylindrical-coordinate representation of color #6B07DB: hue angle of 268.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B07DB is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 7 | 219 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.14 |
| HSL | 268.3º | 0.94% | 0.44% | - |
| HSV(B) | 268.3º | 0.97% | 0.86% | - |
| XYZ | 18.93 | 8.39 | 67.64 | - |
| YUV | 61.07 | 217.13 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 219 | 0.51 | 0.97 | 0 | 0.14 | 268.3 | 0.94 | 0.44 |
| Hex | 6B | 7 | DB | 33 | 61 | 0 | E | 10C | 5E | 2C |
| Octal | 153 | 7 | 333 | 63 | 141 | 0 | 16 | 414 | 136 | 54 |
| Binary | 1101011 | 111 | 11011011 | 110011 | 1100001 | 0 | 1110 | 100001100 | 1011110 | 101100 |
Color Harmonies of #6B07DB
Complementary color
Monochromatic Colors of #6B07DB
Black with #6B07DB
Text Example
Text Example
White with #6B07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B07DB; }
p { color: rgb(107,7,219); }
H1.HeaderClassName
{
color: #6B07DB;
}
.AnyTagClassName
{
color: #6B07DB;
}
</style>
background-color css
<style>
a { background-color: #6B07DB; }
a { background-color: rgb(107,7,219); }
div.DivClassName
{
background-color: #6B07DB;
}
.BgClassName
{
background-color: #6B07DB;
}
</style>
border-color css
<style>
span { border-color: #6B07DB; }
span { border-color: rgb(107,7,219); }
td.TdClassName
{
border-color: #6B07DB;
}
.TagClassName
{
border-color: #6B07DB;
}
</style>