Shades of Electric Indigo #6D10FA
Tints of Electric Indigo #6D10FA
RGB
CMYK
RGB Variations
Color information
#6D10FA (or 0x6D10FA) is known color: Electric Indigo. HEX triplet: 6D, 10 and FA. RGB value is (109,16,250). Sum of RGB (Red+Green+Blue) = 109+16+250=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D10FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D10FA is #92EF05. Grayscale: #454545. Windows color (decimal): -9629446 or 16388205. OLE color: 16388205.
HSL color Cylindrical-coordinate representation of color #6D10FA: hue angle of 263.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D10FA is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 16 | 250 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.02 |
| HSL | 263.85º | 0.96% | 0.52% | - |
| HSV(B) | 263.85º | 0.94% | 0.98% | - |
| XYZ | 23.75 | 10.52 | 91.22 | - |
| YUV | 70.48 | 229.31 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 250 | 0.56 | 0.94 | 0 | 0.02 | 263.85 | 0.96 | 0.52 |
| Hex | 6D | 10 | FA | 38 | 5E | 0 | 2 | 108 | 60 | 34 |
| Octal | 155 | 20 | 372 | 70 | 136 | 0 | 2 | 410 | 140 | 64 |
| Binary | 1101101 | 10000 | 11111010 | 111000 | 1011110 | 0 | 10 | 100001000 | 1100000 | 110100 |
Color Harmonies of #6D10FA
Complementary color
Monochromatic Colors of #6D10FA
Black with #6D10FA
Text Example
Text Example
White with #6D10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D10FA; }
p { color: rgb(109,16,250); }
H1.HeaderClassName
{
color: #6D10FA;
}
.AnyTagClassName
{
color: #6D10FA;
}
</style>
background-color css
<style>
a { background-color: #6D10FA; }
a { background-color: rgb(109,16,250); }
div.DivClassName
{
background-color: #6D10FA;
}
.BgClassName
{
background-color: #6D10FA;
}
</style>
border-color css
<style>
span { border-color: #6D10FA; }
span { border-color: rgb(109,16,250); }
td.TdClassName
{
border-color: #6D10FA;
}
.TagClassName
{
border-color: #6D10FA;
}
</style>