Shades of Electric Indigo #6D0DF8
Tints of Electric Indigo #6D0DF8
RGB
CMYK
RGB Variations
Color information
#6D0DF8 (or 0x6D0DF8) is known color: Electric Indigo. HEX triplet: 6D, 0D and F8. RGB value is (109,13,248). Sum of RGB (Red+Green+Blue) = 109+13+248=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 248 (97.27% from 255 or 67.03% from 370); Max value from RGB is 248 - color contains mainly: blue. Hex color #6D0DF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0DF8 is #92F207. Grayscale: #434343. Windows color (decimal): -9630216 or 16256365. OLE color: 16256365.
HSL color Cylindrical-coordinate representation of color #6D0DF8: hue angle of 264.51º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0DF8 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 13 | 248 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.03 |
| HSL | 264.51º | 0.94% | 0.51% | - |
| HSV(B) | 264.51º | 0.95% | 0.97% | - |
| XYZ | 23.39 | 10.32 | 89.57 | - |
| YUV | 68.49 | 229.3 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 248 | 0.56 | 0.95 | 0 | 0.03 | 264.51 | 0.94 | 0.51 |
| Hex | 6D | D | F8 | 38 | 5F | 0 | 3 | 109 | 5E | 33 |
| Octal | 155 | 15 | 370 | 70 | 137 | 0 | 3 | 411 | 136 | 63 |
| Binary | 1101101 | 1101 | 11111000 | 111000 | 1011111 | 0 | 11 | 100001001 | 1011110 | 110011 |
Color Harmonies of #6D0DF8
Complementary color
Monochromatic Colors of #6D0DF8
Black with #6D0DF8
Text Example
Text Example
White with #6D0DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0DF8; }
p { color: rgb(109,13,248); }
H1.HeaderClassName
{
color: #6D0DF8;
}
.AnyTagClassName
{
color: #6D0DF8;
}
</style>
background-color css
<style>
a { background-color: #6D0DF8; }
a { background-color: rgb(109,13,248); }
div.DivClassName
{
background-color: #6D0DF8;
}
.BgClassName
{
background-color: #6D0DF8;
}
</style>
border-color css
<style>
span { border-color: #6D0DF8; }
span { border-color: rgb(109,13,248); }
td.TdClassName
{
border-color: #6D0DF8;
}
.TagClassName
{
border-color: #6D0DF8;
}
</style>