Shades of Electric Indigo #6504DF
Tints of Electric Indigo #6504DF
RGB
CMYK
RGB Variations
Color information
#6504DF (or 0x6504DF) is known color: Electric Indigo. HEX triplet: 65, 04 and DF. RGB value is (101,4,223). Sum of RGB (Red+Green+Blue) = 101+4+223=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #6504DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6504DF is #9AFB20. Grayscale: #393939. Windows color (decimal): -10156833 or 14615653. OLE color: 14615653.
HSL color Cylindrical-coordinate representation of color #6504DF: hue angle of 266.58º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6504DF is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 4 | 223 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.13 |
| HSL | 266.58º | 0.96% | 0.45% | - |
| HSV(B) | 266.58º | 0.98% | 0.87% | - |
| XYZ | 18.73 | 8.18 | 70.4 | - |
| YUV | 57.97 | 221.14 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 223 | 0.55 | 0.98 | 0 | 0.13 | 266.58 | 0.96 | 0.45 |
| Hex | 65 | 4 | DF | 37 | 62 | 0 | D | 10B | 60 | 2D |
| Octal | 145 | 4 | 337 | 67 | 142 | 0 | 15 | 413 | 140 | 55 |
| Binary | 1100101 | 100 | 11011111 | 110111 | 1100010 | 0 | 1101 | 100001011 | 1100000 | 101101 |
Color Harmonies of #6504DF
Complementary color
Monochromatic Colors of #6504DF
Black with #6504DF
Text Example
Text Example
White with #6504DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6504DF; }
p { color: rgb(101,4,223); }
H1.HeaderClassName
{
color: #6504DF;
}
.AnyTagClassName
{
color: #6504DF;
}
</style>
background-color css
<style>
a { background-color: #6504DF; }
a { background-color: rgb(101,4,223); }
div.DivClassName
{
background-color: #6504DF;
}
.BgClassName
{
background-color: #6504DF;
}
</style>
border-color css
<style>
span { border-color: #6504DF; }
span { border-color: rgb(101,4,223); }
td.TdClassName
{
border-color: #6504DF;
}
.TagClassName
{
border-color: #6504DF;
}
</style>