Shades of Electric Indigo #6302F3
Tints of Electric Indigo #6302F3
RGB
CMYK
RGB Variations
Color information
#6302F3 (or 0x6302F3) is known color: Electric Indigo. HEX triplet: 63, 02 and F3. RGB value is (99,2,243). Sum of RGB (Red+Green+Blue) = 99+2+243=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 243 (95.31% from 255 or 70.64% from 344); Max value from RGB is 243 - color contains mainly: blue. Hex color #6302F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6302F3 is #9CFD0C. Grayscale: #393939. Windows color (decimal): -10288397 or 15925859. OLE color: 15925859.
HSL color Cylindrical-coordinate representation of color #6302F3: hue angle of 264.15º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302F3 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 2 | 243 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.05 |
| HSL | 264.15º | 0.98% | 0.48% | - |
| HSV(B) | 264.15º | 0.99% | 0.95% | - |
| XYZ | 21.34 | 9.17 | 85.44 | - |
| YUV | 58.48 | 232.14 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 243 | 0.59 | 0.99 | 0 | 0.05 | 264.15 | 0.98 | 0.48 |
| Hex | 63 | 2 | F3 | 3B | 63 | 0 | 5 | 108 | 62 | 30 |
| Octal | 143 | 2 | 363 | 73 | 143 | 0 | 5 | 410 | 142 | 60 |
| Binary | 1100011 | 10 | 11110011 | 111011 | 1100011 | 0 | 101 | 100001000 | 1100010 | 110000 |
Color Harmonies of #6302F3
Complementary color
Monochromatic Colors of #6302F3
Black with #6302F3
Text Example
Text Example
White with #6302F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302F3; }
p { color: rgb(99,2,243); }
H1.HeaderClassName
{
color: #6302F3;
}
.AnyTagClassName
{
color: #6302F3;
}
</style>
background-color css
<style>
a { background-color: #6302F3; }
a { background-color: rgb(99,2,243); }
div.DivClassName
{
background-color: #6302F3;
}
.BgClassName
{
background-color: #6302F3;
}
</style>
border-color css
<style>
span { border-color: #6302F3; }
span { border-color: rgb(99,2,243); }
td.TdClassName
{
border-color: #6302F3;
}
.TagClassName
{
border-color: #6302F3;
}
</style>