Shades of Electric Indigo #6403FB
Tints of Electric Indigo #6403FB
RGB
CMYK
RGB Variations
Color information
#6403FB (or 0x6403FB) is known color: Electric Indigo. HEX triplet: 64, 03 and FB. RGB value is (100,3,251). Sum of RGB (Red+Green+Blue) = 100+3+251=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #6403FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6403FB is #9BFC04. Grayscale: #3B3B3B. Windows color (decimal): -10222597 or 16450404. OLE color: 16450404.
HSL color Cylindrical-coordinate representation of color #6403FB: hue angle of 263.47º 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 #6403FB is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 3 | 251 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.02 |
| HSL | 263.47º | 0.98% | 0.5% | - |
| HSV(B) | 263.47º | 0.99% | 0.98% | - |
| XYZ | 22.7 | 9.74 | 91.95 | - |
| YUV | 60.28 | 235.64 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 251 | 0.60 | 0.99 | 0 | 0.02 | 263.47 | 0.98 | 0.5 |
| Hex | 64 | 3 | FB | 3C | 63 | 0 | 2 | 107 | 62 | 32 |
| Octal | 144 | 3 | 373 | 74 | 143 | 0 | 2 | 407 | 142 | 62 |
| Binary | 1100100 | 11 | 11111011 | 111100 | 1100011 | 0 | 10 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6403FB
Complementary color
Monochromatic Colors of #6403FB
Black with #6403FB
Text Example
Text Example
White with #6403FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403FB; }
p { color: rgb(100,3,251); }
H1.HeaderClassName
{
color: #6403FB;
}
.AnyTagClassName
{
color: #6403FB;
}
</style>
background-color css
<style>
a { background-color: #6403FB; }
a { background-color: rgb(100,3,251); }
div.DivClassName
{
background-color: #6403FB;
}
.BgClassName
{
background-color: #6403FB;
}
</style>
border-color css
<style>
span { border-color: #6403FB; }
span { border-color: rgb(100,3,251); }
td.TdClassName
{
border-color: #6403FB;
}
.TagClassName
{
border-color: #6403FB;
}
</style>