Shades of Electric Indigo #6C10ED
Tints of Electric Indigo #6C10ED
RGB
CMYK
RGB Variations
Color information
#6C10ED (or 0x6C10ED) is known color: Electric Indigo. HEX triplet: 6C, 10 and ED. RGB value is (108,16,237). Sum of RGB (Red+Green+Blue) = 108+16+237=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C10ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C10ED is #93EF12. Grayscale: #434343. Windows color (decimal): -9694995 or 15536236. OLE color: 15536236.
HSL color Cylindrical-coordinate representation of color #6C10ED: hue angle of 264.98º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C10ED is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 16 | 237 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.07 |
| HSL | 264.98º | 0.87% | 0.5% | - |
| HSV(B) | 264.98º | 0.93% | 0.93% | - |
| XYZ | 21.66 | 9.67 | 80.85 | - |
| YUV | 68.7 | 222.98 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 237 | 0.54 | 0.93 | 0 | 0.07 | 264.98 | 0.87 | 0.5 |
| Hex | 6C | 10 | ED | 36 | 5D | 0 | 7 | 109 | 57 | 32 |
| Octal | 154 | 20 | 355 | 66 | 135 | 0 | 7 | 411 | 127 | 62 |
| Binary | 1101100 | 10000 | 11101101 | 110110 | 1011101 | 0 | 111 | 100001001 | 1010111 | 110010 |
Color Harmonies of #6C10ED
Complementary color
Monochromatic Colors of #6C10ED
Black with #6C10ED
Text Example
Text Example
White with #6C10ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C10ED; }
p { color: rgb(108,16,237); }
H1.HeaderClassName
{
color: #6C10ED;
}
.AnyTagClassName
{
color: #6C10ED;
}
</style>
background-color css
<style>
a { background-color: #6C10ED; }
a { background-color: rgb(108,16,237); }
div.DivClassName
{
background-color: #6C10ED;
}
.BgClassName
{
background-color: #6C10ED;
}
</style>
border-color css
<style>
span { border-color: #6C10ED; }
span { border-color: rgb(108,16,237); }
td.TdClassName
{
border-color: #6C10ED;
}
.TagClassName
{
border-color: #6C10ED;
}
</style>