Shades of Electric Indigo #6D0CFF
Tints of Electric Indigo #6D0CFF
RGB
CMYK
RGB Variations
Color information
#6D0CFF (or 0x6D0CFF) is known color: Electric Indigo. HEX triplet: 6D, 0C and FF. RGB value is (109,12,255). Sum of RGB (Red+Green+Blue) = 109+12+255=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0CFF is #92F300. Grayscale: #434343. Windows color (decimal): -9630465 or 16714861. OLE color: 16714861.
HSL color Cylindrical-coordinate representation of color #6D0CFF: hue angle of 263.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0CFF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 12 | 255 | - |
| CMYK | 0.57 | 0.95 | 0 | 0 |
| HSL | 263.95º | 1% | 0.52% | - |
| HSV(B) | 263.95º | 0.95% | 1% | - |
| XYZ | 24.49 | 10.73 | 95.39 | - |
| YUV | 68.71 | 233.14 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 255 | 0.57 | 0.95 | 0 | 0 | 263.95 | 1 | 0.52 |
| Hex | 6D | C | FF | 39 | 5F | 0 | 0 | 108 | 64 | 34 |
| Octal | 155 | 14 | 377 | 71 | 137 | 0 | 0 | 410 | 144 | 64 |
| Binary | 1101101 | 1100 | 11111111 | 111001 | 1011111 | 0 | 0 | 100001000 | 1100100 | 110100 |
Color Harmonies of #6D0CFF
Complementary color
Monochromatic Colors of #6D0CFF
Black with #6D0CFF
Text Example
Text Example
White with #6D0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0CFF; }
p { color: rgb(109,12,255); }
H1.HeaderClassName
{
color: #6D0CFF;
}
.AnyTagClassName
{
color: #6D0CFF;
}
</style>
background-color css
<style>
a { background-color: #6D0CFF; }
a { background-color: rgb(109,12,255); }
div.DivClassName
{
background-color: #6D0CFF;
}
.BgClassName
{
background-color: #6D0CFF;
}
</style>
border-color css
<style>
span { border-color: #6D0CFF; }
span { border-color: rgb(109,12,255); }
td.TdClassName
{
border-color: #6D0CFF;
}
.TagClassName
{
border-color: #6D0CFF;
}
</style>