Shades of Electric Indigo #6B0ADC
Tints of Electric Indigo #6B0ADC
RGB
CMYK
RGB Variations
Color information
#6B0ADC (or 0x6B0ADC) is known color: Electric Indigo. HEX triplet: 6B, 0A and DC. RGB value is (107,10,220). Sum of RGB (Red+Green+Blue) = 107+10+220=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B0ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0ADC is #94F523. Grayscale: #3E3E3E. Windows color (decimal): -9762084 or 14420587. OLE color: 14420587.
HSL color Cylindrical-coordinate representation of color #6B0ADC: hue angle of 267.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0ADC is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 10 | 220 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.14 |
| HSL | 267.71º | 0.91% | 0.45% | - |
| HSV(B) | 267.71º | 0.95% | 0.86% | - |
| XYZ | 19.09 | 8.51 | 68.35 | - |
| YUV | 62.94 | 216.64 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 10 | 220 | 0.51 | 0.95 | 0 | 0.14 | 267.71 | 0.91 | 0.45 |
| Hex | 6B | A | DC | 33 | 5F | 0 | E | 10C | 5B | 2D |
| Octal | 153 | 12 | 334 | 63 | 137 | 0 | 16 | 414 | 133 | 55 |
| Binary | 1101011 | 1010 | 11011100 | 110011 | 1011111 | 0 | 1110 | 100001100 | 1011011 | 101101 |
Color Harmonies of #6B0ADC
Complementary color
Monochromatic Colors of #6B0ADC
Black with #6B0ADC
Text Example
Text Example
White with #6B0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0ADC; }
p { color: rgb(107,10,220); }
H1.HeaderClassName
{
color: #6B0ADC;
}
.AnyTagClassName
{
color: #6B0ADC;
}
</style>
background-color css
<style>
a { background-color: #6B0ADC; }
a { background-color: rgb(107,10,220); }
div.DivClassName
{
background-color: #6B0ADC;
}
.BgClassName
{
background-color: #6B0ADC;
}
</style>
border-color css
<style>
span { border-color: #6B0ADC; }
span { border-color: rgb(107,10,220); }
td.TdClassName
{
border-color: #6B0ADC;
}
.TagClassName
{
border-color: #6B0ADC;
}
</style>