Shades of Electric Indigo #6D18FE
Tints of Electric Indigo #6D18FE
RGB
CMYK
RGB Variations
Color information
#6D18FE (or 0x6D18FE) is known color: Electric Indigo. HEX triplet: 6D, 18 and FE. RGB value is (109,24,254). Sum of RGB (Red+Green+Blue) = 109+24+254=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D18FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D18FE is #92E701. Grayscale: #4A4A4A. Windows color (decimal): -9627394 or 16652397. OLE color: 16652397.
HSL color Cylindrical-coordinate representation of color #6D18FE: hue angle of 262.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D18FE is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 24 | 254 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.00 |
| HSL | 262.17º | 0.99% | 0.55% | - |
| HSV(B) | 262.17º | 0.91% | 1% | - |
| XYZ | 24.52 | 11.06 | 94.61 | - |
| YUV | 75.64 | 228.66 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 254 | 0.57 | 0.91 | 0 | 0.00 | 262.17 | 0.99 | 0.55 |
| Hex | 6D | 18 | FE | 39 | 5B | 0 | 0 | 106 | 63 | 37 |
| Octal | 155 | 30 | 376 | 71 | 133 | 0 | 0 | 406 | 143 | 67 |
| Binary | 1101101 | 11000 | 11111110 | 111001 | 1011011 | 0 | 0 | 100000110 | 1100011 | 110111 |
Color Harmonies of #6D18FE
Complementary color
Monochromatic Colors of #6D18FE
Black with #6D18FE
Text Example
Text Example
White with #6D18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D18FE; }
p { color: rgb(109,24,254); }
H1.HeaderClassName
{
color: #6D18FE;
}
.AnyTagClassName
{
color: #6D18FE;
}
</style>
background-color css
<style>
a { background-color: #6D18FE; }
a { background-color: rgb(109,24,254); }
div.DivClassName
{
background-color: #6D18FE;
}
.BgClassName
{
background-color: #6D18FE;
}
</style>
border-color css
<style>
span { border-color: #6D18FE; }
span { border-color: rgb(109,24,254); }
td.TdClassName
{
border-color: #6D18FE;
}
.TagClassName
{
border-color: #6D18FE;
}
</style>