Shades of Electric Indigo #6B02E5
Tints of Electric Indigo #6B02E5
RGB
CMYK
RGB Variations
Color information
#6B02E5 (or 0x6B02E5) is known color: Electric Indigo. HEX triplet: 6B, 02 and E5. RGB value is (107,2,229). Sum of RGB (Red+Green+Blue) = 107+2+229=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #6B02E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B02E5 is #94FD1A. Grayscale: #3A3A3A. Windows color (decimal): -9764123 or 15008363. OLE color: 15008363.
HSL color Cylindrical-coordinate representation of color #6B02E5: hue angle of 267.75º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B02E5 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 2 | 229 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.10 |
| HSL | 267.75º | 0.98% | 0.45% | - |
| HSV(B) | 267.75º | 0.99% | 0.9% | - |
| XYZ | 20.23 | 8.83 | 74.77 | - |
| YUV | 59.27 | 223.79 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 229 | 0.53 | 0.99 | 0 | 0.10 | 267.75 | 0.98 | 0.45 |
| Hex | 6B | 2 | E5 | 35 | 63 | 0 | A | 10C | 62 | 2D |
| Octal | 153 | 2 | 345 | 65 | 143 | 0 | 12 | 414 | 142 | 55 |
| Binary | 1101011 | 10 | 11100101 | 110101 | 1100011 | 0 | 1010 | 100001100 | 1100010 | 101101 |
Color Harmonies of #6B02E5
Complementary color
Monochromatic Colors of #6B02E5
Black with #6B02E5
Text Example
Text Example
White with #6B02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B02E5; }
p { color: rgb(107,2,229); }
H1.HeaderClassName
{
color: #6B02E5;
}
.AnyTagClassName
{
color: #6B02E5;
}
</style>
background-color css
<style>
a { background-color: #6B02E5; }
a { background-color: rgb(107,2,229); }
div.DivClassName
{
background-color: #6B02E5;
}
.BgClassName
{
background-color: #6B02E5;
}
</style>
border-color css
<style>
span { border-color: #6B02E5; }
span { border-color: rgb(107,2,229); }
td.TdClassName
{
border-color: #6B02E5;
}
.TagClassName
{
border-color: #6B02E5;
}
</style>