Shades of Electric Indigo #6D14F3
Tints of Electric Indigo #6D14F3
RGB
CMYK
RGB Variations
Color information
#6D14F3 (or 0x6D14F3) is known color: Electric Indigo. HEX triplet: 6D, 14 and F3. RGB value is (109,20,243). Sum of RGB (Red+Green+Blue) = 109+20+243=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D14F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D14F3 is #92EB0C. Grayscale: #474747. Windows color (decimal): -9628429 or 15930477. OLE color: 15930477.
HSL color Cylindrical-coordinate representation of color #6D14F3: hue angle of 263.95º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D14F3 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 20 | 243 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.05 |
| HSL | 263.95º | 0.9% | 0.52% | - |
| HSV(B) | 263.95º | 0.92% | 0.95% | - |
| XYZ | 22.73 | 10.22 | 85.57 | - |
| YUV | 72.03 | 224.49 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 243 | 0.55 | 0.92 | 0 | 0.05 | 263.95 | 0.9 | 0.52 |
| Hex | 6D | 14 | F3 | 37 | 5C | 0 | 5 | 108 | 5A | 34 |
| Octal | 155 | 24 | 363 | 67 | 134 | 0 | 5 | 410 | 132 | 64 |
| Binary | 1101101 | 10100 | 11110011 | 110111 | 1011100 | 0 | 101 | 100001000 | 1011010 | 110100 |
Color Harmonies of #6D14F3
Complementary color
Monochromatic Colors of #6D14F3
Black with #6D14F3
Text Example
Text Example
White with #6D14F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D14F3; }
p { color: rgb(109,20,243); }
H1.HeaderClassName
{
color: #6D14F3;
}
.AnyTagClassName
{
color: #6D14F3;
}
</style>
background-color css
<style>
a { background-color: #6D14F3; }
a { background-color: rgb(109,20,243); }
div.DivClassName
{
background-color: #6D14F3;
}
.BgClassName
{
background-color: #6D14F3;
}
</style>
border-color css
<style>
span { border-color: #6D14F3; }
span { border-color: rgb(109,20,243); }
td.TdClassName
{
border-color: #6D14F3;
}
.TagClassName
{
border-color: #6D14F3;
}
</style>