Shades of Electric Indigo #6304E3
Tints of Electric Indigo #6304E3
RGB
CMYK
RGB Variations
Color information
#6304E3 (or 0x6304E3) is known color: Electric Indigo. HEX triplet: 63, 04 and E3. RGB value is (99,4,227). Sum of RGB (Red+Green+Blue) = 99+4+227=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 227 (89.06% from 255 or 68.79% from 330); Max value from RGB is 227 - color contains mainly: blue. Hex color #6304E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304E3 is #9CFB1C. Grayscale: #393939. Windows color (decimal): -10287901 or 14877795. OLE color: 14877795.
HSL color Cylindrical-coordinate representation of color #6304E3: hue angle of 265.56º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304E3 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 4 | 227 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.11 |
| HSL | 265.56º | 0.97% | 0.45% | - |
| HSV(B) | 265.56º | 0.98% | 0.89% | - |
| XYZ | 19.05 | 8.29 | 73.27 | - |
| YUV | 57.83 | 223.47 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 227 | 0.56 | 0.98 | 0 | 0.11 | 265.56 | 0.97 | 0.45 |
| Hex | 63 | 4 | E3 | 38 | 62 | 0 | B | 10A | 61 | 2D |
| Octal | 143 | 4 | 343 | 70 | 142 | 0 | 13 | 412 | 141 | 55 |
| Binary | 1100011 | 100 | 11100011 | 111000 | 1100010 | 0 | 1011 | 100001010 | 1100001 | 101101 |
Color Harmonies of #6304E3
Complementary color
Monochromatic Colors of #6304E3
Black with #6304E3
Text Example
Text Example
White with #6304E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304E3; }
p { color: rgb(99,4,227); }
H1.HeaderClassName
{
color: #6304E3;
}
.AnyTagClassName
{
color: #6304E3;
}
</style>
background-color css
<style>
a { background-color: #6304E3; }
a { background-color: rgb(99,4,227); }
div.DivClassName
{
background-color: #6304E3;
}
.BgClassName
{
background-color: #6304E3;
}
</style>
border-color css
<style>
span { border-color: #6304E3; }
span { border-color: rgb(99,4,227); }
td.TdClassName
{
border-color: #6304E3;
}
.TagClassName
{
border-color: #6304E3;
}
</style>