Shades of Electric Indigo #6C11F3
Tints of Electric Indigo #6C11F3
RGB
CMYK
RGB Variations
Color information
#6C11F3 (or 0x6C11F3) is known color: Electric Indigo. HEX triplet: 6C, 11 and F3. RGB value is (108,17,243). Sum of RGB (Red+Green+Blue) = 108+17+243=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 243 (95.31% from 255 or 66.03% from 368); Max value from RGB is 243 - color contains mainly: blue. Hex color #6C11F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C11F3 is #93EE0C. Grayscale: #454545. Windows color (decimal): -9694733 or 15929708. OLE color: 15929708.
HSL color Cylindrical-coordinate representation of color #6C11F3: hue angle of 264.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C11F3 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 17 | 243 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.05 |
| HSL | 264.16º | 0.9% | 0.51% | - |
| HSV(B) | 264.16º | 0.93% | 0.95% | - |
| XYZ | 22.56 | 10.06 | 85.55 | - |
| YUV | 69.97 | 225.65 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 243 | 0.56 | 0.93 | 0 | 0.05 | 264.16 | 0.9 | 0.51 |
| Hex | 6C | 11 | F3 | 38 | 5D | 0 | 5 | 108 | 5A | 33 |
| Octal | 154 | 21 | 363 | 70 | 135 | 0 | 5 | 410 | 132 | 63 |
| Binary | 1101100 | 10001 | 11110011 | 111000 | 1011101 | 0 | 101 | 100001000 | 1011010 | 110011 |
Color Harmonies of #6C11F3
Complementary color
Monochromatic Colors of #6C11F3
Black with #6C11F3
Text Example
Text Example
White with #6C11F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C11F3; }
p { color: rgb(108,17,243); }
H1.HeaderClassName
{
color: #6C11F3;
}
.AnyTagClassName
{
color: #6C11F3;
}
</style>
background-color css
<style>
a { background-color: #6C11F3; }
a { background-color: rgb(108,17,243); }
div.DivClassName
{
background-color: #6C11F3;
}
.BgClassName
{
background-color: #6C11F3;
}
</style>
border-color css
<style>
span { border-color: #6C11F3; }
span { border-color: rgb(108,17,243); }
td.TdClassName
{
border-color: #6C11F3;
}
.TagClassName
{
border-color: #6C11F3;
}
</style>