Shades of Electric Indigo #6E0FFB
Tints of Electric Indigo #6E0FFB
RGB
CMYK
RGB Variations
Color information
#6E0FFB (or 0x6E0FFB) is known color: Electric Indigo. HEX triplet: 6E, 0F and FB. RGB value is (110,15,251). Sum of RGB (Red+Green+Blue) = 110+15+251=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E0FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0FFB is #91F004. Grayscale: #454545. Windows color (decimal): -9564165 or 16453486. OLE color: 16453486.
HSL color Cylindrical-coordinate representation of color #6E0FFB: hue angle of 264.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0FFB is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 15 | 251 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.02 |
| HSL | 264.15º | 0.97% | 0.52% | - |
| HSV(B) | 264.15º | 0.94% | 0.98% | - |
| XYZ | 24.01 | 10.62 | 92.05 | - |
| YUV | 70.31 | 229.97 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 251 | 0.56 | 0.94 | 0 | 0.02 | 264.15 | 0.97 | 0.52 |
| Hex | 6E | F | FB | 38 | 5E | 0 | 2 | 108 | 61 | 34 |
| Octal | 156 | 17 | 373 | 70 | 136 | 0 | 2 | 410 | 141 | 64 |
| Binary | 1101110 | 1111 | 11111011 | 111000 | 1011110 | 0 | 10 | 100001000 | 1100001 | 110100 |
Color Harmonies of #6E0FFB
Complementary color
Monochromatic Colors of #6E0FFB
Black with #6E0FFB
Text Example
Text Example
White with #6E0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0FFB; }
p { color: rgb(110,15,251); }
H1.HeaderClassName
{
color: #6E0FFB;
}
.AnyTagClassName
{
color: #6E0FFB;
}
</style>
background-color css
<style>
a { background-color: #6E0FFB; }
a { background-color: rgb(110,15,251); }
div.DivClassName
{
background-color: #6E0FFB;
}
.BgClassName
{
background-color: #6E0FFB;
}
</style>
border-color css
<style>
span { border-color: #6E0FFB; }
span { border-color: rgb(110,15,251); }
td.TdClassName
{
border-color: #6E0FFB;
}
.TagClassName
{
border-color: #6E0FFB;
}
</style>