Shades of Electric Indigo #6D13DF
Tints of Electric Indigo #6D13DF
RGB
CMYK
RGB Variations
Color information
#6D13DF (or 0x6D13DF) is known color: Electric Indigo. HEX triplet: 6D, 13 and DF. RGB value is (109,19,223). Sum of RGB (Red+Green+Blue) = 109+19+223=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D13DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D13DF is #92EC20. Grayscale: #444444. Windows color (decimal): -9628705 or 14619501. OLE color: 14619501.
HSL color Cylindrical-coordinate representation of color #6D13DF: hue angle of 266.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D13DF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 19 | 223 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.13 |
| HSL | 266.47º | 0.84% | 0.47% | - |
| HSV(B) | 266.47º | 0.91% | 0.87% | - |
| XYZ | 19.86 | 9.04 | 70.51 | - |
| YUV | 69.17 | 214.82 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 223 | 0.51 | 0.91 | 0 | 0.13 | 266.47 | 0.84 | 0.47 |
| Hex | 6D | 13 | DF | 33 | 5B | 0 | D | 10A | 54 | 2F |
| Octal | 155 | 23 | 337 | 63 | 133 | 0 | 15 | 412 | 124 | 57 |
| Binary | 1101101 | 10011 | 11011111 | 110011 | 1011011 | 0 | 1101 | 100001010 | 1010100 | 101111 |
Color Harmonies of #6D13DF
Complementary color
Monochromatic Colors of #6D13DF
Black with #6D13DF
Text Example
Text Example
White with #6D13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D13DF; }
p { color: rgb(109,19,223); }
H1.HeaderClassName
{
color: #6D13DF;
}
.AnyTagClassName
{
color: #6D13DF;
}
</style>
background-color css
<style>
a { background-color: #6D13DF; }
a { background-color: rgb(109,19,223); }
div.DivClassName
{
background-color: #6D13DF;
}
.BgClassName
{
background-color: #6D13DF;
}
</style>
border-color css
<style>
span { border-color: #6D13DF; }
span { border-color: rgb(109,19,223); }
td.TdClassName
{
border-color: #6D13DF;
}
.TagClassName
{
border-color: #6D13DF;
}
</style>