Shades of Electric Indigo #6C00FC
Tints of Electric Indigo #6C00FC
RGB
CMYK
RGB Variations
Color information
#6C00FC (or 0x6C00FC) is known color: Electric Indigo. HEX triplet: 6C, 00 and FC. RGB value is (108,0,252). Sum of RGB (Red+Green+Blue) = 108+0+252=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #6C00FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C00FC is #93FF03. Grayscale: #3C3C3C. Windows color (decimal): -9699076 or 16515180. OLE color: 16515180.
HSL color Cylindrical-coordinate representation of color #6C00FC: hue angle of 265.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00FC is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 108 | 0 | 252 | - |
| CMYK | 0.57 | 1 | 0 | 0.01 |
| HSL | 265.71º | 1% | 0.49% | - |
| HSV(B) | 265.71º | 1% | 0.99% | - |
| XYZ | 23.76 | 10.22 | 92.82 | - |
| YUV | 61.02 | 235.78 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 252 | 0.57 | 1 | 0 | 0.01 | 265.71 | 1 | 0.49 |
| Hex | 6C | 0 | FC | 39 | 64 | 0 | 1 | 10A | 64 | 31 |
| Octal | 154 | 0 | 374 | 71 | 144 | 0 | 1 | 412 | 144 | 61 |
| Binary | 1101100 | 0 | 11111100 | 111001 | 1100100 | 0 | 1 | 100001010 | 1100100 | 110001 |
Color Harmonies of #6C00FC
Complementary color
Monochromatic Colors of #6C00FC
Black with #6C00FC
Text Example
Text Example
White with #6C00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00FC; }
p { color: rgb(108,0,252); }
H1.HeaderClassName
{
color: #6C00FC;
}
.AnyTagClassName
{
color: #6C00FC;
}
</style>
background-color css
<style>
a { background-color: #6C00FC; }
a { background-color: rgb(108,0,252); }
div.DivClassName
{
background-color: #6C00FC;
}
.BgClassName
{
background-color: #6C00FC;
}
</style>
border-color css
<style>
span { border-color: #6C00FC; }
span { border-color: rgb(108,0,252); }
td.TdClassName
{
border-color: #6C00FC;
}
.TagClassName
{
border-color: #6C00FC;
}
</style>