Shades of Electric Indigo #6E05FB
Tints of Electric Indigo #6E05FB
RGB
CMYK
RGB Variations
Color information
#6E05FB (or 0x6E05FB) is known color: Electric Indigo. HEX triplet: 6E, 05 and FB. RGB value is (110,5,251). Sum of RGB (Red+Green+Blue) = 110+5+251=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E05FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E05FB is #91FA04. Grayscale: #3F3F3F. Windows color (decimal): -9566725 or 16450926. OLE color: 16450926.
HSL color Cylindrical-coordinate representation of color #6E05FB: hue angle of 265.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E05FB is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 5 | 251 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.02 |
| HSL | 265.61º | 0.97% | 0.5% | - |
| HSV(B) | 265.61º | 0.98% | 0.98% | - |
| XYZ | 23.9 | 10.39 | 92.01 | - |
| YUV | 64.44 | 233.29 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 251 | 0.56 | 0.98 | 0 | 0.02 | 265.61 | 0.97 | 0.5 |
| Hex | 6E | 5 | FB | 38 | 62 | 0 | 2 | 10A | 61 | 32 |
| Octal | 156 | 5 | 373 | 70 | 142 | 0 | 2 | 412 | 141 | 62 |
| Binary | 1101110 | 101 | 11111011 | 111000 | 1100010 | 0 | 10 | 100001010 | 1100001 | 110010 |
Color Harmonies of #6E05FB
Complementary color
Monochromatic Colors of #6E05FB
Black with #6E05FB
Text Example
Text Example
White with #6E05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E05FB; }
p { color: rgb(110,5,251); }
H1.HeaderClassName
{
color: #6E05FB;
}
.AnyTagClassName
{
color: #6E05FB;
}
</style>
background-color css
<style>
a { background-color: #6E05FB; }
a { background-color: rgb(110,5,251); }
div.DivClassName
{
background-color: #6E05FB;
}
.BgClassName
{
background-color: #6E05FB;
}
</style>
border-color css
<style>
span { border-color: #6E05FB; }
span { border-color: rgb(110,5,251); }
td.TdClassName
{
border-color: #6E05FB;
}
.TagClassName
{
border-color: #6E05FB;
}
</style>