Shades of Electric Indigo #6C0CDF
Tints of Electric Indigo #6C0CDF
RGB
CMYK
RGB Variations
Color information
#6C0CDF (or 0x6C0CDF) is known color: Electric Indigo. HEX triplet: 6C, 0C and DF. RGB value is (108,12,223). Sum of RGB (Red+Green+Blue) = 108+12+223=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C0CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0CDF is #93F320. Grayscale: #404040. Windows color (decimal): -9696033 or 14617708. OLE color: 14617708.
HSL color Cylindrical-coordinate representation of color #6C0CDF: hue angle of 267.3º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0CDF is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 12 | 223 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.13 |
| HSL | 267.3º | 0.9% | 0.46% | - |
| HSV(B) | 267.3º | 0.95% | 0.87% | - |
| XYZ | 19.64 | 8.78 | 70.47 | - |
| YUV | 64.76 | 217.3 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 223 | 0.52 | 0.95 | 0 | 0.13 | 267.3 | 0.9 | 0.46 |
| Hex | 6C | C | DF | 34 | 5F | 0 | D | 10B | 5A | 2E |
| Octal | 154 | 14 | 337 | 64 | 137 | 0 | 15 | 413 | 132 | 56 |
| Binary | 1101100 | 1100 | 11011111 | 110100 | 1011111 | 0 | 1101 | 100001011 | 1011010 | 101110 |
Color Harmonies of #6C0CDF
Complementary color
Monochromatic Colors of #6C0CDF
Black with #6C0CDF
Text Example
Text Example
White with #6C0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0CDF; }
p { color: rgb(108,12,223); }
H1.HeaderClassName
{
color: #6C0CDF;
}
.AnyTagClassName
{
color: #6C0CDF;
}
</style>
background-color css
<style>
a { background-color: #6C0CDF; }
a { background-color: rgb(108,12,223); }
div.DivClassName
{
background-color: #6C0CDF;
}
.BgClassName
{
background-color: #6C0CDF;
}
</style>
border-color css
<style>
span { border-color: #6C0CDF; }
span { border-color: rgb(108,12,223); }
td.TdClassName
{
border-color: #6C0CDF;
}
.TagClassName
{
border-color: #6C0CDF;
}
</style>