Shades of Electric Indigo #6C01FD
Tints of Electric Indigo #6C01FD
RGB
CMYK
RGB Variations
Color information
#6C01FD (or 0x6C01FD) is known color: Electric Indigo. HEX triplet: 6C, 01 and FD. RGB value is (108,1,253). Sum of RGB (Red+Green+Blue) = 108+1+253=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C01FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C01FD is #93FE02. Grayscale: #3C3C3C. Windows color (decimal): -9698819 or 16580972. OLE color: 16580972.
HSL color Cylindrical-coordinate representation of color #6C01FD: hue angle of 265.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C01FD is Cyan = 0.57, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 1 | 253 | - |
| CMYK | 0.57 | 1.00 | 0 | 0.01 |
| HSL | 265.48º | 0.99% | 0.5% | - |
| HSV(B) | 265.48º | 1% | 0.99% | - |
| XYZ | 23.92 | 10.3 | 93.66 | - |
| YUV | 61.72 | 235.95 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 253 | 0.57 | 1.00 | 0 | 0.01 | 265.48 | 0.99 | 0.5 |
| Hex | 6C | 1 | FD | 39 | 64 | 0 | 1 | 109 | 63 | 32 |
| Octal | 154 | 1 | 375 | 71 | 144 | 0 | 1 | 411 | 143 | 62 |
| Binary | 1101100 | 1 | 11111101 | 111001 | 1100100 | 0 | 1 | 100001001 | 1100011 | 110010 |
Color Harmonies of #6C01FD
Complementary color
Monochromatic Colors of #6C01FD
Black with #6C01FD
Text Example
Text Example
White with #6C01FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C01FD; }
p { color: rgb(108,1,253); }
H1.HeaderClassName
{
color: #6C01FD;
}
.AnyTagClassName
{
color: #6C01FD;
}
</style>
background-color css
<style>
a { background-color: #6C01FD; }
a { background-color: rgb(108,1,253); }
div.DivClassName
{
background-color: #6C01FD;
}
.BgClassName
{
background-color: #6C01FD;
}
</style>
border-color css
<style>
span { border-color: #6C01FD; }
span { border-color: rgb(108,1,253); }
td.TdClassName
{
border-color: #6C01FD;
}
.TagClassName
{
border-color: #6C01FD;
}
</style>