Shades of Electric Indigo #6C1BFF
Tints of Electric Indigo #6C1BFF
RGB
CMYK
RGB Variations
Color information
#6C1BFF (or 0x6C1BFF) is known color: Electric Indigo. HEX triplet: 6C, 1B and FF. RGB value is (108,27,255). Sum of RGB (Red+Green+Blue) = 108+27+255=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1BFF is #93E400. Grayscale: #4C4C4C. Windows color (decimal): -9692161 or 16718700. OLE color: 16718700.
HSL color Cylindrical-coordinate representation of color #6C1BFF: hue angle of 261.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C1BFF is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 27 | 255 | - |
| CMYK | 0.58 | 0.89 | 0 | 0 |
| HSL | 261.32º | 1% | 0.55% | - |
| HSV(B) | 261.32º | 0.89% | 1% | - |
| XYZ | 24.63 | 11.19 | 95.47 | - |
| YUV | 77.21 | 228.34 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 255 | 0.58 | 0.89 | 0 | 0 | 261.32 | 1 | 0.55 |
| Hex | 6C | 1B | FF | 3A | 59 | 0 | 0 | 105 | 64 | 37 |
| Octal | 154 | 33 | 377 | 72 | 131 | 0 | 0 | 405 | 144 | 67 |
| Binary | 1101100 | 11011 | 11111111 | 111010 | 1011001 | 0 | 0 | 100000101 | 1100100 | 110111 |
Color Harmonies of #6C1BFF
Complementary color
Monochromatic Colors of #6C1BFF
Black with #6C1BFF
Text Example
Text Example
White with #6C1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1BFF; }
p { color: rgb(108,27,255); }
H1.HeaderClassName
{
color: #6C1BFF;
}
.AnyTagClassName
{
color: #6C1BFF;
}
</style>
background-color css
<style>
a { background-color: #6C1BFF; }
a { background-color: rgb(108,27,255); }
div.DivClassName
{
background-color: #6C1BFF;
}
.BgClassName
{
background-color: #6C1BFF;
}
</style>
border-color css
<style>
span { border-color: #6C1BFF; }
span { border-color: rgb(108,27,255); }
td.TdClassName
{
border-color: #6C1BFF;
}
.TagClassName
{
border-color: #6C1BFF;
}
</style>