Shades of Electric Indigo #6502DE
Tints of Electric Indigo #6502DE
RGB
CMYK
RGB Variations
Color information
#6502DE (or 0x6502DE) is known color: Electric Indigo. HEX triplet: 65, 02 and DE. RGB value is (101,2,222). Sum of RGB (Red+Green+Blue) = 101+2+222=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #6502DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502DE is #9AFD21. Grayscale: #373737. Windows color (decimal): -10157346 or 14549605. OLE color: 14549605.
HSL color Cylindrical-coordinate representation of color #6502DE: hue angle of 267º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502DE is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 2 | 222 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.13 |
| HSL | 267º | 0.98% | 0.44% | - |
| HSV(B) | 267º | 0.99% | 0.87% | - |
| XYZ | 18.57 | 8.08 | 69.69 | - |
| YUV | 56.68 | 221.3 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 222 | 0.55 | 0.99 | 0 | 0.13 | 267 | 0.98 | 0.44 |
| Hex | 65 | 2 | DE | 37 | 63 | 0 | D | 10B | 62 | 2C |
| Octal | 145 | 2 | 336 | 67 | 143 | 0 | 15 | 413 | 142 | 54 |
| Binary | 1100101 | 10 | 11011110 | 110111 | 1100011 | 0 | 1101 | 100001011 | 1100010 | 101100 |
Color Harmonies of #6502DE
Complementary color
Monochromatic Colors of #6502DE
Black with #6502DE
Text Example
Text Example
White with #6502DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502DE; }
p { color: rgb(101,2,222); }
H1.HeaderClassName
{
color: #6502DE;
}
.AnyTagClassName
{
color: #6502DE;
}
</style>
background-color css
<style>
a { background-color: #6502DE; }
a { background-color: rgb(101,2,222); }
div.DivClassName
{
background-color: #6502DE;
}
.BgClassName
{
background-color: #6502DE;
}
</style>
border-color css
<style>
span { border-color: #6502DE; }
span { border-color: rgb(101,2,222); }
td.TdClassName
{
border-color: #6502DE;
}
.TagClassName
{
border-color: #6502DE;
}
</style>