Shades of Electric Indigo #6510FC
Tints of Electric Indigo #6510FC
RGB
CMYK
RGB Variations
Color information
#6510FC (or 0x6510FC) is known color: Electric Indigo. HEX triplet: 65, 10 and FC. RGB value is (101,16,252). Sum of RGB (Red+Green+Blue) = 101+16+252=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #6510FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6510FC is #9AEF03. Grayscale: #434343. Windows color (decimal): -10153732 or 16519269. OLE color: 16519269.
HSL color Cylindrical-coordinate representation of color #6510FC: hue angle of 261.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6510FC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 16 | 252 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.01 |
| HSL | 261.61º | 0.98% | 0.53% | - |
| HSV(B) | 261.61º | 0.94% | 0.99% | - |
| XYZ | 23.12 | 10.17 | 92.84 | - |
| YUV | 68.32 | 231.66 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 252 | 0.60 | 0.94 | 0 | 0.01 | 261.61 | 0.98 | 0.53 |
| Hex | 65 | 10 | FC | 3C | 5E | 0 | 1 | 106 | 62 | 35 |
| Octal | 145 | 20 | 374 | 74 | 136 | 0 | 1 | 406 | 142 | 65 |
| Binary | 1100101 | 10000 | 11111100 | 111100 | 1011110 | 0 | 1 | 100000110 | 1100010 | 110101 |
Color Harmonies of #6510FC
Complementary color
Monochromatic Colors of #6510FC
Black with #6510FC
Text Example
Text Example
White with #6510FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6510FC; }
p { color: rgb(101,16,252); }
H1.HeaderClassName
{
color: #6510FC;
}
.AnyTagClassName
{
color: #6510FC;
}
</style>
background-color css
<style>
a { background-color: #6510FC; }
a { background-color: rgb(101,16,252); }
div.DivClassName
{
background-color: #6510FC;
}
.BgClassName
{
background-color: #6510FC;
}
</style>
border-color css
<style>
span { border-color: #6510FC; }
span { border-color: rgb(101,16,252); }
td.TdClassName
{
border-color: #6510FC;
}
.TagClassName
{
border-color: #6510FC;
}
</style>