Shades of Electric Indigo #6303FC
Tints of Electric Indigo #6303FC
RGB
CMYK
RGB Variations
Color information
#6303FC (or 0x6303FC) is known color: Electric Indigo. HEX triplet: 63, 03 and FC. RGB value is (99,3,252). Sum of RGB (Red+Green+Blue) = 99+3+252=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #6303FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6303FC is #9CFC03. Grayscale: #3B3B3B. Windows color (decimal): -10288132 or 16515939. OLE color: 16515939.
HSL color Cylindrical-coordinate representation of color #6303FC: hue angle of 263.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303FC is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 3 | 252 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.01 |
| HSL | 263.13º | 0.98% | 0.5% | - |
| HSV(B) | 263.13º | 0.99% | 0.99% | - |
| XYZ | 22.75 | 9.75 | 92.78 | - |
| YUV | 60.09 | 236.3 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 252 | 0.61 | 0.99 | 0 | 0.01 | 263.13 | 0.98 | 0.5 |
| Hex | 63 | 3 | FC | 3D | 63 | 0 | 1 | 107 | 62 | 32 |
| Octal | 143 | 3 | 374 | 75 | 143 | 0 | 1 | 407 | 142 | 62 |
| Binary | 1100011 | 11 | 11111100 | 111101 | 1100011 | 0 | 1 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6303FC
Complementary color
Monochromatic Colors of #6303FC
Black with #6303FC
Text Example
Text Example
White with #6303FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303FC; }
p { color: rgb(99,3,252); }
H1.HeaderClassName
{
color: #6303FC;
}
.AnyTagClassName
{
color: #6303FC;
}
</style>
background-color css
<style>
a { background-color: #6303FC; }
a { background-color: rgb(99,3,252); }
div.DivClassName
{
background-color: #6303FC;
}
.BgClassName
{
background-color: #6303FC;
}
</style>
border-color css
<style>
span { border-color: #6303FC; }
span { border-color: rgb(99,3,252); }
td.TdClassName
{
border-color: #6303FC;
}
.TagClassName
{
border-color: #6303FC;
}
</style>