Shades of Electric Indigo #6303FF
Tints of Electric Indigo #6303FF
RGB
CMYK
RGB Variations
Color information
#6303FF (or 0x6303FF) is known color: Electric Indigo. HEX triplet: 63, 03 and FF. RGB value is (99,3,255). Sum of RGB (Red+Green+Blue) = 99+3+255=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #6303FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6303FF is #9CFC00. Grayscale: #3B3B3B. Windows color (decimal): -10288129 or 16712547. OLE color: 16712547.
HSL color Cylindrical-coordinate representation of color #6303FF: hue angle of 262.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303FF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 3 | 255 | - |
| CMYK | 0.61 | 0.99 | 0 | 0 |
| HSL | 262.86º | 1% | 0.51% | - |
| HSV(B) | 262.86º | 0.99% | 1% | - |
| XYZ | 23.23 | 9.94 | 95.3 | - |
| YUV | 60.43 | 237.8 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 255 | 0.61 | 0.99 | 0 | 0 | 262.86 | 1 | 0.51 |
| Hex | 63 | 3 | FF | 3D | 63 | 0 | 0 | 107 | 64 | 33 |
| Octal | 143 | 3 | 377 | 75 | 143 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100011 | 11 | 11111111 | 111101 | 1100011 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6303FF
Complementary color
Monochromatic Colors of #6303FF
Black with #6303FF
Text Example
Text Example
White with #6303FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303FF; }
p { color: rgb(99,3,255); }
H1.HeaderClassName
{
color: #6303FF;
}
.AnyTagClassName
{
color: #6303FF;
}
</style>
background-color css
<style>
a { background-color: #6303FF; }
a { background-color: rgb(99,3,255); }
div.DivClassName
{
background-color: #6303FF;
}
.BgClassName
{
background-color: #6303FF;
}
</style>
border-color css
<style>
span { border-color: #6303FF; }
span { border-color: rgb(99,3,255); }
td.TdClassName
{
border-color: #6303FF;
}
.TagClassName
{
border-color: #6303FF;
}
</style>