Shades of Electric Indigo #6512FE
Tints of Electric Indigo #6512FE
RGB
CMYK
RGB Variations
Color information
#6512FE (or 0x6512FE) is known color: Electric Indigo. HEX triplet: 65, 12 and FE. RGB value is (101,18,254). Sum of RGB (Red+Green+Blue) = 101+18+254=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #6512FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6512FE is #9AED01. Grayscale: #444444. Windows color (decimal): -10153218 or 16650853. OLE color: 16650853.
HSL color Cylindrical-coordinate representation of color #6512FE: hue angle of 261.1º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6512FE is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 18 | 254 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.00 |
| HSL | 261.1º | 0.99% | 0.53% | - |
| HSV(B) | 261.1º | 0.93% | 1% | - |
| XYZ | 23.47 | 10.36 | 94.53 | - |
| YUV | 69.72 | 232 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 254 | 0.60 | 0.93 | 0 | 0.00 | 261.1 | 0.99 | 0.53 |
| Hex | 65 | 12 | FE | 3C | 5D | 0 | 0 | 105 | 63 | 35 |
| Octal | 145 | 22 | 376 | 74 | 135 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100101 | 10010 | 11111110 | 111100 | 1011101 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #6512FE
Complementary color
Monochromatic Colors of #6512FE
Black with #6512FE
Text Example
Text Example
White with #6512FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512FE; }
p { color: rgb(101,18,254); }
H1.HeaderClassName
{
color: #6512FE;
}
.AnyTagClassName
{
color: #6512FE;
}
</style>
background-color css
<style>
a { background-color: #6512FE; }
a { background-color: rgb(101,18,254); }
div.DivClassName
{
background-color: #6512FE;
}
.BgClassName
{
background-color: #6512FE;
}
</style>
border-color css
<style>
span { border-color: #6512FE; }
span { border-color: rgb(101,18,254); }
td.TdClassName
{
border-color: #6512FE;
}
.TagClassName
{
border-color: #6512FE;
}
</style>