Shades of Electric Indigo #6B0CDD
Tints of Electric Indigo #6B0CDD
RGB
CMYK
RGB Variations
Color information
#6B0CDD (or 0x6B0CDD) is known color: Electric Indigo. HEX triplet: 6B, 0C and DD. RGB value is (107,12,221). Sum of RGB (Red+Green+Blue) = 107+12+221=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0CDD is #94F322. Grayscale: #3F3F3F. Windows color (decimal): -9761571 or 14486635. OLE color: 14486635.
HSL color Cylindrical-coordinate representation of color #6B0CDD: hue angle of 267.27º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0CDD is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 12 | 221 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.13 |
| HSL | 267.27º | 0.9% | 0.46% | - |
| HSV(B) | 267.27º | 0.95% | 0.87% | - |
| XYZ | 19.25 | 8.61 | 69.05 | - |
| YUV | 64.23 | 216.47 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 221 | 0.52 | 0.95 | 0 | 0.13 | 267.27 | 0.9 | 0.46 |
| Hex | 6B | C | DD | 34 | 5F | 0 | D | 10B | 5A | 2E |
| Octal | 153 | 14 | 335 | 64 | 137 | 0 | 15 | 413 | 132 | 56 |
| Binary | 1101011 | 1100 | 11011101 | 110100 | 1011111 | 0 | 1101 | 100001011 | 1011010 | 101110 |
Color Harmonies of #6B0CDD
Complementary color
Monochromatic Colors of #6B0CDD
Black with #6B0CDD
Text Example
Text Example
White with #6B0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0CDD; }
p { color: rgb(107,12,221); }
H1.HeaderClassName
{
color: #6B0CDD;
}
.AnyTagClassName
{
color: #6B0CDD;
}
</style>
background-color css
<style>
a { background-color: #6B0CDD; }
a { background-color: rgb(107,12,221); }
div.DivClassName
{
background-color: #6B0CDD;
}
.BgClassName
{
background-color: #6B0CDD;
}
</style>
border-color css
<style>
span { border-color: #6B0CDD; }
span { border-color: rgb(107,12,221); }
td.TdClassName
{
border-color: #6B0CDD;
}
.TagClassName
{
border-color: #6B0CDD;
}
</style>