Shades of Electric Indigo #6B14FC
Tints of Electric Indigo #6B14FC
RGB
CMYK
RGB Variations
Color information
#6B14FC (or 0x6B14FC) is known color: Electric Indigo. HEX triplet: 6B, 14 and FC. RGB value is (107,20,252). Sum of RGB (Red+Green+Blue) = 107+20+252=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B14FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B14FC is #94EB03. Grayscale: #474747. Windows color (decimal): -9759492 or 16520299. OLE color: 16520299.
HSL color Cylindrical-coordinate representation of color #6B14FC: hue angle of 262.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B14FC is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 20 | 252 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.01 |
| HSL | 262.5º | 0.97% | 0.53% | - |
| HSV(B) | 262.5º | 0.92% | 0.99% | - |
| XYZ | 23.88 | 10.65 | 92.89 | - |
| YUV | 72.46 | 229.32 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 252 | 0.58 | 0.92 | 0 | 0.01 | 262.5 | 0.97 | 0.53 |
| Hex | 6B | 14 | FC | 3A | 5C | 0 | 1 | 106 | 61 | 35 |
| Octal | 153 | 24 | 374 | 72 | 134 | 0 | 1 | 406 | 141 | 65 |
| Binary | 1101011 | 10100 | 11111100 | 111010 | 1011100 | 0 | 1 | 100000110 | 1100001 | 110101 |
Color Harmonies of #6B14FC
Complementary color
Monochromatic Colors of #6B14FC
Black with #6B14FC
Text Example
Text Example
White with #6B14FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B14FC; }
p { color: rgb(107,20,252); }
H1.HeaderClassName
{
color: #6B14FC;
}
.AnyTagClassName
{
color: #6B14FC;
}
</style>
background-color css
<style>
a { background-color: #6B14FC; }
a { background-color: rgb(107,20,252); }
div.DivClassName
{
background-color: #6B14FC;
}
.BgClassName
{
background-color: #6B14FC;
}
</style>
border-color css
<style>
span { border-color: #6B14FC; }
span { border-color: rgb(107,20,252); }
td.TdClassName
{
border-color: #6B14FC;
}
.TagClassName
{
border-color: #6B14FC;
}
</style>