Shades of Electric Indigo #6C18FF
Tints of Electric Indigo #6C18FF
RGB
CMYK
RGB Variations
Color information
#6C18FF (or 0x6C18FF) is known color: Electric Indigo. HEX triplet: 6C, 18 and FF. RGB value is (108,24,255). Sum of RGB (Red+Green+Blue) = 108+24+255=387 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.91% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C18FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C18FF is #93E700. Grayscale: #4A4A4A. Windows color (decimal): -9692929 or 16717932. OLE color: 16717932.
HSL color Cylindrical-coordinate representation of color #6C18FF: hue angle of 261.82º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C18FF is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 24 | 255 | - |
| CMYK | 0.58 | 0.91 | 0 | 0 |
| HSL | 261.82º | 1% | 0.55% | - |
| HSV(B) | 261.82º | 0.91% | 1% | - |
| XYZ | 24.56 | 11.06 | 95.45 | - |
| YUV | 75.45 | 229.33 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 255 | 0.58 | 0.91 | 0 | 0 | 261.82 | 1 | 0.55 |
| Hex | 6C | 18 | FF | 3A | 5B | 0 | 0 | 106 | 64 | 37 |
| Octal | 154 | 30 | 377 | 72 | 133 | 0 | 0 | 406 | 144 | 67 |
| Binary | 1101100 | 11000 | 11111111 | 111010 | 1011011 | 0 | 0 | 100000110 | 1100100 | 110111 |
Color Harmonies of #6C18FF
Complementary color
Monochromatic Colors of #6C18FF
Black with #6C18FF
Text Example
Text Example
White with #6C18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C18FF; }
p { color: rgb(108,24,255); }
H1.HeaderClassName
{
color: #6C18FF;
}
.AnyTagClassName
{
color: #6C18FF;
}
</style>
background-color css
<style>
a { background-color: #6C18FF; }
a { background-color: rgb(108,24,255); }
div.DivClassName
{
background-color: #6C18FF;
}
.BgClassName
{
background-color: #6C18FF;
}
</style>
border-color css
<style>
span { border-color: #6C18FF; }
span { border-color: rgb(108,24,255); }
td.TdClassName
{
border-color: #6C18FF;
}
.TagClassName
{
border-color: #6C18FF;
}
</style>