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