Shades of Electric Indigo #6C01F6
Tints of Electric Indigo #6C01F6
RGB
CMYK
RGB Variations
Color information
#6C01F6 (or 0x6C01F6) is known color: Electric Indigo. HEX triplet: 6C, 01 and F6. RGB value is (108,1,246). Sum of RGB (Red+Green+Blue) = 108+1+246=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #6C01F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C01F6 is #93FE09. Grayscale: #3C3C3C. Windows color (decimal): -9698826 or 16122220. OLE color: 16122220.
HSL color Cylindrical-coordinate representation of color #6C01F6: hue angle of 266.2º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C01F6 is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 1 | 246 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.04 |
| HSL | 266.2º | 0.99% | 0.48% | - |
| HSV(B) | 266.2º | 1% | 0.96% | - |
| XYZ | 22.83 | 9.86 | 87.89 | - |
| YUV | 60.92 | 232.45 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 246 | 0.56 | 1.00 | 0 | 0.04 | 266.2 | 0.99 | 0.48 |
| Hex | 6C | 1 | F6 | 38 | 64 | 0 | 4 | 10A | 63 | 30 |
| Octal | 154 | 1 | 366 | 70 | 144 | 0 | 4 | 412 | 143 | 60 |
| Binary | 1101100 | 1 | 11110110 | 111000 | 1100100 | 0 | 100 | 100001010 | 1100011 | 110000 |
Color Harmonies of #6C01F6
Complementary color
Monochromatic Colors of #6C01F6
Black with #6C01F6
Text Example
Text Example
White with #6C01F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C01F6; }
p { color: rgb(108,1,246); }
H1.HeaderClassName
{
color: #6C01F6;
}
.AnyTagClassName
{
color: #6C01F6;
}
</style>
background-color css
<style>
a { background-color: #6C01F6; }
a { background-color: rgb(108,1,246); }
div.DivClassName
{
background-color: #6C01F6;
}
.BgClassName
{
background-color: #6C01F6;
}
</style>
border-color css
<style>
span { border-color: #6C01F6; }
span { border-color: rgb(108,1,246); }
td.TdClassName
{
border-color: #6C01F6;
}
.TagClassName
{
border-color: #6C01F6;
}
</style>