Shades of Electric Indigo #6503FB
Tints of Electric Indigo #6503FB
RGB
CMYK
RGB Variations
Color information
#6503FB (or 0x6503FB) is known color: Electric Indigo. HEX triplet: 65, 03 and FB. RGB value is (101,3,251). Sum of RGB (Red+Green+Blue) = 101+3+251=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #6503FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6503FB is #9AFC04. Grayscale: #3B3B3B. Windows color (decimal): -10157061 or 16450405. OLE color: 16450405.
HSL color Cylindrical-coordinate representation of color #6503FB: hue angle of 263.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6503FB is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 3 | 251 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.02 |
| HSL | 263.71º | 0.98% | 0.5% | - |
| HSV(B) | 263.71º | 0.99% | 0.98% | - |
| XYZ | 22.81 | 9.8 | 91.96 | - |
| YUV | 60.57 | 235.47 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 251 | 0.60 | 0.99 | 0 | 0.02 | 263.71 | 0.98 | 0.5 |
| Hex | 65 | 3 | FB | 3C | 63 | 0 | 2 | 108 | 62 | 32 |
| Octal | 145 | 3 | 373 | 74 | 143 | 0 | 2 | 410 | 142 | 62 |
| Binary | 1100101 | 11 | 11111011 | 111100 | 1100011 | 0 | 10 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6503FB
Complementary color
Monochromatic Colors of #6503FB
Black with #6503FB
Text Example
Text Example
White with #6503FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6503FB; }
p { color: rgb(101,3,251); }
H1.HeaderClassName
{
color: #6503FB;
}
.AnyTagClassName
{
color: #6503FB;
}
</style>
background-color css
<style>
a { background-color: #6503FB; }
a { background-color: rgb(101,3,251); }
div.DivClassName
{
background-color: #6503FB;
}
.BgClassName
{
background-color: #6503FB;
}
</style>
border-color css
<style>
span { border-color: #6503FB; }
span { border-color: rgb(101,3,251); }
td.TdClassName
{
border-color: #6503FB;
}
.TagClassName
{
border-color: #6503FB;
}
</style>