Shades of Electric Indigo #6304FA
Tints of Electric Indigo #6304FA
RGB
CMYK
RGB Variations
Color information
#6304FA (or 0x6304FA) is known color: Electric Indigo. HEX triplet: 63, 04 and FA. RGB value is (99,4,250). Sum of RGB (Red+Green+Blue) = 99+4+250=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #6304FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6304FA is #9CFB05. Grayscale: #3B3B3B. Windows color (decimal): -10287878 or 16385123. OLE color: 16385123.
HSL color Cylindrical-coordinate representation of color #6304FA: hue angle of 263.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304FA is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 4 | 250 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.02 |
| HSL | 263.17º | 0.97% | 0.5% | - |
| HSV(B) | 263.17º | 0.98% | 0.98% | - |
| XYZ | 22.44 | 9.64 | 91.12 | - |
| YUV | 60.45 | 234.97 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 250 | 0.60 | 0.98 | 0 | 0.02 | 263.17 | 0.97 | 0.5 |
| Hex | 63 | 4 | FA | 3C | 62 | 0 | 2 | 107 | 61 | 32 |
| Octal | 143 | 4 | 372 | 74 | 142 | 0 | 2 | 407 | 141 | 62 |
| Binary | 1100011 | 100 | 11111010 | 111100 | 1100010 | 0 | 10 | 100000111 | 1100001 | 110010 |
Color Harmonies of #6304FA
Complementary color
Monochromatic Colors of #6304FA
Black with #6304FA
Text Example
Text Example
White with #6304FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304FA; }
p { color: rgb(99,4,250); }
H1.HeaderClassName
{
color: #6304FA;
}
.AnyTagClassName
{
color: #6304FA;
}
</style>
background-color css
<style>
a { background-color: #6304FA; }
a { background-color: rgb(99,4,250); }
div.DivClassName
{
background-color: #6304FA;
}
.BgClassName
{
background-color: #6304FA;
}
</style>
border-color css
<style>
span { border-color: #6304FA; }
span { border-color: rgb(99,4,250); }
td.TdClassName
{
border-color: #6304FA;
}
.TagClassName
{
border-color: #6304FA;
}
</style>