Shades of Electric Indigo #6B05DB
Tints of Electric Indigo #6B05DB
RGB
CMYK
RGB Variations
Color information
#6B05DB (or 0x6B05DB) is known color: Electric Indigo. HEX triplet: 6B, 05 and DB. RGB value is (107,5,219). Sum of RGB (Red+Green+Blue) = 107+5+219=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B05DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05DB is #94FA24. Grayscale: #3B3B3B. Windows color (decimal): -9763365 or 14353771. OLE color: 14353771.
HSL color Cylindrical-coordinate representation of color #6B05DB: hue angle of 268.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B05DB is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 5 | 219 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.14 |
| HSL | 268.6º | 0.96% | 0.44% | - |
| HSV(B) | 268.6º | 0.98% | 0.86% | - |
| XYZ | 18.9 | 8.35 | 67.63 | - |
| YUV | 59.89 | 217.79 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 219 | 0.51 | 0.98 | 0 | 0.14 | 268.6 | 0.96 | 0.44 |
| Hex | 6B | 5 | DB | 33 | 62 | 0 | E | 10D | 60 | 2C |
| Octal | 153 | 5 | 333 | 63 | 142 | 0 | 16 | 415 | 140 | 54 |
| Binary | 1101011 | 101 | 11011011 | 110011 | 1100010 | 0 | 1110 | 100001101 | 1100000 | 101100 |
Color Harmonies of #6B05DB
Complementary color
Monochromatic Colors of #6B05DB
Black with #6B05DB
Text Example
Text Example
White with #6B05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B05DB; }
p { color: rgb(107,5,219); }
H1.HeaderClassName
{
color: #6B05DB;
}
.AnyTagClassName
{
color: #6B05DB;
}
</style>
background-color css
<style>
a { background-color: #6B05DB; }
a { background-color: rgb(107,5,219); }
div.DivClassName
{
background-color: #6B05DB;
}
.BgClassName
{
background-color: #6B05DB;
}
</style>
border-color css
<style>
span { border-color: #6B05DB; }
span { border-color: rgb(107,5,219); }
td.TdClassName
{
border-color: #6B05DB;
}
.TagClassName
{
border-color: #6B05DB;
}
</style>