Shades of Electric Indigo #6C0CFF
Tints of Electric Indigo #6C0CFF
RGB
CMYK
RGB Variations
Color information
#6C0CFF (or 0x6C0CFF) is known color: Electric Indigo. HEX triplet: 6C, 0C and FF. RGB value is (108,12,255). Sum of RGB (Red+Green+Blue) = 108+12+255=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0CFF is #93F300. Grayscale: #434343. Windows color (decimal): -9696001 or 16714860. OLE color: 16714860.
HSL color Cylindrical-coordinate representation of color #6C0CFF: hue angle of 263.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0CFF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 12 | 255 | - |
| CMYK | 0.58 | 0.95 | 0 | 0 |
| HSL | 263.7º | 1% | 0.52% | - |
| HSV(B) | 263.7º | 0.95% | 1% | - |
| XYZ | 24.37 | 10.67 | 95.38 | - |
| YUV | 68.41 | 233.3 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 255 | 0.58 | 0.95 | 0 | 0 | 263.7 | 1 | 0.52 |
| Hex | 6C | C | FF | 3A | 5F | 0 | 0 | 108 | 64 | 34 |
| Octal | 154 | 14 | 377 | 72 | 137 | 0 | 0 | 410 | 144 | 64 |
| Binary | 1101100 | 1100 | 11111111 | 111010 | 1011111 | 0 | 0 | 100001000 | 1100100 | 110100 |
Color Harmonies of #6C0CFF
Complementary color
Monochromatic Colors of #6C0CFF
Black with #6C0CFF
Text Example
Text Example
White with #6C0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0CFF; }
p { color: rgb(108,12,255); }
H1.HeaderClassName
{
color: #6C0CFF;
}
.AnyTagClassName
{
color: #6C0CFF;
}
</style>
background-color css
<style>
a { background-color: #6C0CFF; }
a { background-color: rgb(108,12,255); }
div.DivClassName
{
background-color: #6C0CFF;
}
.BgClassName
{
background-color: #6C0CFF;
}
</style>
border-color css
<style>
span { border-color: #6C0CFF; }
span { border-color: rgb(108,12,255); }
td.TdClassName
{
border-color: #6C0CFF;
}
.TagClassName
{
border-color: #6C0CFF;
}
</style>