Shades of Electric Indigo #6C06FE
Tints of Electric Indigo #6C06FE
RGB
CMYK
RGB Variations
Color information
#6C06FE (or 0x6C06FE) is known color: Electric Indigo. HEX triplet: 6C, 06 and FE. RGB value is (108,6,254). Sum of RGB (Red+Green+Blue) = 108+6+254=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C06FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C06FE is #93F901. Grayscale: #3F3F3F. Windows color (decimal): -9697538 or 16647788. OLE color: 16647788.
HSL color Cylindrical-coordinate representation of color #6C06FE: hue angle of 264.68º 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 #6C06FE is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 6 | 254 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.00 |
| HSL | 264.68º | 0.99% | 0.51% | - |
| HSV(B) | 264.68º | 0.98% | 1% | - |
| XYZ | 24.14 | 10.47 | 94.52 | - |
| YUV | 64.77 | 234.79 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 6 | 254 | 0.57 | 0.98 | 0 | 0.00 | 264.68 | 0.99 | 0.51 |
| Hex | 6C | 6 | FE | 39 | 62 | 0 | 0 | 109 | 63 | 33 |
| Octal | 154 | 6 | 376 | 71 | 142 | 0 | 0 | 411 | 143 | 63 |
| Binary | 1101100 | 110 | 11111110 | 111001 | 1100010 | 0 | 0 | 100001001 | 1100011 | 110011 |
Color Harmonies of #6C06FE
Complementary color
Monochromatic Colors of #6C06FE
Black with #6C06FE
Text Example
Text Example
White with #6C06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C06FE; }
p { color: rgb(108,6,254); }
H1.HeaderClassName
{
color: #6C06FE;
}
.AnyTagClassName
{
color: #6C06FE;
}
</style>
background-color css
<style>
a { background-color: #6C06FE; }
a { background-color: rgb(108,6,254); }
div.DivClassName
{
background-color: #6C06FE;
}
.BgClassName
{
background-color: #6C06FE;
}
</style>
border-color css
<style>
span { border-color: #6C06FE; }
span { border-color: rgb(108,6,254); }
td.TdClassName
{
border-color: #6C06FE;
}
.TagClassName
{
border-color: #6C06FE;
}
</style>