Shades of Electric Indigo #6C0EDF
Tints of Electric Indigo #6C0EDF
RGB
CMYK
RGB Variations
Color information
#6C0EDF (or 0x6C0EDF) is known color: Electric Indigo. HEX triplet: 6C, 0E and DF. RGB value is (108,14,223). Sum of RGB (Red+Green+Blue) = 108+14+223=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C0EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0EDF is #93F120. Grayscale: #414141. Windows color (decimal): -9695521 or 14618220. OLE color: 14618220.
HSL color Cylindrical-coordinate representation of color #6C0EDF: hue angle of 266.99º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C0EDF is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 14 | 223 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.13 |
| HSL | 266.99º | 0.88% | 0.46% | - |
| HSV(B) | 266.99º | 0.94% | 0.87% | - |
| XYZ | 19.66 | 8.83 | 70.48 | - |
| YUV | 65.93 | 216.64 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 14 | 223 | 0.52 | 0.94 | 0 | 0.13 | 266.99 | 0.88 | 0.46 |
| Hex | 6C | E | DF | 34 | 5E | 0 | D | 10B | 58 | 2E |
| Octal | 154 | 16 | 337 | 64 | 136 | 0 | 15 | 413 | 130 | 56 |
| Binary | 1101100 | 1110 | 11011111 | 110100 | 1011110 | 0 | 1101 | 100001011 | 1011000 | 101110 |
Color Harmonies of #6C0EDF
Complementary color
Monochromatic Colors of #6C0EDF
Black with #6C0EDF
Text Example
Text Example
White with #6C0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0EDF; }
p { color: rgb(108,14,223); }
H1.HeaderClassName
{
color: #6C0EDF;
}
.AnyTagClassName
{
color: #6C0EDF;
}
</style>
background-color css
<style>
a { background-color: #6C0EDF; }
a { background-color: rgb(108,14,223); }
div.DivClassName
{
background-color: #6C0EDF;
}
.BgClassName
{
background-color: #6C0EDF;
}
</style>
border-color css
<style>
span { border-color: #6C0EDF; }
span { border-color: rgb(108,14,223); }
td.TdClassName
{
border-color: #6C0EDF;
}
.TagClassName
{
border-color: #6C0EDF;
}
</style>