Shades of Electric Indigo #6503D4
Tints of Electric Indigo #6503D4
RGB
CMYK
RGB Variations
Color information
#6503D4 (or 0x6503D4) is known color: Electric Indigo. HEX triplet: 65, 03 and D4. RGB value is (101,3,212). Sum of RGB (Red+Green+Blue) = 101+3+212=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 212 (83.20% from 255 or 67.09% from 316); Max value from RGB is 212 - color contains mainly: blue. Hex color #6503D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6503D4 is #9AFC2B. Grayscale: #373737. Windows color (decimal): -10157100 or 13894501. OLE color: 13894501.
HSL color Cylindrical-coordinate representation of color #6503D4: hue angle of 268.13º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503D4 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 3 | 212 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.17 |
| HSL | 268.13º | 0.97% | 0.42% | - |
| HSV(B) | 268.13º | 0.99% | 0.83% | - |
| XYZ | 17.28 | 7.59 | 62.84 | - |
| YUV | 56.13 | 215.97 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 212 | 0.52 | 0.99 | 0 | 0.17 | 268.13 | 0.97 | 0.42 |
| Hex | 65 | 3 | D4 | 34 | 63 | 0 | 11 | 10C | 61 | 2A |
| Octal | 145 | 3 | 324 | 64 | 143 | 0 | 21 | 414 | 141 | 52 |
| Binary | 1100101 | 11 | 11010100 | 110100 | 1100011 | 0 | 10001 | 100001100 | 1100001 | 101010 |
Color Harmonies of #6503D4
Complementary color
Monochromatic Colors of #6503D4
Black with #6503D4
Text Example
Text Example
White with #6503D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503D4; }
p { color: rgb(101,3,212); }
H1.HeaderClassName
{
color: #6503D4;
}
.AnyTagClassName
{
color: #6503D4;
}
</style>
background-color css
<style>
a { background-color: #6503D4; }
a { background-color: rgb(101,3,212); }
div.DivClassName
{
background-color: #6503D4;
}
.BgClassName
{
background-color: #6503D4;
}
</style>
border-color css
<style>
span { border-color: #6503D4; }
span { border-color: rgb(101,3,212); }
td.TdClassName
{
border-color: #6503D4;
}
.TagClassName
{
border-color: #6503D4;
}
</style>