Shades of Electric Indigo #6302FF
Tints of Electric Indigo #6302FF
RGB
CMYK
RGB Variations
Color information
#6302FF (or 0x6302FF) is known color: Electric Indigo. HEX triplet: 63, 02 and FF. RGB value is (99,2,255). Sum of RGB (Red+Green+Blue) = 99+2+255=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #6302FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302FF is #9CFD00. Grayscale: #3A3A3A. Windows color (decimal): -10288385 or 16712291. OLE color: 16712291.
HSL color Cylindrical-coordinate representation of color #6302FF: hue angle of 263º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302FF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 2 | 255 | - |
| CMYK | 0.61 | 0.99 | 0 | 0 |
| HSL | 263º | 1% | 0.5% | - |
| HSV(B) | 263º | 0.99% | 1% | - |
| XYZ | 23.22 | 9.92 | 95.3 | - |
| YUV | 59.85 | 238.14 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 255 | 0.61 | 0.99 | 0 | 0 | 263 | 1 | 0.5 |
| Hex | 63 | 2 | FF | 3D | 63 | 0 | 0 | 107 | 64 | 32 |
| Octal | 143 | 2 | 377 | 75 | 143 | 0 | 0 | 407 | 144 | 62 |
| Binary | 1100011 | 10 | 11111111 | 111101 | 1100011 | 0 | 0 | 100000111 | 1100100 | 110010 |
Color Harmonies of #6302FF
Complementary color
Monochromatic Colors of #6302FF
Black with #6302FF
Text Example
Text Example
White with #6302FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302FF; }
p { color: rgb(99,2,255); }
H1.HeaderClassName
{
color: #6302FF;
}
.AnyTagClassName
{
color: #6302FF;
}
</style>
background-color css
<style>
a { background-color: #6302FF; }
a { background-color: rgb(99,2,255); }
div.DivClassName
{
background-color: #6302FF;
}
.BgClassName
{
background-color: #6302FF;
}
</style>
border-color css
<style>
span { border-color: #6302FF; }
span { border-color: rgb(99,2,255); }
td.TdClassName
{
border-color: #6302FF;
}
.TagClassName
{
border-color: #6302FF;
}
</style>