Shades of Electric Indigo #6502D1
Tints of Electric Indigo #6502D1
RGB
CMYK
RGB Variations
Color information
#6502D1 (or 0x6502D1) is known color: Electric Indigo. HEX triplet: 65, 02 and D1. RGB value is (101,2,209). Sum of RGB (Red+Green+Blue) = 101+2+209=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 209 (82.03% from 255 or 66.99% from 312); Max value from RGB is 209 - color contains mainly: blue. Hex color #6502D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502D1 is #9AFD2E. Grayscale: #363636. Windows color (decimal): -10157359 or 13697637. OLE color: 13697637.
HSL color Cylindrical-coordinate representation of color #6502D1: hue angle of 268.7º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502D1 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 2 | 209 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.18 |
| HSL | 268.7º | 0.98% | 0.41% | - |
| HSV(B) | 268.7º | 0.99% | 0.82% | - |
| XYZ | 16.9 | 7.41 | 60.86 | - |
| YUV | 55.2 | 214.8 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 209 | 0.52 | 0.99 | 0 | 0.18 | 268.7 | 0.98 | 0.41 |
| Hex | 65 | 2 | D1 | 34 | 63 | 0 | 12 | 10D | 62 | 29 |
| Octal | 145 | 2 | 321 | 64 | 143 | 0 | 22 | 415 | 142 | 51 |
| Binary | 1100101 | 10 | 11010001 | 110100 | 1100011 | 0 | 10010 | 100001101 | 1100010 | 101001 |
Color Harmonies of #6502D1
Complementary color
Monochromatic Colors of #6502D1
Black with #6502D1
Text Example
Text Example
White with #6502D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502D1; }
p { color: rgb(101,2,209); }
H1.HeaderClassName
{
color: #6502D1;
}
.AnyTagClassName
{
color: #6502D1;
}
</style>
background-color css
<style>
a { background-color: #6502D1; }
a { background-color: rgb(101,2,209); }
div.DivClassName
{
background-color: #6502D1;
}
.BgClassName
{
background-color: #6502D1;
}
</style>
border-color css
<style>
span { border-color: #6502D1; }
span { border-color: rgb(101,2,209); }
td.TdClassName
{
border-color: #6502D1;
}
.TagClassName
{
border-color: #6502D1;
}
</style>