Shades of Electric Indigo #6C1AFA
Tints of Electric Indigo #6C1AFA
RGB
CMYK
RGB Variations
Color information
#6C1AFA (or 0x6C1AFA) is known color: Electric Indigo. HEX triplet: 6C, 1A and FA. RGB value is (108,26,250). Sum of RGB (Red+Green+Blue) = 108+26+250=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C1AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1AFA is #93E505. Grayscale: #4B4B4B. Windows color (decimal): -9692422 or 16390764. OLE color: 16390764.
HSL color Cylindrical-coordinate representation of color #6C1AFA: hue angle of 261.96º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C1AFA is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 26 | 250 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.02 |
| HSL | 261.96º | 0.96% | 0.54% | - |
| HSV(B) | 261.96º | 0.9% | 0.98% | - |
| XYZ | 23.81 | 10.83 | 91.28 | - |
| YUV | 76.05 | 226.17 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 250 | 0.57 | 0.90 | 0 | 0.02 | 261.96 | 0.96 | 0.54 |
| Hex | 6C | 1A | FA | 39 | 5A | 0 | 2 | 106 | 60 | 36 |
| Octal | 154 | 32 | 372 | 71 | 132 | 0 | 2 | 406 | 140 | 66 |
| Binary | 1101100 | 11010 | 11111010 | 111001 | 1011010 | 0 | 10 | 100000110 | 1100000 | 110110 |
Color Harmonies of #6C1AFA
Complementary color
Monochromatic Colors of #6C1AFA
Black with #6C1AFA
Text Example
Text Example
White with #6C1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1AFA; }
p { color: rgb(108,26,250); }
H1.HeaderClassName
{
color: #6C1AFA;
}
.AnyTagClassName
{
color: #6C1AFA;
}
</style>
background-color css
<style>
a { background-color: #6C1AFA; }
a { background-color: rgb(108,26,250); }
div.DivClassName
{
background-color: #6C1AFA;
}
.BgClassName
{
background-color: #6C1AFA;
}
</style>
border-color css
<style>
span { border-color: #6C1AFA; }
span { border-color: rgb(108,26,250); }
td.TdClassName
{
border-color: #6C1AFA;
}
.TagClassName
{
border-color: #6C1AFA;
}
</style>