Shades of Electric Indigo #6303DB
Tints of Electric Indigo #6303DB
RGB
CMYK
RGB Variations
Color information
#6303DB (or 0x6303DB) is known color: Electric Indigo. HEX triplet: 63, 03 and DB. RGB value is (99,3,219). Sum of RGB (Red+Green+Blue) = 99+3+219=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #6303DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6303DB is #9CFC24. Grayscale: #373737. Windows color (decimal): -10288165 or 14353251. OLE color: 14353251.
HSL color Cylindrical-coordinate representation of color #6303DB: hue angle of 266.67º degrees, saturation: 0.97, 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 #6303DB is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 3 | 219 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.14 |
| HSL | 266.67º | 0.97% | 0.44% | - |
| HSV(B) | 266.67º | 0.99% | 0.86% | - |
| XYZ | 17.96 | 7.83 | 67.58 | - |
| YUV | 56.33 | 219.8 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 219 | 0.55 | 0.99 | 0 | 0.14 | 266.67 | 0.97 | 0.44 |
| Hex | 63 | 3 | DB | 37 | 63 | 0 | E | 10B | 61 | 2C |
| Octal | 143 | 3 | 333 | 67 | 143 | 0 | 16 | 413 | 141 | 54 |
| Binary | 1100011 | 11 | 11011011 | 110111 | 1100011 | 0 | 1110 | 100001011 | 1100001 | 101100 |
Color Harmonies of #6303DB
Complementary color
Monochromatic Colors of #6303DB
Black with #6303DB
Text Example
Text Example
White with #6303DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303DB; }
p { color: rgb(99,3,219); }
H1.HeaderClassName
{
color: #6303DB;
}
.AnyTagClassName
{
color: #6303DB;
}
</style>
background-color css
<style>
a { background-color: #6303DB; }
a { background-color: rgb(99,3,219); }
div.DivClassName
{
background-color: #6303DB;
}
.BgClassName
{
background-color: #6303DB;
}
</style>
border-color css
<style>
span { border-color: #6303DB; }
span { border-color: rgb(99,3,219); }
td.TdClassName
{
border-color: #6303DB;
}
.TagClassName
{
border-color: #6303DB;
}
</style>