Shades of Electric Indigo #6514FF
Tints of Electric Indigo #6514FF
RGB
CMYK
RGB Variations
Color information
#6514FF (or 0x6514FF) is known color: Electric Indigo. HEX triplet: 65, 14 and FF. RGB value is (101,20,255). Sum of RGB (Red+Green+Blue) = 101+20+255=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #6514FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6514FF is #9AEB00. Grayscale: #464646. Windows color (decimal): -10152705 or 16716901. OLE color: 16716901.
HSL color Cylindrical-coordinate representation of color #6514FF: hue angle of 260.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6514FF is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 20 | 255 | - |
| CMYK | 0.60 | 0.92 | 0 | 0 |
| HSL | 260.68º | 1% | 0.54% | - |
| HSV(B) | 260.68º | 0.92% | 1% | - |
| XYZ | 23.67 | 10.49 | 95.38 | - |
| YUV | 71.01 | 231.84 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 255 | 0.60 | 0.92 | 0 | 0 | 260.68 | 1 | 0.54 |
| Hex | 65 | 14 | FF | 3C | 5C | 0 | 0 | 105 | 64 | 36 |
| Octal | 145 | 24 | 377 | 74 | 134 | 0 | 0 | 405 | 144 | 66 |
| Binary | 1100101 | 10100 | 11111111 | 111100 | 1011100 | 0 | 0 | 100000101 | 1100100 | 110110 |
Color Harmonies of #6514FF
Complementary color
Monochromatic Colors of #6514FF
Black with #6514FF
Text Example
Text Example
White with #6514FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6514FF; }
p { color: rgb(101,20,255); }
H1.HeaderClassName
{
color: #6514FF;
}
.AnyTagClassName
{
color: #6514FF;
}
</style>
background-color css
<style>
a { background-color: #6514FF; }
a { background-color: rgb(101,20,255); }
div.DivClassName
{
background-color: #6514FF;
}
.BgClassName
{
background-color: #6514FF;
}
</style>
border-color css
<style>
span { border-color: #6514FF; }
span { border-color: rgb(101,20,255); }
td.TdClassName
{
border-color: #6514FF;
}
.TagClassName
{
border-color: #6514FF;
}
</style>