Shades of Electric Indigo #6E02FD
Tints of Electric Indigo #6E02FD
RGB
CMYK
RGB Variations
Color information
#6E02FD (or 0x6E02FD) is known color: Electric Indigo. HEX triplet: 6E, 02 and FD. RGB value is (110,2,253). Sum of RGB (Red+Green+Blue) = 110+2+253=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E02FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6E02FD is #91FD02. Grayscale: #3E3E3E. Windows color (decimal): -9567491 or 16581230. OLE color: 16581230.
HSL color Cylindrical-coordinate representation of color #6E02FD: hue angle of 265.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E02FD is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 2 | 253 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.01 |
| HSL | 265.82º | 0.98% | 0.5% | - |
| HSV(B) | 265.82º | 0.99% | 0.99% | - |
| XYZ | 24.18 | 10.45 | 93.67 | - |
| YUV | 62.91 | 235.28 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 253 | 0.57 | 0.99 | 0 | 0.01 | 265.82 | 0.98 | 0.5 |
| Hex | 6E | 2 | FD | 39 | 63 | 0 | 1 | 10A | 62 | 32 |
| Octal | 156 | 2 | 375 | 71 | 143 | 0 | 1 | 412 | 142 | 62 |
| Binary | 1101110 | 10 | 11111101 | 111001 | 1100011 | 0 | 1 | 100001010 | 1100010 | 110010 |
Color Harmonies of #6E02FD
Complementary color
Monochromatic Colors of #6E02FD
Black with #6E02FD
Text Example
Text Example
White with #6E02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E02FD; }
p { color: rgb(110,2,253); }
H1.HeaderClassName
{
color: #6E02FD;
}
.AnyTagClassName
{
color: #6E02FD;
}
</style>
background-color css
<style>
a { background-color: #6E02FD; }
a { background-color: rgb(110,2,253); }
div.DivClassName
{
background-color: #6E02FD;
}
.BgClassName
{
background-color: #6E02FD;
}
</style>
border-color css
<style>
span { border-color: #6E02FD; }
span { border-color: rgb(110,2,253); }
td.TdClassName
{
border-color: #6E02FD;
}
.TagClassName
{
border-color: #6E02FD;
}
</style>