Shades of Electric Indigo #6E0BFC
Tints of Electric Indigo #6E0BFC
RGB
CMYK
RGB Variations
Color information
#6E0BFC (or 0x6E0BFC) is known color: Electric Indigo. HEX triplet: 6E, 0B and FC. RGB value is (110,11,252). Sum of RGB (Red+Green+Blue) = 110+11+252=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E0BFC is #91F403. Grayscale: #434343. Windows color (decimal): -9565188 or 16517998. OLE color: 16517998.
HSL color Cylindrical-coordinate representation of color #6E0BFC: hue angle of 264.65º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0BFC is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 11 | 252 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.01 |
| HSL | 264.65º | 0.98% | 0.52% | - |
| HSV(B) | 264.65º | 0.96% | 0.99% | - |
| XYZ | 24.12 | 10.58 | 92.87 | - |
| YUV | 68.08 | 231.8 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 252 | 0.56 | 0.96 | 0 | 0.01 | 264.65 | 0.98 | 0.52 |
| Hex | 6E | B | FC | 38 | 60 | 0 | 1 | 109 | 62 | 34 |
| Octal | 156 | 13 | 374 | 70 | 140 | 0 | 1 | 411 | 142 | 64 |
| Binary | 1101110 | 1011 | 11111100 | 111000 | 1100000 | 0 | 1 | 100001001 | 1100010 | 110100 |
Color Harmonies of #6E0BFC
Complementary color
Monochromatic Colors of #6E0BFC
Black with #6E0BFC
Text Example
Text Example
White with #6E0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0BFC; }
p { color: rgb(110,11,252); }
H1.HeaderClassName
{
color: #6E0BFC;
}
.AnyTagClassName
{
color: #6E0BFC;
}
</style>
background-color css
<style>
a { background-color: #6E0BFC; }
a { background-color: rgb(110,11,252); }
div.DivClassName
{
background-color: #6E0BFC;
}
.BgClassName
{
background-color: #6E0BFC;
}
</style>
border-color css
<style>
span { border-color: #6E0BFC; }
span { border-color: rgb(110,11,252); }
td.TdClassName
{
border-color: #6E0BFC;
}
.TagClassName
{
border-color: #6E0BFC;
}
</style>