Shades of Electric Indigo #6B00E5
Tints of Electric Indigo #6B00E5
RGB
CMYK
RGB Variations
Color information
#6B00E5 (or 0x6B00E5) is known color: Electric Indigo. HEX triplet: 6B, 00 and E5. RGB value is (107,0,229). Sum of RGB (Red+Green+Blue) = 107+0+229=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #6B00E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B00E5 is #94FF1A. Grayscale: #393939. Windows color (decimal): -9764635 or 15007851. OLE color: 15007851.
HSL color Cylindrical-coordinate representation of color #6B00E5: hue angle of 268.03º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B00E5 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 0 | 229 | - |
| CMYK | 0.53 | 1 | 0 | 0.10 |
| HSL | 268.03º | 1% | 0.45% | - |
| HSV(B) | 268.03º | 1% | 0.9% | - |
| XYZ | 20.21 | 8.78 | 74.76 | - |
| YUV | 58.1 | 224.45 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 229 | 0.53 | 1 | 0 | 0.10 | 268.03 | 1 | 0.45 |
| Hex | 6B | 0 | E5 | 35 | 64 | 0 | A | 10C | 64 | 2D |
| Octal | 153 | 0 | 345 | 65 | 144 | 0 | 12 | 414 | 144 | 55 |
| Binary | 1101011 | 0 | 11100101 | 110101 | 1100100 | 0 | 1010 | 100001100 | 1100100 | 101101 |
Color Harmonies of #6B00E5
Complementary color
Monochromatic Colors of #6B00E5
Black with #6B00E5
Text Example
Text Example
White with #6B00E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B00E5; }
p { color: rgb(107,0,229); }
H1.HeaderClassName
{
color: #6B00E5;
}
.AnyTagClassName
{
color: #6B00E5;
}
</style>
background-color css
<style>
a { background-color: #6B00E5; }
a { background-color: rgb(107,0,229); }
div.DivClassName
{
background-color: #6B00E5;
}
.BgClassName
{
background-color: #6B00E5;
}
</style>
border-color css
<style>
span { border-color: #6B00E5; }
span { border-color: rgb(107,0,229); }
td.TdClassName
{
border-color: #6B00E5;
}
.TagClassName
{
border-color: #6B00E5;
}
</style>