Shades of Electric Indigo #6504E2
Tints of Electric Indigo #6504E2
RGB
CMYK
RGB Variations
Color information
#6504E2 (or 0x6504E2) is known color: Electric Indigo. HEX triplet: 65, 04 and E2. RGB value is (101,4,226). Sum of RGB (Red+Green+Blue) = 101+4+226=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 226 (88.67% from 255 or 68.28% from 331); Max value from RGB is 226 - color contains mainly: blue. Hex color #6504E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6504E2 is #9AFB1D. Grayscale: #393939. Windows color (decimal): -10156830 or 14812261. OLE color: 14812261.
HSL color Cylindrical-coordinate representation of color #6504E2: hue angle of 266.22º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6504E2 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 4 | 226 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.11 |
| HSL | 266.22º | 0.97% | 0.45% | - |
| HSV(B) | 266.22º | 0.98% | 0.89% | - |
| XYZ | 19.14 | 8.34 | 72.55 | - |
| YUV | 58.31 | 222.64 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 226 | 0.55 | 0.98 | 0 | 0.11 | 266.22 | 0.97 | 0.45 |
| Hex | 65 | 4 | E2 | 37 | 62 | 0 | B | 10A | 61 | 2D |
| Octal | 145 | 4 | 342 | 67 | 142 | 0 | 13 | 412 | 141 | 55 |
| Binary | 1100101 | 100 | 11100010 | 110111 | 1100010 | 0 | 1011 | 100001010 | 1100001 | 101101 |
Color Harmonies of #6504E2
Complementary color
Monochromatic Colors of #6504E2
Black with #6504E2
Text Example
Text Example
White with #6504E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6504E2; }
p { color: rgb(101,4,226); }
H1.HeaderClassName
{
color: #6504E2;
}
.AnyTagClassName
{
color: #6504E2;
}
</style>
background-color css
<style>
a { background-color: #6504E2; }
a { background-color: rgb(101,4,226); }
div.DivClassName
{
background-color: #6504E2;
}
.BgClassName
{
background-color: #6504E2;
}
</style>
border-color css
<style>
span { border-color: #6504E2; }
span { border-color: rgb(101,4,226); }
td.TdClassName
{
border-color: #6504E2;
}
.TagClassName
{
border-color: #6504E2;
}
</style>