Shades of Electric Indigo #6D07FA
Tints of Electric Indigo #6D07FA
RGB
CMYK
RGB Variations
Color information
#6D07FA (or 0x6D07FA) is known color: Electric Indigo. HEX triplet: 6D, 07 and FA. RGB value is (109,7,250). Sum of RGB (Red+Green+Blue) = 109+7+250=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D07FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D07FA is #92F805. Grayscale: #404040. Windows color (decimal): -9631750 or 16385901. OLE color: 16385901.
HSL color Cylindrical-coordinate representation of color #6D07FA: hue angle of 265.19º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D07FA is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 7 | 250 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.02 |
| HSL | 265.19º | 0.96% | 0.5% | - |
| HSV(B) | 265.19º | 0.97% | 0.98% | - |
| XYZ | 23.64 | 10.31 | 91.19 | - |
| YUV | 65.2 | 232.29 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 7 | 250 | 0.56 | 0.97 | 0 | 0.02 | 265.19 | 0.96 | 0.5 |
| Hex | 6D | 7 | FA | 38 | 61 | 0 | 2 | 109 | 60 | 32 |
| Octal | 155 | 7 | 372 | 70 | 141 | 0 | 2 | 411 | 140 | 62 |
| Binary | 1101101 | 111 | 11111010 | 111000 | 1100001 | 0 | 10 | 100001001 | 1100000 | 110010 |
Color Harmonies of #6D07FA
Complementary color
Monochromatic Colors of #6D07FA
Black with #6D07FA
Text Example
Text Example
White with #6D07FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D07FA; }
p { color: rgb(109,7,250); }
H1.HeaderClassName
{
color: #6D07FA;
}
.AnyTagClassName
{
color: #6D07FA;
}
</style>
background-color css
<style>
a { background-color: #6D07FA; }
a { background-color: rgb(109,7,250); }
div.DivClassName
{
background-color: #6D07FA;
}
.BgClassName
{
background-color: #6D07FA;
}
</style>
border-color css
<style>
span { border-color: #6D07FA; }
span { border-color: rgb(109,7,250); }
td.TdClassName
{
border-color: #6D07FA;
}
.TagClassName
{
border-color: #6D07FA;
}
</style>