Shades of Electric Indigo #6202FB
Tints of Electric Indigo #6202FB
RGB
CMYK
RGB Variations
Color information
#6202FB (or 0x6202FB) is known color: Electric Indigo. HEX triplet: 62, 02 and FB. RGB value is (98,2,251). Sum of RGB (Red+Green+Blue) = 98+2+251=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #6202FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6202FB is #9DFD04. Grayscale: #3A3A3A. Windows color (decimal): -10353925 or 16450146. OLE color: 16450146.
HSL color Cylindrical-coordinate representation of color #6202FB: hue angle of 263.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202FB is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 2 | 251 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.02 |
| HSL | 263.13º | 0.98% | 0.5% | - |
| HSV(B) | 263.13º | 0.99% | 0.98% | - |
| XYZ | 22.47 | 9.61 | 91.94 | - |
| YUV | 59.09 | 236.3 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 251 | 0.61 | 0.99 | 0 | 0.02 | 263.13 | 0.98 | 0.5 |
| Hex | 62 | 2 | FB | 3D | 63 | 0 | 2 | 107 | 62 | 32 |
| Octal | 142 | 2 | 373 | 75 | 143 | 0 | 2 | 407 | 142 | 62 |
| Binary | 1100010 | 10 | 11111011 | 111101 | 1100011 | 0 | 10 | 100000111 | 1100010 | 110010 |
Color Harmonies of #6202FB
Complementary color
Monochromatic Colors of #6202FB
Black with #6202FB
Text Example
Text Example
White with #6202FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6202FB; }
p { color: rgb(98,2,251); }
H1.HeaderClassName
{
color: #6202FB;
}
.AnyTagClassName
{
color: #6202FB;
}
</style>
background-color css
<style>
a { background-color: #6202FB; }
a { background-color: rgb(98,2,251); }
div.DivClassName
{
background-color: #6202FB;
}
.BgClassName
{
background-color: #6202FB;
}
</style>
border-color css
<style>
span { border-color: #6202FB; }
span { border-color: rgb(98,2,251); }
td.TdClassName
{
border-color: #6202FB;
}
.TagClassName
{
border-color: #6202FB;
}
</style>