Shades of Electric Indigo #6C0DED
Tints of Electric Indigo #6C0DED
RGB
CMYK
RGB Variations
Color information
#6C0DED (or 0x6C0DED) is known color: Electric Indigo. HEX triplet: 6C, 0D and ED. RGB value is (108,13,237). Sum of RGB (Red+Green+Blue) = 108+13+237=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C0DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0DED is #93F212. Grayscale: #424242. Windows color (decimal): -9695763 or 15535468. OLE color: 15535468.
HSL color Cylindrical-coordinate representation of color #6C0DED: hue angle of 265.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0DED is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 13 | 237 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.07 |
| HSL | 265.45º | 0.9% | 0.49% | - |
| HSV(B) | 265.45º | 0.95% | 0.93% | - |
| XYZ | 21.61 | 9.59 | 80.83 | - |
| YUV | 66.94 | 223.97 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 237 | 0.54 | 0.95 | 0 | 0.07 | 265.45 | 0.9 | 0.49 |
| Hex | 6C | D | ED | 36 | 5F | 0 | 7 | 109 | 5A | 31 |
| Octal | 154 | 15 | 355 | 66 | 137 | 0 | 7 | 411 | 132 | 61 |
| Binary | 1101100 | 1101 | 11101101 | 110110 | 1011111 | 0 | 111 | 100001001 | 1011010 | 110001 |
Color Harmonies of #6C0DED
Complementary color
Monochromatic Colors of #6C0DED
Black with #6C0DED
Text Example
Text Example
White with #6C0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0DED; }
p { color: rgb(108,13,237); }
H1.HeaderClassName
{
color: #6C0DED;
}
.AnyTagClassName
{
color: #6C0DED;
}
</style>
background-color css
<style>
a { background-color: #6C0DED; }
a { background-color: rgb(108,13,237); }
div.DivClassName
{
background-color: #6C0DED;
}
.BgClassName
{
background-color: #6C0DED;
}
</style>
border-color css
<style>
span { border-color: #6C0DED; }
span { border-color: rgb(108,13,237); }
td.TdClassName
{
border-color: #6C0DED;
}
.TagClassName
{
border-color: #6C0DED;
}
</style>