Shades of Electric Indigo #6D0DFC
Tints of Electric Indigo #6D0DFC
RGB
CMYK
RGB Variations
Color information
#6D0DFC (or 0x6D0DFC) is known color: Electric Indigo. HEX triplet: 6D, 0D and FC. RGB value is (109,13,252). Sum of RGB (Red+Green+Blue) = 109+13+252=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D0DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0DFC is #92F203. Grayscale: #444444. Windows color (decimal): -9630212 or 16518509. OLE color: 16518509.
HSL color Cylindrical-coordinate representation of color #6D0DFC: hue angle of 264.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0DFC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 13 | 252 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.01 |
| HSL | 264.1º | 0.98% | 0.52% | - |
| HSV(B) | 264.1º | 0.95% | 0.99% | - |
| XYZ | 24.02 | 10.57 | 92.87 | - |
| YUV | 68.95 | 231.3 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 252 | 0.57 | 0.95 | 0 | 0.01 | 264.1 | 0.98 | 0.52 |
| Hex | 6D | D | FC | 39 | 5F | 0 | 1 | 108 | 62 | 34 |
| Octal | 155 | 15 | 374 | 71 | 137 | 0 | 1 | 410 | 142 | 64 |
| Binary | 1101101 | 1101 | 11111100 | 111001 | 1011111 | 0 | 1 | 100001000 | 1100010 | 110100 |
Color Harmonies of #6D0DFC
Complementary color
Monochromatic Colors of #6D0DFC
Black with #6D0DFC
Text Example
Text Example
White with #6D0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0DFC; }
p { color: rgb(109,13,252); }
H1.HeaderClassName
{
color: #6D0DFC;
}
.AnyTagClassName
{
color: #6D0DFC;
}
</style>
background-color css
<style>
a { background-color: #6D0DFC; }
a { background-color: rgb(109,13,252); }
div.DivClassName
{
background-color: #6D0DFC;
}
.BgClassName
{
background-color: #6D0DFC;
}
</style>
border-color css
<style>
span { border-color: #6D0DFC; }
span { border-color: rgb(109,13,252); }
td.TdClassName
{
border-color: #6D0DFC;
}
.TagClassName
{
border-color: #6D0DFC;
}
</style>