Shades of Electric Indigo #6716FE
Tints of Electric Indigo #6716FE
RGB
CMYK
RGB Variations
Color information
#6716FE (or 0x6716FE) is known color: Electric Indigo. HEX triplet: 67, 16 and FE. RGB value is (103,22,254). Sum of RGB (Red+Green+Blue) = 103+22+254=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #6716FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6716FE is #98E901. Grayscale: #474747. Windows color (decimal): -10021122 or 16651879. OLE color: 16651879.
HSL color Cylindrical-coordinate representation of color #6716FE: hue angle of 260.95º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6716FE is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 22 | 254 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.00 |
| HSL | 260.95º | 0.99% | 0.54% | - |
| HSV(B) | 260.95º | 0.91% | 1% | - |
| XYZ | 23.77 | 10.61 | 94.56 | - |
| YUV | 72.67 | 230.34 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 254 | 0.59 | 0.91 | 0 | 0.00 | 260.95 | 0.99 | 0.54 |
| Hex | 67 | 16 | FE | 3B | 5B | 0 | 0 | 105 | 63 | 36 |
| Octal | 147 | 26 | 376 | 73 | 133 | 0 | 0 | 405 | 143 | 66 |
| Binary | 1100111 | 10110 | 11111110 | 111011 | 1011011 | 0 | 0 | 100000101 | 1100011 | 110110 |
Color Harmonies of #6716FE
Complementary color
Monochromatic Colors of #6716FE
Black with #6716FE
Text Example
Text Example
White with #6716FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6716FE; }
p { color: rgb(103,22,254); }
H1.HeaderClassName
{
color: #6716FE;
}
.AnyTagClassName
{
color: #6716FE;
}
</style>
background-color css
<style>
a { background-color: #6716FE; }
a { background-color: rgb(103,22,254); }
div.DivClassName
{
background-color: #6716FE;
}
.BgClassName
{
background-color: #6716FE;
}
</style>
border-color css
<style>
span { border-color: #6716FE; }
span { border-color: rgb(103,22,254); }
td.TdClassName
{
border-color: #6716FE;
}
.TagClassName
{
border-color: #6716FE;
}
</style>