Shades of Electric Indigo #6304FF
Tints of Electric Indigo #6304FF
RGB
CMYK
RGB Variations
Color information
#6304FF (or 0x6304FF) is known color: Electric Indigo. HEX triplet: 63, 04 and FF. RGB value is (99,4,255). Sum of RGB (Red+Green+Blue) = 99+4+255=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 4 (1.95% from 255 or 1.12% 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 #6304FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6304FF is #9CFB00. Grayscale: #3C3C3C. Windows color (decimal): -10287873 or 16712803. OLE color: 16712803.
HSL color Cylindrical-coordinate representation of color #6304FF: hue angle of 262.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304FF is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 4 | 255 | - |
| CMYK | 0.61 | 0.98 | 0 | 0 |
| HSL | 262.71º | 1% | 0.51% | - |
| HSV(B) | 262.71º | 0.98% | 1% | - |
| XYZ | 23.24 | 9.96 | 95.31 | - |
| YUV | 61.02 | 237.47 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 255 | 0.61 | 0.98 | 0 | 0 | 262.71 | 1 | 0.51 |
| Hex | 63 | 4 | FF | 3D | 62 | 0 | 0 | 107 | 64 | 33 |
| Octal | 143 | 4 | 377 | 75 | 142 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100011 | 100 | 11111111 | 111101 | 1100010 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6304FF
Complementary color
Monochromatic Colors of #6304FF
Black with #6304FF
Text Example
Text Example
White with #6304FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304FF; }
p { color: rgb(99,4,255); }
H1.HeaderClassName
{
color: #6304FF;
}
.AnyTagClassName
{
color: #6304FF;
}
</style>
background-color css
<style>
a { background-color: #6304FF; }
a { background-color: rgb(99,4,255); }
div.DivClassName
{
background-color: #6304FF;
}
.BgClassName
{
background-color: #6304FF;
}
</style>
border-color css
<style>
span { border-color: #6304FF; }
span { border-color: rgb(99,4,255); }
td.TdClassName
{
border-color: #6304FF;
}
.TagClassName
{
border-color: #6304FF;
}
</style>