Shades of Electric Indigo #6D14FE
Tints of Electric Indigo #6D14FE
RGB
CMYK
RGB Variations
Color information
#6D14FE (or 0x6D14FE) is known color: Electric Indigo. HEX triplet: 6D, 14 and FE. RGB value is (109,20,254). Sum of RGB (Red+Green+Blue) = 109+20+254=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D14FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D14FE is #92EB01. Grayscale: #484848. Windows color (decimal): -9628418 or 16651373. OLE color: 16651373.
HSL color Cylindrical-coordinate representation of color #6D14FE: hue angle of 262.82º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D14FE is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 20 | 254 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.00 |
| HSL | 262.82º | 0.99% | 0.54% | - |
| HSV(B) | 262.82º | 0.92% | 1% | - |
| XYZ | 24.45 | 10.91 | 94.58 | - |
| YUV | 73.29 | 229.99 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 254 | 0.57 | 0.92 | 0 | 0.00 | 262.82 | 0.99 | 0.54 |
| Hex | 6D | 14 | FE | 39 | 5C | 0 | 0 | 107 | 63 | 36 |
| Octal | 155 | 24 | 376 | 71 | 134 | 0 | 0 | 407 | 143 | 66 |
| Binary | 1101101 | 10100 | 11111110 | 111001 | 1011100 | 0 | 0 | 100000111 | 1100011 | 110110 |
Color Harmonies of #6D14FE
Complementary color
Monochromatic Colors of #6D14FE
Black with #6D14FE
Text Example
Text Example
White with #6D14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D14FE; }
p { color: rgb(109,20,254); }
H1.HeaderClassName
{
color: #6D14FE;
}
.AnyTagClassName
{
color: #6D14FE;
}
</style>
background-color css
<style>
a { background-color: #6D14FE; }
a { background-color: rgb(109,20,254); }
div.DivClassName
{
background-color: #6D14FE;
}
.BgClassName
{
background-color: #6D14FE;
}
</style>
border-color css
<style>
span { border-color: #6D14FE; }
span { border-color: rgb(109,20,254); }
td.TdClassName
{
border-color: #6D14FE;
}
.TagClassName
{
border-color: #6D14FE;
}
</style>