Shades of Electric Indigo #6502DD
Tints of Electric Indigo #6502DD
RGB
CMYK
RGB Variations
Color information
#6502DD (or 0x6502DD) is known color: Electric Indigo. HEX triplet: 65, 02 and DD. RGB value is (101,2,221). Sum of RGB (Red+Green+Blue) = 101+2+221=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #6502DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502DD is #9AFD22. Grayscale: #373737. Windows color (decimal): -10157347 or 14484069. OLE color: 14484069.
HSL color Cylindrical-coordinate representation of color #6502DD: hue angle of 267.12º 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 #6502DD is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 2 | 221 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.13 |
| HSL | 267.12º | 0.98% | 0.44% | - |
| HSV(B) | 267.12º | 0.99% | 0.87% | - |
| XYZ | 18.44 | 8.03 | 68.98 | - |
| YUV | 56.57 | 220.8 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 221 | 0.54 | 0.99 | 0 | 0.13 | 267.12 | 0.98 | 0.44 |
| Hex | 65 | 2 | DD | 36 | 63 | 0 | D | 10B | 62 | 2C |
| Octal | 145 | 2 | 335 | 66 | 143 | 0 | 15 | 413 | 142 | 54 |
| Binary | 1100101 | 10 | 11011101 | 110110 | 1100011 | 0 | 1101 | 100001011 | 1100010 | 101100 |
Color Harmonies of #6502DD
Complementary color
Monochromatic Colors of #6502DD
Black with #6502DD
Text Example
Text Example
White with #6502DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502DD; }
p { color: rgb(101,2,221); }
H1.HeaderClassName
{
color: #6502DD;
}
.AnyTagClassName
{
color: #6502DD;
}
</style>
background-color css
<style>
a { background-color: #6502DD; }
a { background-color: rgb(101,2,221); }
div.DivClassName
{
background-color: #6502DD;
}
.BgClassName
{
background-color: #6502DD;
}
</style>
border-color css
<style>
span { border-color: #6502DD; }
span { border-color: rgb(101,2,221); }
td.TdClassName
{
border-color: #6502DD;
}
.TagClassName
{
border-color: #6502DD;
}
</style>