Shades of Electric Indigo #6302DD
Tints of Electric Indigo #6302DD
RGB
CMYK
RGB Variations
Color information
#6302DD (or 0x6302DD) is known color: Electric Indigo. HEX triplet: 63, 02 and DD. RGB value is (99,2,221). Sum of RGB (Red+Green+Blue) = 99+2+221=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #6302DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302DD is #9CFD22. Grayscale: #373737. Windows color (decimal): -10288419 or 14484067. OLE color: 14484067.
HSL color Cylindrical-coordinate representation of color #6302DD: hue angle of 266.58º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302DD is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 2 | 221 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.13 |
| HSL | 266.58º | 0.98% | 0.44% | - |
| HSV(B) | 266.58º | 0.99% | 0.87% | - |
| XYZ | 18.22 | 7.92 | 68.97 | - |
| YUV | 55.97 | 221.14 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 221 | 0.55 | 0.99 | 0 | 0.13 | 266.58 | 0.98 | 0.44 |
| Hex | 63 | 2 | DD | 37 | 63 | 0 | D | 10B | 62 | 2C |
| Octal | 143 | 2 | 335 | 67 | 143 | 0 | 15 | 413 | 142 | 54 |
| Binary | 1100011 | 10 | 11011101 | 110111 | 1100011 | 0 | 1101 | 100001011 | 1100010 | 101100 |
Color Harmonies of #6302DD
Complementary color
Monochromatic Colors of #6302DD
Black with #6302DD
Text Example
Text Example
White with #6302DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302DD; }
p { color: rgb(99,2,221); }
H1.HeaderClassName
{
color: #6302DD;
}
.AnyTagClassName
{
color: #6302DD;
}
</style>
background-color css
<style>
a { background-color: #6302DD; }
a { background-color: rgb(99,2,221); }
div.DivClassName
{
background-color: #6302DD;
}
.BgClassName
{
background-color: #6302DD;
}
</style>
border-color css
<style>
span { border-color: #6302DD; }
span { border-color: rgb(99,2,221); }
td.TdClassName
{
border-color: #6302DD;
}
.TagClassName
{
border-color: #6302DD;
}
</style>