Shades of Electric Indigo #6C01F1
Tints of Electric Indigo #6C01F1
RGB
CMYK
RGB Variations
Color information
#6C01F1 (or 0x6C01F1) is known color: Electric Indigo. HEX triplet: 6C, 01 and F1. RGB value is (108,1,241). Sum of RGB (Red+Green+Blue) = 108+1+241=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 241 (94.53% from 255 or 68.86% from 350); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C01F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C01F1 is #93FE0E. Grayscale: #3B3B3B. Windows color (decimal): -9698831 or 15794540. OLE color: 15794540.
HSL color Cylindrical-coordinate representation of color #6C01F1: hue angle of 266.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C01F1 is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 1 | 241 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.05 |
| HSL | 266.75º | 0.99% | 0.47% | - |
| HSV(B) | 266.75º | 1% | 0.95% | - |
| XYZ | 22.07 | 9.56 | 83.9 | - |
| YUV | 60.35 | 229.95 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 241 | 0.55 | 1.00 | 0 | 0.05 | 266.75 | 0.99 | 0.47 |
| Hex | 6C | 1 | F1 | 37 | 64 | 0 | 5 | 10B | 63 | 2F |
| Octal | 154 | 1 | 361 | 67 | 144 | 0 | 5 | 413 | 143 | 57 |
| Binary | 1101100 | 1 | 11110001 | 110111 | 1100100 | 0 | 101 | 100001011 | 1100011 | 101111 |
Color Harmonies of #6C01F1
Complementary color
Monochromatic Colors of #6C01F1
Black with #6C01F1
Text Example
Text Example
White with #6C01F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C01F1; }
p { color: rgb(108,1,241); }
H1.HeaderClassName
{
color: #6C01F1;
}
.AnyTagClassName
{
color: #6C01F1;
}
</style>
background-color css
<style>
a { background-color: #6C01F1; }
a { background-color: rgb(108,1,241); }
div.DivClassName
{
background-color: #6C01F1;
}
.BgClassName
{
background-color: #6C01F1;
}
</style>
border-color css
<style>
span { border-color: #6C01F1; }
span { border-color: rgb(108,1,241); }
td.TdClassName
{
border-color: #6C01F1;
}
.TagClassName
{
border-color: #6C01F1;
}
</style>