Shades of Electric Indigo #6304EA
Tints of Electric Indigo #6304EA
RGB
CMYK
RGB Variations
Color information
#6304EA (or 0x6304EA) is known color: Electric Indigo. HEX triplet: 63, 04 and EA. RGB value is (99,4,234). Sum of RGB (Red+Green+Blue) = 99+4+234=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #6304EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6304EA is #9CFB15. Grayscale: #393939. Windows color (decimal): -10287894 or 15336547. OLE color: 15336547.
HSL color Cylindrical-coordinate representation of color #6304EA: hue angle of 264.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304EA is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 4 | 234 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.08 |
| HSL | 264.78º | 0.97% | 0.47% | - |
| HSV(B) | 264.78º | 0.98% | 0.92% | - |
| XYZ | 20.04 | 8.68 | 78.46 | - |
| YUV | 58.63 | 226.97 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 234 | 0.58 | 0.98 | 0 | 0.08 | 264.78 | 0.97 | 0.47 |
| Hex | 63 | 4 | EA | 3A | 62 | 0 | 8 | 109 | 61 | 2F |
| Octal | 143 | 4 | 352 | 72 | 142 | 0 | 10 | 411 | 141 | 57 |
| Binary | 1100011 | 100 | 11101010 | 111010 | 1100010 | 0 | 1000 | 100001001 | 1100001 | 101111 |
Color Harmonies of #6304EA
Complementary color
Monochromatic Colors of #6304EA
Black with #6304EA
Text Example
Text Example
White with #6304EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304EA; }
p { color: rgb(99,4,234); }
H1.HeaderClassName
{
color: #6304EA;
}
.AnyTagClassName
{
color: #6304EA;
}
</style>
background-color css
<style>
a { background-color: #6304EA; }
a { background-color: rgb(99,4,234); }
div.DivClassName
{
background-color: #6304EA;
}
.BgClassName
{
background-color: #6304EA;
}
</style>
border-color css
<style>
span { border-color: #6304EA; }
span { border-color: rgb(99,4,234); }
td.TdClassName
{
border-color: #6304EA;
}
.TagClassName
{
border-color: #6304EA;
}
</style>