Shades of Electric Indigo #6102F3
Tints of Electric Indigo #6102F3
RGB
CMYK
RGB Variations
Color information
#6102F3 (or 0x6102F3) is known color: Electric Indigo. HEX triplet: 61, 02 and F3. RGB value is (97,2,243). Sum of RGB (Red+Green+Blue) = 97+2+243=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #6102F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6102F3 is #9EFD0C. Grayscale: #393939. Windows color (decimal): -10419469 or 15925857. OLE color: 15925857.
HSL color Cylindrical-coordinate representation of color #6102F3: hue angle of 263.65º 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 #6102F3 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 2 | 243 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.05 |
| HSL | 263.65º | 0.98% | 0.48% | - |
| HSV(B) | 263.65º | 0.99% | 0.95% | - |
| XYZ | 21.13 | 9.06 | 85.43 | - |
| YUV | 57.88 | 232.47 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 243 | 0.60 | 0.99 | 0 | 0.05 | 263.65 | 0.98 | 0.48 |
| Hex | 61 | 2 | F3 | 3C | 63 | 0 | 5 | 108 | 62 | 30 |
| Octal | 141 | 2 | 363 | 74 | 143 | 0 | 5 | 410 | 142 | 60 |
| Binary | 1100001 | 10 | 11110011 | 111100 | 1100011 | 0 | 101 | 100001000 | 1100010 | 110000 |
Color Harmonies of #6102F3
Complementary color
Monochromatic Colors of #6102F3
Black with #6102F3
Text Example
Text Example
White with #6102F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102F3; }
p { color: rgb(97,2,243); }
H1.HeaderClassName
{
color: #6102F3;
}
.AnyTagClassName
{
color: #6102F3;
}
</style>
background-color css
<style>
a { background-color: #6102F3; }
a { background-color: rgb(97,2,243); }
div.DivClassName
{
background-color: #6102F3;
}
.BgClassName
{
background-color: #6102F3;
}
</style>
border-color css
<style>
span { border-color: #6102F3; }
span { border-color: rgb(97,2,243); }
td.TdClassName
{
border-color: #6102F3;
}
.TagClassName
{
border-color: #6102F3;
}
</style>