Shades of Electric Indigo #6501FF
Tints of Electric Indigo #6501FF
RGB
CMYK
RGB Variations
Color information
#6501FF (or 0x6501FF) is known color: Electric Indigo. HEX triplet: 65, 01 and FF. RGB value is (101,1,255). Sum of RGB (Red+Green+Blue) = 101+1+255=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #6501FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6501FF is #9AFE00. Grayscale: #3A3A3A. Windows color (decimal): -10157569 or 16712037. OLE color: 16712037.
HSL color Cylindrical-coordinate representation of color #6501FF: hue angle of 263.62º 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 #6501FF is Cyan = 0.60, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 1 | 255 | - |
| CMYK | 0.60 | 1.00 | 0 | 0 |
| HSL | 263.62º | 1% | 0.5% | - |
| HSV(B) | 263.62º | 1% | 1% | - |
| XYZ | 23.43 | 10.01 | 95.3 | - |
| YUV | 59.86 | 238.13 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 255 | 0.60 | 1.00 | 0 | 0 | 263.62 | 1 | 0.5 |
| Hex | 65 | 1 | FF | 3C | 64 | 0 | 0 | 108 | 64 | 32 |
| Octal | 145 | 1 | 377 | 74 | 144 | 0 | 0 | 410 | 144 | 62 |
| Binary | 1100101 | 1 | 11111111 | 111100 | 1100100 | 0 | 0 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6501FF
Complementary color
Monochromatic Colors of #6501FF
Black with #6501FF
Text Example
Text Example
White with #6501FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501FF; }
p { color: rgb(101,1,255); }
H1.HeaderClassName
{
color: #6501FF;
}
.AnyTagClassName
{
color: #6501FF;
}
</style>
background-color css
<style>
a { background-color: #6501FF; }
a { background-color: rgb(101,1,255); }
div.DivClassName
{
background-color: #6501FF;
}
.BgClassName
{
background-color: #6501FF;
}
</style>
border-color css
<style>
span { border-color: #6501FF; }
span { border-color: rgb(101,1,255); }
td.TdClassName
{
border-color: #6501FF;
}
.TagClassName
{
border-color: #6501FF;
}
</style>