Shades of Electric Indigo #6C15FE
Tints of Electric Indigo #6C15FE
RGB
CMYK
RGB Variations
Color information
#6C15FE (or 0x6C15FE) is known color: Electric Indigo. HEX triplet: 6C, 15 and FE. RGB value is (108,21,254). Sum of RGB (Red+Green+Blue) = 108+21+254=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C15FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C15FE is #93EA01. Grayscale: #484848. Windows color (decimal): -9693698 or 16651628. OLE color: 16651628.
HSL color Cylindrical-coordinate representation of color #6C15FE: hue angle of 262.4º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C15FE is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 21 | 254 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.00 |
| HSL | 262.4º | 0.99% | 0.54% | - |
| HSV(B) | 262.4º | 0.92% | 1% | - |
| XYZ | 24.34 | 10.88 | 94.58 | - |
| YUV | 73.58 | 229.82 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 254 | 0.57 | 0.92 | 0 | 0.00 | 262.4 | 0.99 | 0.54 |
| Hex | 6C | 15 | FE | 39 | 5C | 0 | 0 | 106 | 63 | 36 |
| Octal | 154 | 25 | 376 | 71 | 134 | 0 | 0 | 406 | 143 | 66 |
| Binary | 1101100 | 10101 | 11111110 | 111001 | 1011100 | 0 | 0 | 100000110 | 1100011 | 110110 |
Color Harmonies of #6C15FE
Complementary color
Monochromatic Colors of #6C15FE
Black with #6C15FE
Text Example
Text Example
White with #6C15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C15FE; }
p { color: rgb(108,21,254); }
H1.HeaderClassName
{
color: #6C15FE;
}
.AnyTagClassName
{
color: #6C15FE;
}
</style>
background-color css
<style>
a { background-color: #6C15FE; }
a { background-color: rgb(108,21,254); }
div.DivClassName
{
background-color: #6C15FE;
}
.BgClassName
{
background-color: #6C15FE;
}
</style>
border-color css
<style>
span { border-color: #6C15FE; }
span { border-color: rgb(108,21,254); }
td.TdClassName
{
border-color: #6C15FE;
}
.TagClassName
{
border-color: #6C15FE;
}
</style>