Shades of Electric Indigo #6D14FA
Tints of Electric Indigo #6D14FA
RGB
CMYK
RGB Variations
Color information
#6D14FA (or 0x6D14FA) is known color: Electric Indigo. HEX triplet: 6D, 14 and FA. RGB value is (109,20,250). Sum of RGB (Red+Green+Blue) = 109+20+250=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D14FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D14FA is #92EB05. Grayscale: #484848. Windows color (decimal): -9628422 or 16389229. OLE color: 16389229.
HSL color Cylindrical-coordinate representation of color #6D14FA: hue angle of 263.22º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D14FA is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 20 | 250 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.02 |
| HSL | 263.22º | 0.96% | 0.53% | - |
| HSV(B) | 263.22º | 0.92% | 0.98% | - |
| XYZ | 23.81 | 10.65 | 91.24 | - |
| YUV | 72.83 | 227.99 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 250 | 0.56 | 0.92 | 0 | 0.02 | 263.22 | 0.96 | 0.53 |
| Hex | 6D | 14 | FA | 38 | 5C | 0 | 2 | 107 | 60 | 35 |
| Octal | 155 | 24 | 372 | 70 | 134 | 0 | 2 | 407 | 140 | 65 |
| Binary | 1101101 | 10100 | 11111010 | 111000 | 1011100 | 0 | 10 | 100000111 | 1100000 | 110101 |
Color Harmonies of #6D14FA
Complementary color
Monochromatic Colors of #6D14FA
Black with #6D14FA
Text Example
Text Example
White with #6D14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D14FA; }
p { color: rgb(109,20,250); }
H1.HeaderClassName
{
color: #6D14FA;
}
.AnyTagClassName
{
color: #6D14FA;
}
</style>
background-color css
<style>
a { background-color: #6D14FA; }
a { background-color: rgb(109,20,250); }
div.DivClassName
{
background-color: #6D14FA;
}
.BgClassName
{
background-color: #6D14FA;
}
</style>
border-color css
<style>
span { border-color: #6D14FA; }
span { border-color: rgb(109,20,250); }
td.TdClassName
{
border-color: #6D14FA;
}
.TagClassName
{
border-color: #6D14FA;
}
</style>