Shades of Electric Indigo #6302EA
Tints of Electric Indigo #6302EA
RGB
CMYK
RGB Variations
Color information
#6302EA (or 0x6302EA) is known color: Electric Indigo. HEX triplet: 63, 02 and EA. RGB value is (99,2,234). Sum of RGB (Red+Green+Blue) = 99+2+234=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #6302EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302EA is #9CFD15. Grayscale: #383838. Windows color (decimal): -10288406 or 15336035. OLE color: 15336035.
HSL color Cylindrical-coordinate representation of color #6302EA: hue angle of 265.09º degrees, saturation: 0.98, 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 #6302EA is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 2 | 234 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.08 |
| HSL | 265.09º | 0.98% | 0.46% | - |
| HSV(B) | 265.09º | 0.99% | 0.92% | - |
| XYZ | 20.02 | 8.64 | 78.45 | - |
| YUV | 57.45 | 227.64 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 234 | 0.58 | 0.99 | 0 | 0.08 | 265.09 | 0.98 | 0.46 |
| Hex | 63 | 2 | EA | 3A | 63 | 0 | 8 | 109 | 62 | 2E |
| Octal | 143 | 2 | 352 | 72 | 143 | 0 | 10 | 411 | 142 | 56 |
| Binary | 1100011 | 10 | 11101010 | 111010 | 1100011 | 0 | 1000 | 100001001 | 1100010 | 101110 |
Color Harmonies of #6302EA
Complementary color
Monochromatic Colors of #6302EA
Black with #6302EA
Text Example
Text Example
White with #6302EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302EA; }
p { color: rgb(99,2,234); }
H1.HeaderClassName
{
color: #6302EA;
}
.AnyTagClassName
{
color: #6302EA;
}
</style>
background-color css
<style>
a { background-color: #6302EA; }
a { background-color: rgb(99,2,234); }
div.DivClassName
{
background-color: #6302EA;
}
.BgClassName
{
background-color: #6302EA;
}
</style>
border-color css
<style>
span { border-color: #6302EA; }
span { border-color: rgb(99,2,234); }
td.TdClassName
{
border-color: #6302EA;
}
.TagClassName
{
border-color: #6302EA;
}
</style>