Shades of Electric Indigo #6D15FF
Tints of Electric Indigo #6D15FF
RGB
CMYK
RGB Variations
Color information
#6D15FF (or 0x6D15FF) is known color: Electric Indigo. HEX triplet: 6D, 15 and FF. RGB value is (109,21,255). Sum of RGB (Red+Green+Blue) = 109+21+255=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D15FF is #92EA00. Grayscale: #494949. Windows color (decimal): -9628161 or 16717165. OLE color: 16717165.
HSL color Cylindrical-coordinate representation of color #6D15FF: hue angle of 262.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D15FF is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 21 | 255 | - |
| CMYK | 0.57 | 0.92 | 0 | 0 |
| HSL | 262.56º | 1% | 0.54% | - |
| HSV(B) | 262.56º | 0.92% | 1% | - |
| XYZ | 24.62 | 11.01 | 95.43 | - |
| YUV | 73.99 | 230.15 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 255 | 0.57 | 0.92 | 0 | 0 | 262.56 | 1 | 0.54 |
| Hex | 6D | 15 | FF | 39 | 5C | 0 | 0 | 107 | 64 | 36 |
| Octal | 155 | 25 | 377 | 71 | 134 | 0 | 0 | 407 | 144 | 66 |
| Binary | 1101101 | 10101 | 11111111 | 111001 | 1011100 | 0 | 0 | 100000111 | 1100100 | 110110 |
Color Harmonies of #6D15FF
Complementary color
Monochromatic Colors of #6D15FF
Black with #6D15FF
Text Example
Text Example
White with #6D15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D15FF; }
p { color: rgb(109,21,255); }
H1.HeaderClassName
{
color: #6D15FF;
}
.AnyTagClassName
{
color: #6D15FF;
}
</style>
background-color css
<style>
a { background-color: #6D15FF; }
a { background-color: rgb(109,21,255); }
div.DivClassName
{
background-color: #6D15FF;
}
.BgClassName
{
background-color: #6D15FF;
}
</style>
border-color css
<style>
span { border-color: #6D15FF; }
span { border-color: rgb(109,21,255); }
td.TdClassName
{
border-color: #6D15FF;
}
.TagClassName
{
border-color: #6D15FF;
}
</style>