Shades of Electric Indigo #6E1BFF
Tints of Electric Indigo #6E1BFF
RGB
CMYK
RGB Variations
Color information
#6E1BFF (or 0x6E1BFF) is known color: Electric Indigo. HEX triplet: 6E, 1B and FF. RGB value is (110,27,255). Sum of RGB (Red+Green+Blue) = 110+27+255=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E1BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E1BFF is #91E400. Grayscale: #4C4C4C. Windows color (decimal): -9561089 or 16718702. OLE color: 16718702.
HSL color Cylindrical-coordinate representation of color #6E1BFF: hue angle of 261.84º 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 #6E1BFF is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 27 | 255 | - |
| CMYK | 0.57 | 0.89 | 0 | 0 |
| HSL | 261.84º | 1% | 0.55% | - |
| HSV(B) | 261.84º | 0.89% | 1% | - |
| XYZ | 24.87 | 11.32 | 95.48 | - |
| YUV | 77.81 | 228 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 255 | 0.57 | 0.89 | 0 | 0 | 261.84 | 1 | 0.55 |
| Hex | 6E | 1B | FF | 39 | 59 | 0 | 0 | 106 | 64 | 37 |
| Octal | 156 | 33 | 377 | 71 | 131 | 0 | 0 | 406 | 144 | 67 |
| Binary | 1101110 | 11011 | 11111111 | 111001 | 1011001 | 0 | 0 | 100000110 | 1100100 | 110111 |
Color Harmonies of #6E1BFF
Complementary color
Monochromatic Colors of #6E1BFF
Black with #6E1BFF
Text Example
Text Example
White with #6E1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1BFF; }
p { color: rgb(110,27,255); }
H1.HeaderClassName
{
color: #6E1BFF;
}
.AnyTagClassName
{
color: #6E1BFF;
}
</style>
background-color css
<style>
a { background-color: #6E1BFF; }
a { background-color: rgb(110,27,255); }
div.DivClassName
{
background-color: #6E1BFF;
}
.BgClassName
{
background-color: #6E1BFF;
}
</style>
border-color css
<style>
span { border-color: #6E1BFF; }
span { border-color: rgb(110,27,255); }
td.TdClassName
{
border-color: #6E1BFF;
}
.TagClassName
{
border-color: #6E1BFF;
}
</style>