Shades of Electric Indigo #6C04FE
Tints of Electric Indigo #6C04FE
RGB
CMYK
RGB Variations
Color information
#6C04FE (or 0x6C04FE) is known color: Electric Indigo. HEX triplet: 6C, 04 and FE. RGB value is (108,4,254). Sum of RGB (Red+Green+Blue) = 108+4+254=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C04FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C04FE is #93FB01. Grayscale: #3E3E3E. Windows color (decimal): -9698050 or 16647276. OLE color: 16647276.
HSL color Cylindrical-coordinate representation of color #6C04FE: hue angle of 264.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C04FE is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 4 | 254 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.00 |
| HSL | 264.96º | 0.99% | 0.51% | - |
| HSV(B) | 264.96º | 0.98% | 1% | - |
| XYZ | 24.12 | 10.43 | 94.51 | - |
| YUV | 63.6 | 235.46 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 4 | 254 | 0.57 | 0.98 | 0 | 0.00 | 264.96 | 0.99 | 0.51 |
| Hex | 6C | 4 | FE | 39 | 62 | 0 | 0 | 109 | 63 | 33 |
| Octal | 154 | 4 | 376 | 71 | 142 | 0 | 0 | 411 | 143 | 63 |
| Binary | 1101100 | 100 | 11111110 | 111001 | 1100010 | 0 | 0 | 100001001 | 1100011 | 110011 |
Color Harmonies of #6C04FE
Complementary color
Monochromatic Colors of #6C04FE
Black with #6C04FE
Text Example
Text Example
White with #6C04FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C04FE; }
p { color: rgb(108,4,254); }
H1.HeaderClassName
{
color: #6C04FE;
}
.AnyTagClassName
{
color: #6C04FE;
}
</style>
background-color css
<style>
a { background-color: #6C04FE; }
a { background-color: rgb(108,4,254); }
div.DivClassName
{
background-color: #6C04FE;
}
.BgClassName
{
background-color: #6C04FE;
}
</style>
border-color css
<style>
span { border-color: #6C04FE; }
span { border-color: rgb(108,4,254); }
td.TdClassName
{
border-color: #6C04FE;
}
.TagClassName
{
border-color: #6C04FE;
}
</style>