Shades of Electric Indigo #6D18FC
Tints of Electric Indigo #6D18FC
RGB
CMYK
RGB Variations
Color information
#6D18FC (or 0x6D18FC) is known color: Electric Indigo. HEX triplet: 6D, 18 and FC. RGB value is (109,24,252). Sum of RGB (Red+Green+Blue) = 109+24+252=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D18FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D18FC is #92E703. Grayscale: #4A4A4A. Windows color (decimal): -9627396 or 16521325. OLE color: 16521325.
HSL color Cylindrical-coordinate representation of color #6D18FC: hue angle of 262.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D18FC is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 24 | 252 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.01 |
| HSL | 262.37º | 0.97% | 0.54% | - |
| HSV(B) | 262.37º | 0.9% | 0.99% | - |
| XYZ | 24.2 | 10.93 | 92.93 | - |
| YUV | 75.41 | 227.66 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 252 | 0.57 | 0.90 | 0 | 0.01 | 262.37 | 0.97 | 0.54 |
| Hex | 6D | 18 | FC | 39 | 5A | 0 | 1 | 106 | 61 | 36 |
| Octal | 155 | 30 | 374 | 71 | 132 | 0 | 1 | 406 | 141 | 66 |
| Binary | 1101101 | 11000 | 11111100 | 111001 | 1011010 | 0 | 1 | 100000110 | 1100001 | 110110 |
Color Harmonies of #6D18FC
Complementary color
Monochromatic Colors of #6D18FC
Black with #6D18FC
Text Example
Text Example
White with #6D18FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D18FC; }
p { color: rgb(109,24,252); }
H1.HeaderClassName
{
color: #6D18FC;
}
.AnyTagClassName
{
color: #6D18FC;
}
</style>
background-color css
<style>
a { background-color: #6D18FC; }
a { background-color: rgb(109,24,252); }
div.DivClassName
{
background-color: #6D18FC;
}
.BgClassName
{
background-color: #6D18FC;
}
</style>
border-color css
<style>
span { border-color: #6D18FC; }
span { border-color: rgb(109,24,252); }
td.TdClassName
{
border-color: #6D18FC;
}
.TagClassName
{
border-color: #6D18FC;
}
</style>