Shades of Electric Indigo #6C0CFA
Tints of Electric Indigo #6C0CFA
RGB
CMYK
RGB Variations
Color information
#6C0CFA (or 0x6C0CFA) is known color: Electric Indigo. HEX triplet: 6C, 0C and FA. RGB value is (108,12,250). Sum of RGB (Red+Green+Blue) = 108+12+250=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0CFA is #93F305. Grayscale: #424242. Windows color (decimal): -9696006 or 16387180. OLE color: 16387180.
HSL color Cylindrical-coordinate representation of color #6C0CFA: hue angle of 264.2º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0CFA is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 12 | 250 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.02 |
| HSL | 264.2º | 0.96% | 0.51% | - |
| HSV(B) | 264.2º | 0.95% | 0.98% | - |
| XYZ | 23.57 | 10.35 | 91.2 | - |
| YUV | 67.84 | 230.8 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 12 | 250 | 0.57 | 0.95 | 0 | 0.02 | 264.2 | 0.96 | 0.51 |
| Hex | 6C | C | FA | 39 | 5F | 0 | 2 | 108 | 60 | 33 |
| Octal | 154 | 14 | 372 | 71 | 137 | 0 | 2 | 410 | 140 | 63 |
| Binary | 1101100 | 1100 | 11111010 | 111001 | 1011111 | 0 | 10 | 100001000 | 1100000 | 110011 |
Color Harmonies of #6C0CFA
Complementary color
Monochromatic Colors of #6C0CFA
Black with #6C0CFA
Text Example
Text Example
White with #6C0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0CFA; }
p { color: rgb(108,12,250); }
H1.HeaderClassName
{
color: #6C0CFA;
}
.AnyTagClassName
{
color: #6C0CFA;
}
</style>
background-color css
<style>
a { background-color: #6C0CFA; }
a { background-color: rgb(108,12,250); }
div.DivClassName
{
background-color: #6C0CFA;
}
.BgClassName
{
background-color: #6C0CFA;
}
</style>
border-color css
<style>
span { border-color: #6C0CFA; }
span { border-color: rgb(108,12,250); }
td.TdClassName
{
border-color: #6C0CFA;
}
.TagClassName
{
border-color: #6C0CFA;
}
</style>