Shades of Electric Indigo #6403FF
Tints of Electric Indigo #6403FF
RGB
CMYK
RGB Variations
Color information
#6403FF (or 0x6403FF) is known color: Electric Indigo. HEX triplet: 64, 03 and FF. RGB value is (100,3,255). Sum of RGB (Red+Green+Blue) = 100+3+255=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #6403FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6403FF is #9BFC00. Grayscale: #3B3B3B. Windows color (decimal): -10222593 or 16712548. OLE color: 16712548.
HSL color Cylindrical-coordinate representation of color #6403FF: hue angle of 263.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6403FF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 3 | 255 | - |
| CMYK | 0.61 | 0.99 | 0 | 0 |
| HSL | 263.1º | 1% | 0.51% | - |
| HSV(B) | 263.1º | 0.99% | 1% | - |
| XYZ | 23.34 | 9.99 | 95.31 | - |
| YUV | 60.73 | 237.64 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 255 | 0.61 | 0.99 | 0 | 0 | 263.1 | 1 | 0.51 |
| Hex | 64 | 3 | FF | 3D | 63 | 0 | 0 | 107 | 64 | 33 |
| Octal | 144 | 3 | 377 | 75 | 143 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100100 | 11 | 11111111 | 111101 | 1100011 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6403FF
Complementary color
Monochromatic Colors of #6403FF
Black with #6403FF
Text Example
Text Example
White with #6403FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403FF; }
p { color: rgb(100,3,255); }
H1.HeaderClassName
{
color: #6403FF;
}
.AnyTagClassName
{
color: #6403FF;
}
</style>
background-color css
<style>
a { background-color: #6403FF; }
a { background-color: rgb(100,3,255); }
div.DivClassName
{
background-color: #6403FF;
}
.BgClassName
{
background-color: #6403FF;
}
</style>
border-color css
<style>
span { border-color: #6403FF; }
span { border-color: rgb(100,3,255); }
td.TdClassName
{
border-color: #6403FF;
}
.TagClassName
{
border-color: #6403FF;
}
</style>