Shades of Electric Indigo #6304FD
Tints of Electric Indigo #6304FD
RGB
CMYK
RGB Variations
Color information
#6304FD (or 0x6304FD) is known color: Electric Indigo. HEX triplet: 63, 04 and FD. RGB value is (99,4,253). Sum of RGB (Red+Green+Blue) = 99+4+253=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #6304FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6304FD is #9CFB02. Grayscale: #3B3B3B. Windows color (decimal): -10287875 or 16581731. OLE color: 16581731.
HSL color Cylindrical-coordinate representation of color #6304FD: hue angle of 262.89º 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 #6304FD is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 4 | 253 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.01 |
| HSL | 262.89º | 0.98% | 0.5% | - |
| HSV(B) | 262.89º | 0.98% | 0.99% | - |
| XYZ | 22.92 | 9.83 | 93.62 | - |
| YUV | 60.79 | 236.47 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 253 | 0.61 | 0.98 | 0 | 0.01 | 262.89 | 0.98 | 0.5 |
| Hex | 63 | 4 | FD | 3D | 62 | 0 | 1 | 107 | 62 | 32 |
| Octal | 143 | 4 | 375 | 75 | 142 | 0 | 1 | 407 | 142 | 62 |
| Binary | 1100011 | 100 | 11111101 | 111101 | 1100010 | 0 | 1 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6304FD
Complementary color
Monochromatic Colors of #6304FD
Black with #6304FD
Text Example
Text Example
White with #6304FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304FD; }
p { color: rgb(99,4,253); }
H1.HeaderClassName
{
color: #6304FD;
}
.AnyTagClassName
{
color: #6304FD;
}
</style>
background-color css
<style>
a { background-color: #6304FD; }
a { background-color: rgb(99,4,253); }
div.DivClassName
{
background-color: #6304FD;
}
.BgClassName
{
background-color: #6304FD;
}
</style>
border-color css
<style>
span { border-color: #6304FD; }
span { border-color: rgb(99,4,253); }
td.TdClassName
{
border-color: #6304FD;
}
.TagClassName
{
border-color: #6304FD;
}
</style>