Shades of Electric Indigo #6302FD
Tints of Electric Indigo #6302FD
RGB
CMYK
RGB Variations
Color information
#6302FD (or 0x6302FD) is known color: Electric Indigo. HEX triplet: 63, 02 and FD. RGB value is (99,2,253). Sum of RGB (Red+Green+Blue) = 99+2+253=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #6302FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302FD is #9CFD02. Grayscale: #3A3A3A. Windows color (decimal): -10288387 or 16581219. OLE color: 16581219.
HSL color Cylindrical-coordinate representation of color #6302FD: hue angle of 263.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302FD is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 2 | 253 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.01 |
| HSL | 263.19º | 0.98% | 0.5% | - |
| HSV(B) | 263.19º | 0.99% | 0.99% | - |
| XYZ | 22.9 | 9.79 | 93.61 | - |
| YUV | 59.62 | 237.14 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 253 | 0.61 | 0.99 | 0 | 0.01 | 263.19 | 0.98 | 0.5 |
| Hex | 63 | 2 | FD | 3D | 63 | 0 | 1 | 107 | 62 | 32 |
| Octal | 143 | 2 | 375 | 75 | 143 | 0 | 1 | 407 | 142 | 62 |
| Binary | 1100011 | 10 | 11111101 | 111101 | 1100011 | 0 | 1 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6302FD
Complementary color
Monochromatic Colors of #6302FD
Black with #6302FD
Text Example
Text Example
White with #6302FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302FD; }
p { color: rgb(99,2,253); }
H1.HeaderClassName
{
color: #6302FD;
}
.AnyTagClassName
{
color: #6302FD;
}
</style>
background-color css
<style>
a { background-color: #6302FD; }
a { background-color: rgb(99,2,253); }
div.DivClassName
{
background-color: #6302FD;
}
.BgClassName
{
background-color: #6302FD;
}
</style>
border-color css
<style>
span { border-color: #6302FD; }
span { border-color: rgb(99,2,253); }
td.TdClassName
{
border-color: #6302FD;
}
.TagClassName
{
border-color: #6302FD;
}
</style>