Shades of Electric Indigo #6D0FFF
Tints of Electric Indigo #6D0FFF
RGB
CMYK
RGB Variations
Color information
#6D0FFF (or 0x6D0FFF) is known color: Electric Indigo. HEX triplet: 6D, 0F and FF. RGB value is (109,15,255). Sum of RGB (Red+Green+Blue) = 109+15+255=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D0FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0FFF is #92F000. Grayscale: #454545. Windows color (decimal): -9629697 or 16715629. OLE color: 16715629.
HSL color Cylindrical-coordinate representation of color #6D0FFF: hue angle of 263.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0FFF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 15 | 255 | - |
| CMYK | 0.57 | 0.94 | 0 | 0 |
| HSL | 263.5º | 1% | 0.53% | - |
| HSV(B) | 263.5º | 0.94% | 1% | - |
| XYZ | 24.53 | 10.81 | 95.4 | - |
| YUV | 70.47 | 232.14 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 255 | 0.57 | 0.94 | 0 | 0 | 263.5 | 1 | 0.53 |
| Hex | 6D | F | FF | 39 | 5E | 0 | 0 | 108 | 64 | 35 |
| Octal | 155 | 17 | 377 | 71 | 136 | 0 | 0 | 410 | 144 | 65 |
| Binary | 1101101 | 1111 | 11111111 | 111001 | 1011110 | 0 | 0 | 100001000 | 1100100 | 110101 |
Color Harmonies of #6D0FFF
Complementary color
Monochromatic Colors of #6D0FFF
Black with #6D0FFF
Text Example
Text Example
White with #6D0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0FFF; }
p { color: rgb(109,15,255); }
H1.HeaderClassName
{
color: #6D0FFF;
}
.AnyTagClassName
{
color: #6D0FFF;
}
</style>
background-color css
<style>
a { background-color: #6D0FFF; }
a { background-color: rgb(109,15,255); }
div.DivClassName
{
background-color: #6D0FFF;
}
.BgClassName
{
background-color: #6D0FFF;
}
</style>
border-color css
<style>
span { border-color: #6D0FFF; }
span { border-color: rgb(109,15,255); }
td.TdClassName
{
border-color: #6D0FFF;
}
.TagClassName
{
border-color: #6D0FFF;
}
</style>