Shades of Electric Indigo #6D0CFA
Tints of Electric Indigo #6D0CFA
RGB
CMYK
RGB Variations
Color information
#6D0CFA (or 0x6D0CFA) is known color: Electric Indigo. HEX triplet: 6D, 0C and FA. RGB value is (109,12,250). Sum of RGB (Red+Green+Blue) = 109+12+250=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0CFA is #92F305. Grayscale: #434343. Windows color (decimal): -9630470 or 16387181. OLE color: 16387181.
HSL color Cylindrical-coordinate representation of color #6D0CFA: hue angle of 264.45º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0CFA is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 12 | 250 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.02 |
| HSL | 264.45º | 0.96% | 0.51% | - |
| HSV(B) | 264.45º | 0.95% | 0.98% | - |
| XYZ | 23.69 | 10.42 | 91.2 | - |
| YUV | 68.14 | 230.64 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 250 | 0.56 | 0.95 | 0 | 0.02 | 264.45 | 0.96 | 0.51 |
| Hex | 6D | C | FA | 38 | 5F | 0 | 2 | 108 | 60 | 33 |
| Octal | 155 | 14 | 372 | 70 | 137 | 0 | 2 | 410 | 140 | 63 |
| Binary | 1101101 | 1100 | 11111010 | 111000 | 1011111 | 0 | 10 | 100001000 | 1100000 | 110011 |
Color Harmonies of #6D0CFA
Complementary color
Monochromatic Colors of #6D0CFA
Black with #6D0CFA
Text Example
Text Example
White with #6D0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0CFA; }
p { color: rgb(109,12,250); }
H1.HeaderClassName
{
color: #6D0CFA;
}
.AnyTagClassName
{
color: #6D0CFA;
}
</style>
background-color css
<style>
a { background-color: #6D0CFA; }
a { background-color: rgb(109,12,250); }
div.DivClassName
{
background-color: #6D0CFA;
}
.BgClassName
{
background-color: #6D0CFA;
}
</style>
border-color css
<style>
span { border-color: #6D0CFA; }
span { border-color: rgb(109,12,250); }
td.TdClassName
{
border-color: #6D0CFA;
}
.TagClassName
{
border-color: #6D0CFA;
}
</style>