Shades of Electric Indigo #6500FF
Tints of Electric Indigo #6500FF
RGB
CMYK
RGB Variations
Color information
#6500FF (or 0x6500FF) is known color: Electric Indigo. HEX triplet: 65, 00 and FF. RGB value is (101,0,255). Sum of RGB (Red+Green+Blue) = 101+0+255=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #6500FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6500FF is #9AFF00. Grayscale: #3A3A3A. Windows color (decimal): -10157825 or 16711781. OLE color: 16711781.
HSL color Cylindrical-coordinate representation of color #6500FF: hue angle of 263.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6500FF is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 0 | 255 | - |
| CMYK | 0.60 | 1 | 0 | 0 |
| HSL | 263.76º | 1% | 0.5% | - |
| HSV(B) | 263.76º | 1% | 1% | - |
| XYZ | 23.42 | 9.99 | 95.3 | - |
| YUV | 59.27 | 238.46 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 255 | 0.60 | 1 | 0 | 0 | 263.76 | 1 | 0.5 |
| Hex | 65 | 0 | FF | 3C | 64 | 0 | 0 | 108 | 64 | 32 |
| Octal | 145 | 0 | 377 | 74 | 144 | 0 | 0 | 410 | 144 | 62 |
| Binary | 1100101 | 0 | 11111111 | 111100 | 1100100 | 0 | 0 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6500FF
Complementary color
Monochromatic Colors of #6500FF
Black with #6500FF
Text Example
Text Example
White with #6500FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6500FF; }
p { color: rgb(101,0,255); }
H1.HeaderClassName
{
color: #6500FF;
}
.AnyTagClassName
{
color: #6500FF;
}
</style>
background-color css
<style>
a { background-color: #6500FF; }
a { background-color: rgb(101,0,255); }
div.DivClassName
{
background-color: #6500FF;
}
.BgClassName
{
background-color: #6500FF;
}
</style>
border-color css
<style>
span { border-color: #6500FF; }
span { border-color: rgb(101,0,255); }
td.TdClassName
{
border-color: #6500FF;
}
.TagClassName
{
border-color: #6500FF;
}
</style>