Shades of Electric Indigo #6505DC
Tints of Electric Indigo #6505DC
RGB
CMYK
RGB Variations
Color information
#6505DC (or 0x6505DC) is known color: Electric Indigo. HEX triplet: 65, 05 and DC. RGB value is (101,5,220). Sum of RGB (Red+Green+Blue) = 101+5+220=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #6505DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6505DC is #9AFA23. Grayscale: #393939. Windows color (decimal): -10156580 or 14419301. OLE color: 14419301.
HSL color Cylindrical-coordinate representation of color #6505DC: hue angle of 266.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6505DC is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 5 | 220 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.14 |
| HSL | 266.79º | 0.96% | 0.44% | - |
| HSV(B) | 266.79º | 0.98% | 0.86% | - |
| XYZ | 18.34 | 8.04 | 68.3 | - |
| YUV | 58.21 | 219.3 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 220 | 0.54 | 0.98 | 0 | 0.14 | 266.79 | 0.96 | 0.44 |
| Hex | 65 | 5 | DC | 36 | 62 | 0 | E | 10B | 60 | 2C |
| Octal | 145 | 5 | 334 | 66 | 142 | 0 | 16 | 413 | 140 | 54 |
| Binary | 1100101 | 101 | 11011100 | 110110 | 1100010 | 0 | 1110 | 100001011 | 1100000 | 101100 |
Color Harmonies of #6505DC
Complementary color
Monochromatic Colors of #6505DC
Black with #6505DC
Text Example
Text Example
White with #6505DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6505DC; }
p { color: rgb(101,5,220); }
H1.HeaderClassName
{
color: #6505DC;
}
.AnyTagClassName
{
color: #6505DC;
}
</style>
background-color css
<style>
a { background-color: #6505DC; }
a { background-color: rgb(101,5,220); }
div.DivClassName
{
background-color: #6505DC;
}
.BgClassName
{
background-color: #6505DC;
}
</style>
border-color css
<style>
span { border-color: #6505DC; }
span { border-color: rgb(101,5,220); }
td.TdClassName
{
border-color: #6505DC;
}
.TagClassName
{
border-color: #6505DC;
}
</style>