Shades of Electric Indigo #6B14E5
Tints of Electric Indigo #6B14E5
RGB
CMYK
RGB Variations
Color information
#6B14E5 (or 0x6B14E5) is known color: Electric Indigo. HEX triplet: 6B, 14 and E5. RGB value is (107,20,229). Sum of RGB (Red+Green+Blue) = 107+20+229=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #6B14E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B14E5 is #94EB1A. Grayscale: #454545. Windows color (decimal): -9759515 or 15012971. OLE color: 15012971.
HSL color Cylindrical-coordinate representation of color #6B14E5: hue angle of 264.98º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B14E5 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 20 | 229 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.10 |
| HSL | 264.98º | 0.84% | 0.49% | - |
| HSV(B) | 264.98º | 0.91% | 0.9% | - |
| XYZ | 20.46 | 9.28 | 74.84 | - |
| YUV | 69.84 | 217.82 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 229 | 0.53 | 0.91 | 0 | 0.10 | 264.98 | 0.84 | 0.49 |
| Hex | 6B | 14 | E5 | 35 | 5B | 0 | A | 109 | 54 | 31 |
| Octal | 153 | 24 | 345 | 65 | 133 | 0 | 12 | 411 | 124 | 61 |
| Binary | 1101011 | 10100 | 11100101 | 110101 | 1011011 | 0 | 1010 | 100001001 | 1010100 | 110001 |
Color Harmonies of #6B14E5
Complementary color
Monochromatic Colors of #6B14E5
Black with #6B14E5
Text Example
Text Example
White with #6B14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B14E5; }
p { color: rgb(107,20,229); }
H1.HeaderClassName
{
color: #6B14E5;
}
.AnyTagClassName
{
color: #6B14E5;
}
</style>
background-color css
<style>
a { background-color: #6B14E5; }
a { background-color: rgb(107,20,229); }
div.DivClassName
{
background-color: #6B14E5;
}
.BgClassName
{
background-color: #6B14E5;
}
</style>
border-color css
<style>
span { border-color: #6B14E5; }
span { border-color: rgb(107,20,229); }
td.TdClassName
{
border-color: #6B14E5;
}
.TagClassName
{
border-color: #6B14E5;
}
</style>