Shades of Electric Indigo #6304FC
Tints of Electric Indigo #6304FC
RGB
CMYK
RGB Variations
Color information
#6304FC (or 0x6304FC) is known color: Electric Indigo. HEX triplet: 63, 04 and FC. RGB value is (99,4,252). Sum of RGB (Red+Green+Blue) = 99+4+252=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #6304FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6304FC is #9CFB03. Grayscale: #3B3B3B. Windows color (decimal): -10287876 or 16516195. OLE color: 16516195.
HSL color Cylindrical-coordinate representation of color #6304FC: hue angle of 262.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304FC is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 4 | 252 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.01 |
| HSL | 262.98º | 0.98% | 0.5% | - |
| HSV(B) | 262.98º | 0.98% | 0.99% | - |
| XYZ | 22.76 | 9.77 | 92.78 | - |
| YUV | 60.68 | 235.97 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 252 | 0.61 | 0.98 | 0 | 0.01 | 262.98 | 0.98 | 0.5 |
| Hex | 63 | 4 | FC | 3D | 62 | 0 | 1 | 107 | 62 | 32 |
| Octal | 143 | 4 | 374 | 75 | 142 | 0 | 1 | 407 | 142 | 62 |
| Binary | 1100011 | 100 | 11111100 | 111101 | 1100010 | 0 | 1 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6304FC
Complementary color
Monochromatic Colors of #6304FC
Black with #6304FC
Text Example
Text Example
White with #6304FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304FC; }
p { color: rgb(99,4,252); }
H1.HeaderClassName
{
color: #6304FC;
}
.AnyTagClassName
{
color: #6304FC;
}
</style>
background-color css
<style>
a { background-color: #6304FC; }
a { background-color: rgb(99,4,252); }
div.DivClassName
{
background-color: #6304FC;
}
.BgClassName
{
background-color: #6304FC;
}
</style>
border-color css
<style>
span { border-color: #6304FC; }
span { border-color: rgb(99,4,252); }
td.TdClassName
{
border-color: #6304FC;
}
.TagClassName
{
border-color: #6304FC;
}
</style>