Shades of Electric Indigo #6C00FE
Tints of Electric Indigo #6C00FE
RGB
CMYK
RGB Variations
Color information
#6C00FE (or 0x6C00FE) is known color: Electric Indigo. HEX triplet: 6C, 00 and FE. RGB value is (108,0,254). Sum of RGB (Red+Green+Blue) = 108+0+254=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C00FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C00FE is #93FF01. Grayscale: #3C3C3C. Windows color (decimal): -9699074 or 16646252. OLE color: 16646252.
HSL color Cylindrical-coordinate representation of color #6C00FE: hue angle of 265.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00FE is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 0 | 254 | - |
| CMYK | 0.57 | 1 | 0 | 0.00 |
| HSL | 265.51º | 1% | 0.5% | - |
| HSV(B) | 265.51º | 1% | 1% | - |
| XYZ | 24.07 | 10.34 | 94.49 | - |
| YUV | 61.25 | 236.78 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 254 | 0.57 | 1 | 0 | 0.00 | 265.51 | 1 | 0.5 |
| Hex | 6C | 0 | FE | 39 | 64 | 0 | 0 | 10A | 64 | 32 |
| Octal | 154 | 0 | 376 | 71 | 144 | 0 | 0 | 412 | 144 | 62 |
| Binary | 1101100 | 0 | 11111110 | 111001 | 1100100 | 0 | 0 | 100001010 | 1100100 | 110010 |
Color Harmonies of #6C00FE
Complementary color
Monochromatic Colors of #6C00FE
Black with #6C00FE
Text Example
Text Example
White with #6C00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00FE; }
p { color: rgb(108,0,254); }
H1.HeaderClassName
{
color: #6C00FE;
}
.AnyTagClassName
{
color: #6C00FE;
}
</style>
background-color css
<style>
a { background-color: #6C00FE; }
a { background-color: rgb(108,0,254); }
div.DivClassName
{
background-color: #6C00FE;
}
.BgClassName
{
background-color: #6C00FE;
}
</style>
border-color css
<style>
span { border-color: #6C00FE; }
span { border-color: rgb(108,0,254); }
td.TdClassName
{
border-color: #6C00FE;
}
.TagClassName
{
border-color: #6C00FE;
}
</style>