Shades of Electric Indigo #6D0CFC
Tints of Electric Indigo #6D0CFC
RGB
CMYK
RGB Variations
Color information
#6D0CFC (or 0x6D0CFC) is known color: Electric Indigo. HEX triplet: 6D, 0C and FC. RGB value is (109,12,252). Sum of RGB (Red+Green+Blue) = 109+12+252=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D0CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D0CFC is #92F303. Grayscale: #434343. Windows color (decimal): -9630468 or 16518253. OLE color: 16518253.
HSL color Cylindrical-coordinate representation of color #6D0CFC: hue angle of 264.25º 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 #6D0CFC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 12 | 252 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.01 |
| HSL | 264.25º | 0.98% | 0.52% | - |
| HSV(B) | 264.25º | 0.95% | 0.99% | - |
| XYZ | 24.01 | 10.54 | 92.86 | - |
| YUV | 68.36 | 231.64 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 252 | 0.57 | 0.95 | 0 | 0.01 | 264.25 | 0.98 | 0.52 |
| Hex | 6D | C | FC | 39 | 5F | 0 | 1 | 108 | 62 | 34 |
| Octal | 155 | 14 | 374 | 71 | 137 | 0 | 1 | 410 | 142 | 64 |
| Binary | 1101101 | 1100 | 11111100 | 111001 | 1011111 | 0 | 1 | 100001000 | 1100010 | 110100 |
Color Harmonies of #6D0CFC
Complementary color
Monochromatic Colors of #6D0CFC
Black with #6D0CFC
Text Example
Text Example
White with #6D0CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0CFC; }
p { color: rgb(109,12,252); }
H1.HeaderClassName
{
color: #6D0CFC;
}
.AnyTagClassName
{
color: #6D0CFC;
}
</style>
background-color css
<style>
a { background-color: #6D0CFC; }
a { background-color: rgb(109,12,252); }
div.DivClassName
{
background-color: #6D0CFC;
}
.BgClassName
{
background-color: #6D0CFC;
}
</style>
border-color css
<style>
span { border-color: #6D0CFC; }
span { border-color: rgb(109,12,252); }
td.TdClassName
{
border-color: #6D0CFC;
}
.TagClassName
{
border-color: #6D0CFC;
}
</style>