Shades of Electric Indigo #6505FF
Tints of Electric Indigo #6505FF
RGB
CMYK
RGB Variations
Color information
#6505FF (or 0x6505FF) is known color: Electric Indigo. HEX triplet: 65, 05 and FF. RGB value is (101,5,255). Sum of RGB (Red+Green+Blue) = 101+5+255=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #6505FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6505FF is #9AFA00. Grayscale: #3D3D3D. Windows color (decimal): -10156545 or 16713061. OLE color: 16713061.
HSL color Cylindrical-coordinate representation of color #6505FF: hue angle of 263.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6505FF is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 5 | 255 | - |
| CMYK | 0.60 | 0.98 | 0 | 0 |
| HSL | 263.04º | 1% | 0.51% | - |
| HSV(B) | 263.04º | 0.98% | 1% | - |
| XYZ | 23.47 | 10.1 | 95.32 | - |
| YUV | 62.2 | 236.8 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 255 | 0.60 | 0.98 | 0 | 0 | 263.04 | 1 | 0.51 |
| Hex | 65 | 5 | FF | 3C | 62 | 0 | 0 | 107 | 64 | 33 |
| Octal | 145 | 5 | 377 | 74 | 142 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100101 | 101 | 11111111 | 111100 | 1100010 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6505FF
Complementary color
Monochromatic Colors of #6505FF
Black with #6505FF
Text Example
Text Example
White with #6505FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6505FF; }
p { color: rgb(101,5,255); }
H1.HeaderClassName
{
color: #6505FF;
}
.AnyTagClassName
{
color: #6505FF;
}
</style>
background-color css
<style>
a { background-color: #6505FF; }
a { background-color: rgb(101,5,255); }
div.DivClassName
{
background-color: #6505FF;
}
.BgClassName
{
background-color: #6505FF;
}
</style>
border-color css
<style>
span { border-color: #6505FF; }
span { border-color: rgb(101,5,255); }
td.TdClassName
{
border-color: #6505FF;
}
.TagClassName
{
border-color: #6505FF;
}
</style>