Shades of Electric Indigo #6302DA
Tints of Electric Indigo #6302DA
RGB
CMYK
RGB Variations
Color information
#6302DA (or 0x6302DA) is known color: Electric Indigo. HEX triplet: 63, 02 and DA. RGB value is (99,2,218). Sum of RGB (Red+Green+Blue) = 99+2+218=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #6302DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302DA is #9CFD25. Grayscale: #363636. Windows color (decimal): -10288422 or 14287459. OLE color: 14287459.
HSL color Cylindrical-coordinate representation of color #6302DA: hue angle of 266.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302DA is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 2 | 218 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.15 |
| HSL | 266.94º | 0.98% | 0.43% | - |
| HSV(B) | 266.94º | 0.99% | 0.85% | - |
| XYZ | 17.82 | 7.76 | 66.89 | - |
| YUV | 55.63 | 219.64 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 218 | 0.55 | 0.99 | 0 | 0.15 | 266.94 | 0.98 | 0.43 |
| Hex | 63 | 2 | DA | 37 | 63 | 0 | F | 10B | 62 | 2B |
| Octal | 143 | 2 | 332 | 67 | 143 | 0 | 17 | 413 | 142 | 53 |
| Binary | 1100011 | 10 | 11011010 | 110111 | 1100011 | 0 | 1111 | 100001011 | 1100010 | 101011 |
Color Harmonies of #6302DA
Complementary color
Monochromatic Colors of #6302DA
Black with #6302DA
Text Example
Text Example
White with #6302DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302DA; }
p { color: rgb(99,2,218); }
H1.HeaderClassName
{
color: #6302DA;
}
.AnyTagClassName
{
color: #6302DA;
}
</style>
background-color css
<style>
a { background-color: #6302DA; }
a { background-color: rgb(99,2,218); }
div.DivClassName
{
background-color: #6302DA;
}
.BgClassName
{
background-color: #6302DA;
}
</style>
border-color css
<style>
span { border-color: #6302DA; }
span { border-color: rgb(99,2,218); }
td.TdClassName
{
border-color: #6302DA;
}
.TagClassName
{
border-color: #6302DA;
}
</style>