Shades of Electric Indigo #6C0AFF
Tints of Electric Indigo #6C0AFF
RGB
CMYK
RGB Variations
Color information
#6C0AFF (or 0x6C0AFF) is known color: Electric Indigo. HEX triplet: 6C, 0A and FF. RGB value is (108,10,255). Sum of RGB (Red+Green+Blue) = 108+10+255=373 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.95% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0AFF is #93F500. Grayscale: #424242. Windows color (decimal): -9696513 or 16714348. OLE color: 16714348.
HSL color Cylindrical-coordinate representation of color #6C0AFF: hue angle of 264º 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 #6C0AFF is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 10 | 255 | - |
| CMYK | 0.58 | 0.96 | 0 | 0 |
| HSL | 264º | 1% | 0.52% | - |
| HSV(B) | 264º | 0.96% | 1% | - |
| XYZ | 24.34 | 10.63 | 95.38 | - |
| YUV | 67.23 | 233.97 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 10 | 255 | 0.58 | 0.96 | 0 | 0 | 264 | 1 | 0.52 |
| Hex | 6C | A | FF | 3A | 60 | 0 | 0 | 108 | 64 | 34 |
| Octal | 154 | 12 | 377 | 72 | 140 | 0 | 0 | 410 | 144 | 64 |
| Binary | 1101100 | 1010 | 11111111 | 111010 | 1100000 | 0 | 0 | 100001000 | 1100100 | 110100 |
Color Harmonies of #6C0AFF
Complementary color
Monochromatic Colors of #6C0AFF
Black with #6C0AFF
Text Example
Text Example
White with #6C0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0AFF; }
p { color: rgb(108,10,255); }
H1.HeaderClassName
{
color: #6C0AFF;
}
.AnyTagClassName
{
color: #6C0AFF;
}
</style>
background-color css
<style>
a { background-color: #6C0AFF; }
a { background-color: rgb(108,10,255); }
div.DivClassName
{
background-color: #6C0AFF;
}
.BgClassName
{
background-color: #6C0AFF;
}
</style>
border-color css
<style>
span { border-color: #6C0AFF; }
span { border-color: rgb(108,10,255); }
td.TdClassName
{
border-color: #6C0AFF;
}
.TagClassName
{
border-color: #6C0AFF;
}
</style>