Shades of Electric Indigo #6D1AF3
Tints of Electric Indigo #6D1AF3
RGB
CMYK
RGB Variations
Color information
#6D1AF3 (or 0x6D1AF3) is known color: Electric Indigo. HEX triplet: 6D, 1A and F3. RGB value is (109,26,243). Sum of RGB (Red+Green+Blue) = 109+26+243=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 243 (95.31% from 255 or 64.29% from 378); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D1AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1AF3 is #92E50C. Grayscale: #4A4A4A. Windows color (decimal): -9626893 or 15932013. OLE color: 15932013.
HSL color Cylindrical-coordinate representation of color #6D1AF3: hue angle of 262.95º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1AF3 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 26 | 243 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.05 |
| HSL | 262.95º | 0.9% | 0.53% | - |
| HSV(B) | 262.95º | 0.89% | 0.95% | - |
| XYZ | 22.85 | 10.46 | 85.61 | - |
| YUV | 75.56 | 222.5 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 243 | 0.55 | 0.89 | 0 | 0.05 | 262.95 | 0.9 | 0.53 |
| Hex | 6D | 1A | F3 | 37 | 59 | 0 | 5 | 107 | 5A | 35 |
| Octal | 155 | 32 | 363 | 67 | 131 | 0 | 5 | 407 | 132 | 65 |
| Binary | 1101101 | 11010 | 11110011 | 110111 | 1011001 | 0 | 101 | 100000111 | 1011010 | 110101 |
Color Harmonies of #6D1AF3
Complementary color
Monochromatic Colors of #6D1AF3
Black with #6D1AF3
Text Example
Text Example
White with #6D1AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1AF3; }
p { color: rgb(109,26,243); }
H1.HeaderClassName
{
color: #6D1AF3;
}
.AnyTagClassName
{
color: #6D1AF3;
}
</style>
background-color css
<style>
a { background-color: #6D1AF3; }
a { background-color: rgb(109,26,243); }
div.DivClassName
{
background-color: #6D1AF3;
}
.BgClassName
{
background-color: #6D1AF3;
}
</style>
border-color css
<style>
span { border-color: #6D1AF3; }
span { border-color: rgb(109,26,243); }
td.TdClassName
{
border-color: #6D1AF3;
}
.TagClassName
{
border-color: #6D1AF3;
}
</style>