Shades of Electric Indigo #6402F3
Tints of Electric Indigo #6402F3
RGB
CMYK
RGB Variations
Color information
#6402F3 (or 0x6402F3) is known color: Electric Indigo. HEX triplet: 64, 02 and F3. RGB value is (100,2,243). Sum of RGB (Red+Green+Blue) = 100+2+243=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 243 (95.31% from 255 or 70.43% from 345); Max value from RGB is 243 - color contains mainly: blue. Hex color #6402F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6402F3 is #9BFD0C. Grayscale: #393939. Windows color (decimal): -10222861 or 15925860. OLE color: 15925860.
HSL color Cylindrical-coordinate representation of color #6402F3: hue angle of 264.4º 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 #6402F3 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 2 | 243 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.05 |
| HSL | 264.4º | 0.98% | 0.48% | - |
| HSV(B) | 264.4º | 0.99% | 0.95% | - |
| XYZ | 21.45 | 9.22 | 85.44 | - |
| YUV | 58.78 | 231.97 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 243 | 0.59 | 0.99 | 0 | 0.05 | 264.4 | 0.98 | 0.48 |
| Hex | 64 | 2 | F3 | 3B | 63 | 0 | 5 | 108 | 62 | 30 |
| Octal | 144 | 2 | 363 | 73 | 143 | 0 | 5 | 410 | 142 | 60 |
| Binary | 1100100 | 10 | 11110011 | 111011 | 1100011 | 0 | 101 | 100001000 | 1100010 | 110000 |
Color Harmonies of #6402F3
Complementary color
Monochromatic Colors of #6402F3
Black with #6402F3
Text Example
Text Example
White with #6402F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402F3; }
p { color: rgb(100,2,243); }
H1.HeaderClassName
{
color: #6402F3;
}
.AnyTagClassName
{
color: #6402F3;
}
</style>
background-color css
<style>
a { background-color: #6402F3; }
a { background-color: rgb(100,2,243); }
div.DivClassName
{
background-color: #6402F3;
}
.BgClassName
{
background-color: #6402F3;
}
</style>
border-color css
<style>
span { border-color: #6402F3; }
span { border-color: rgb(100,2,243); }
td.TdClassName
{
border-color: #6402F3;
}
.TagClassName
{
border-color: #6402F3;
}
</style>