Shades of Electric Indigo #6303FB
Tints of Electric Indigo #6303FB
RGB
CMYK
RGB Variations
Color information
#6303FB (or 0x6303FB) is known color: Electric Indigo. HEX triplet: 63, 03 and FB. RGB value is (99,3,251). Sum of RGB (Red+Green+Blue) = 99+3+251=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #6303FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6303FB is #9CFC04. Grayscale: #3B3B3B. Windows color (decimal): -10288133 or 16450403. OLE color: 16450403.
HSL color Cylindrical-coordinate representation of color #6303FB: hue angle of 263.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303FB is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 3 | 251 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.02 |
| HSL | 263.23º | 0.98% | 0.5% | - |
| HSV(B) | 263.23º | 0.99% | 0.98% | - |
| XYZ | 22.59 | 9.68 | 91.95 | - |
| YUV | 59.98 | 235.8 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 251 | 0.61 | 0.99 | 0 | 0.02 | 263.23 | 0.98 | 0.5 |
| Hex | 63 | 3 | FB | 3D | 63 | 0 | 2 | 107 | 62 | 32 |
| Octal | 143 | 3 | 373 | 75 | 143 | 0 | 2 | 407 | 142 | 62 |
| Binary | 1100011 | 11 | 11111011 | 111101 | 1100011 | 0 | 10 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6303FB
Complementary color
Monochromatic Colors of #6303FB
Black with #6303FB
Text Example
Text Example
White with #6303FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303FB; }
p { color: rgb(99,3,251); }
H1.HeaderClassName
{
color: #6303FB;
}
.AnyTagClassName
{
color: #6303FB;
}
</style>
background-color css
<style>
a { background-color: #6303FB; }
a { background-color: rgb(99,3,251); }
div.DivClassName
{
background-color: #6303FB;
}
.BgClassName
{
background-color: #6303FB;
}
</style>
border-color css
<style>
span { border-color: #6303FB; }
span { border-color: rgb(99,3,251); }
td.TdClassName
{
border-color: #6303FB;
}
.TagClassName
{
border-color: #6303FB;
}
</style>