Shades of Electric Indigo #6D0AFF
Tints of Electric Indigo #6D0AFF
RGB
CMYK
RGB Variations
Color information
#6D0AFF (or 0x6D0AFF) is known color: Electric Indigo. HEX triplet: 6D, 0A and FF. RGB value is (109,10,255). Sum of RGB (Red+Green+Blue) = 109+10+255=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0AFF is #92F500. Grayscale: #424242. Windows color (decimal): -9630977 or 16714349. OLE color: 16714349.
HSL color Cylindrical-coordinate representation of color #6D0AFF: hue angle of 264.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D0AFF is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 10 | 255 | - |
| CMYK | 0.57 | 0.96 | 0 | 0 |
| HSL | 264.24º | 1% | 0.52% | - |
| HSV(B) | 264.24º | 0.96% | 1% | - |
| XYZ | 24.47 | 10.69 | 95.38 | - |
| YUV | 67.53 | 233.8 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 255 | 0.57 | 0.96 | 0 | 0 | 264.24 | 1 | 0.52 |
| Hex | 6D | A | FF | 39 | 60 | 0 | 0 | 108 | 64 | 34 |
| Octal | 155 | 12 | 377 | 71 | 140 | 0 | 0 | 410 | 144 | 64 |
| Binary | 1101101 | 1010 | 11111111 | 111001 | 1100000 | 0 | 0 | 100001000 | 1100100 | 110100 |
Color Harmonies of #6D0AFF
Complementary color
Monochromatic Colors of #6D0AFF
Black with #6D0AFF
Text Example
Text Example
White with #6D0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0AFF; }
p { color: rgb(109,10,255); }
H1.HeaderClassName
{
color: #6D0AFF;
}
.AnyTagClassName
{
color: #6D0AFF;
}
</style>
background-color css
<style>
a { background-color: #6D0AFF; }
a { background-color: rgb(109,10,255); }
div.DivClassName
{
background-color: #6D0AFF;
}
.BgClassName
{
background-color: #6D0AFF;
}
</style>
border-color css
<style>
span { border-color: #6D0AFF; }
span { border-color: rgb(109,10,255); }
td.TdClassName
{
border-color: #6D0AFF;
}
.TagClassName
{
border-color: #6D0AFF;
}
</style>