Shades of Electric Indigo #6303EA
Tints of Electric Indigo #6303EA
RGB
CMYK
RGB Variations
Color information
#6303EA (or 0x6303EA) is known color: Electric Indigo. HEX triplet: 63, 03 and EA. RGB value is (99,3,234). Sum of RGB (Red+Green+Blue) = 99+3+234=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #6303EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6303EA is #9CFC15. Grayscale: #393939. Windows color (decimal): -10288150 or 15336291. OLE color: 15336291.
HSL color Cylindrical-coordinate representation of color #6303EA: hue angle of 264.94º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6303EA is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 3 | 234 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.08 |
| HSL | 264.94º | 0.97% | 0.46% | - |
| HSV(B) | 264.94º | 0.99% | 0.92% | - |
| XYZ | 20.03 | 8.66 | 78.46 | - |
| YUV | 58.04 | 227.3 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 234 | 0.58 | 0.99 | 0 | 0.08 | 264.94 | 0.97 | 0.46 |
| Hex | 63 | 3 | EA | 3A | 63 | 0 | 8 | 109 | 61 | 2E |
| Octal | 143 | 3 | 352 | 72 | 143 | 0 | 10 | 411 | 141 | 56 |
| Binary | 1100011 | 11 | 11101010 | 111010 | 1100011 | 0 | 1000 | 100001001 | 1100001 | 101110 |
Color Harmonies of #6303EA
Complementary color
Monochromatic Colors of #6303EA
Black with #6303EA
Text Example
Text Example
White with #6303EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303EA; }
p { color: rgb(99,3,234); }
H1.HeaderClassName
{
color: #6303EA;
}
.AnyTagClassName
{
color: #6303EA;
}
</style>
background-color css
<style>
a { background-color: #6303EA; }
a { background-color: rgb(99,3,234); }
div.DivClassName
{
background-color: #6303EA;
}
.BgClassName
{
background-color: #6303EA;
}
</style>
border-color css
<style>
span { border-color: #6303EA; }
span { border-color: rgb(99,3,234); }
td.TdClassName
{
border-color: #6303EA;
}
.TagClassName
{
border-color: #6303EA;
}
</style>