Shades of Electric Indigo #6501FB
Tints of Electric Indigo #6501FB
RGB
CMYK
RGB Variations
Color information
#6501FB (or 0x6501FB) is known color: Electric Indigo. HEX triplet: 65, 01 and FB. RGB value is (101,1,251). Sum of RGB (Red+Green+Blue) = 101+1+251=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #6501FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6501FB is #9AFE04. Grayscale: #3A3A3A. Windows color (decimal): -10157573 or 16449893. OLE color: 16449893.
HSL color Cylindrical-coordinate representation of color #6501FB: hue angle of 264º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501FB is Cyan = 0.60, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 1 | 251 | - |
| CMYK | 0.60 | 1.00 | 0 | 0.02 |
| HSL | 264º | 0.99% | 0.49% | - |
| HSV(B) | 264º | 1% | 0.98% | - |
| XYZ | 22.79 | 9.75 | 91.95 | - |
| YUV | 59.4 | 236.13 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 251 | 0.60 | 1.00 | 0 | 0.02 | 264 | 0.99 | 0.49 |
| Hex | 65 | 1 | FB | 3C | 64 | 0 | 2 | 108 | 63 | 31 |
| Octal | 145 | 1 | 373 | 74 | 144 | 0 | 2 | 410 | 143 | 61 |
| Binary | 1100101 | 1 | 11111011 | 111100 | 1100100 | 0 | 10 | 100001000 | 1100011 | 110001 |
Color Harmonies of #6501FB
Complementary color
Monochromatic Colors of #6501FB
Black with #6501FB
Text Example
Text Example
White with #6501FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501FB; }
p { color: rgb(101,1,251); }
H1.HeaderClassName
{
color: #6501FB;
}
.AnyTagClassName
{
color: #6501FB;
}
</style>
background-color css
<style>
a { background-color: #6501FB; }
a { background-color: rgb(101,1,251); }
div.DivClassName
{
background-color: #6501FB;
}
.BgClassName
{
background-color: #6501FB;
}
</style>
border-color css
<style>
span { border-color: #6501FB; }
span { border-color: rgb(101,1,251); }
td.TdClassName
{
border-color: #6501FB;
}
.TagClassName
{
border-color: #6501FB;
}
</style>