Shades of Electric Indigo #6C00D6
Tints of Electric Indigo #6C00D6
RGB
CMYK
RGB Variations
Color information
#6C00D6 (or 0x6C00D6) is known color: Electric Indigo. HEX triplet: 6C, 00 and D6. RGB value is (108,0,214). Sum of RGB (Red+Green+Blue) = 108+0+214=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #6C00D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C00D6 is #93FF29. Grayscale: #373737. Windows color (decimal): -9699114 or 14024812. OLE color: 14024812.
HSL color Cylindrical-coordinate representation of color #6C00D6: hue angle of 270.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C00D6 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 0 | 214 | - |
| CMYK | 0.50 | 1 | 0 | 0.16 |
| HSL | 270.28º | 1% | 0.42% | - |
| HSV(B) | 270.28º | 1% | 0.84% | - |
| XYZ | 18.32 | 8.04 | 64.21 | - |
| YUV | 56.69 | 216.78 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 214 | 0.50 | 1 | 0 | 0.16 | 270.28 | 1 | 0.42 |
| Hex | 6C | 0 | D6 | 32 | 64 | 0 | 10 | 10E | 64 | 2A |
| Octal | 154 | 0 | 326 | 62 | 144 | 0 | 20 | 416 | 144 | 52 |
| Binary | 1101100 | 0 | 11010110 | 110010 | 1100100 | 0 | 10000 | 100001110 | 1100100 | 101010 |
Color Harmonies of #6C00D6
Complementary color
Monochromatic Colors of #6C00D6
Black with #6C00D6
Text Example
Text Example
White with #6C00D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C00D6; }
p { color: rgb(108,0,214); }
H1.HeaderClassName
{
color: #6C00D6;
}
.AnyTagClassName
{
color: #6C00D6;
}
</style>
background-color css
<style>
a { background-color: #6C00D6; }
a { background-color: rgb(108,0,214); }
div.DivClassName
{
background-color: #6C00D6;
}
.BgClassName
{
background-color: #6C00D6;
}
</style>
border-color css
<style>
span { border-color: #6C00D6; }
span { border-color: rgb(108,0,214); }
td.TdClassName
{
border-color: #6C00D6;
}
.TagClassName
{
border-color: #6C00D6;
}
</style>