Shades of Electric Indigo #6B14E7
Tints of Electric Indigo #6B14E7
RGB
CMYK
RGB Variations
Color information
#6B14E7 (or 0x6B14E7) is known color: Electric Indigo. HEX triplet: 6B, 14 and E7. RGB value is (107,20,231). Sum of RGB (Red+Green+Blue) = 107+20+231=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B14E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B14E7 is #94EB18. Grayscale: #454545. Windows color (decimal): -9759513 or 15144043. OLE color: 15144043.
HSL color Cylindrical-coordinate representation of color #6B14E7: hue angle of 264.74º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B14E7 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 20 | 231 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.09 |
| HSL | 264.74º | 0.84% | 0.49% | - |
| HSV(B) | 264.74º | 0.91% | 0.91% | - |
| XYZ | 20.74 | 9.4 | 76.32 | - |
| YUV | 70.07 | 218.82 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 231 | 0.54 | 0.91 | 0 | 0.09 | 264.74 | 0.84 | 0.49 |
| Hex | 6B | 14 | E7 | 36 | 5B | 0 | 9 | 109 | 54 | 31 |
| Octal | 153 | 24 | 347 | 66 | 133 | 0 | 11 | 411 | 124 | 61 |
| Binary | 1101011 | 10100 | 11100111 | 110110 | 1011011 | 0 | 1001 | 100001001 | 1010100 | 110001 |
Color Harmonies of #6B14E7
Complementary color
Monochromatic Colors of #6B14E7
Black with #6B14E7
Text Example
Text Example
White with #6B14E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B14E7; }
p { color: rgb(107,20,231); }
H1.HeaderClassName
{
color: #6B14E7;
}
.AnyTagClassName
{
color: #6B14E7;
}
</style>
background-color css
<style>
a { background-color: #6B14E7; }
a { background-color: rgb(107,20,231); }
div.DivClassName
{
background-color: #6B14E7;
}
.BgClassName
{
background-color: #6B14E7;
}
</style>
border-color css
<style>
span { border-color: #6B14E7; }
span { border-color: rgb(107,20,231); }
td.TdClassName
{
border-color: #6B14E7;
}
.TagClassName
{
border-color: #6B14E7;
}
</style>