Shades of Electric Indigo #6302DC
Tints of Electric Indigo #6302DC
RGB
CMYK
RGB Variations
Color information
#6302DC (or 0x6302DC) is known color: Electric Indigo. HEX triplet: 63, 02 and DC. RGB value is (99,2,220). Sum of RGB (Red+Green+Blue) = 99+2+220=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #6302DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302DC is #9CFD23. Grayscale: #373737. Windows color (decimal): -10288420 or 14418531. OLE color: 14418531.
HSL color Cylindrical-coordinate representation of color #6302DC: hue angle of 266.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302DC is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 2 | 220 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.14 |
| HSL | 266.7º | 0.98% | 0.44% | - |
| HSV(B) | 266.7º | 0.99% | 0.86% | - |
| XYZ | 18.09 | 7.86 | 68.27 | - |
| YUV | 55.86 | 220.64 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 220 | 0.55 | 0.99 | 0 | 0.14 | 266.7 | 0.98 | 0.44 |
| Hex | 63 | 2 | DC | 37 | 63 | 0 | E | 10B | 62 | 2C |
| Octal | 143 | 2 | 334 | 67 | 143 | 0 | 16 | 413 | 142 | 54 |
| Binary | 1100011 | 10 | 11011100 | 110111 | 1100011 | 0 | 1110 | 100001011 | 1100010 | 101100 |
Color Harmonies of #6302DC
Complementary color
Monochromatic Colors of #6302DC
Black with #6302DC
Text Example
Text Example
White with #6302DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302DC; }
p { color: rgb(99,2,220); }
H1.HeaderClassName
{
color: #6302DC;
}
.AnyTagClassName
{
color: #6302DC;
}
</style>
background-color css
<style>
a { background-color: #6302DC; }
a { background-color: rgb(99,2,220); }
div.DivClassName
{
background-color: #6302DC;
}
.BgClassName
{
background-color: #6302DC;
}
</style>
border-color css
<style>
span { border-color: #6302DC; }
span { border-color: rgb(99,2,220); }
td.TdClassName
{
border-color: #6302DC;
}
.TagClassName
{
border-color: #6302DC;
}
</style>