Shades of Electric Indigo #6101EF
Tints of Electric Indigo #6101EF
RGB
CMYK
RGB Variations
Color information
#6101EF (or 0x6101EF) is known color: Electric Indigo. HEX triplet: 61, 01 and EF. RGB value is (97,1,239). Sum of RGB (Red+Green+Blue) = 97+1+239=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #6101EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6101EF is #9EFE10. Grayscale: #373737. Windows color (decimal): -10419729 or 15663457. OLE color: 15663457.
HSL color Cylindrical-coordinate representation of color #6101EF: hue angle of 264.2º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101EF is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 1 | 239 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.06 |
| HSL | 264.2º | 0.99% | 0.47% | - |
| HSV(B) | 264.2º | 1% | 0.94% | - |
| XYZ | 20.52 | 8.8 | 82.28 | - |
| YUV | 56.84 | 230.8 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 239 | 0.59 | 1.00 | 0 | 0.06 | 264.2 | 0.99 | 0.47 |
| Hex | 61 | 1 | EF | 3B | 64 | 0 | 6 | 108 | 63 | 2F |
| Octal | 141 | 1 | 357 | 73 | 144 | 0 | 6 | 410 | 143 | 57 |
| Binary | 1100001 | 1 | 11101111 | 111011 | 1100100 | 0 | 110 | 100001000 | 1100011 | 101111 |
Color Harmonies of #6101EF
Complementary color
Monochromatic Colors of #6101EF
Black with #6101EF
Text Example
Text Example
White with #6101EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101EF; }
p { color: rgb(97,1,239); }
H1.HeaderClassName
{
color: #6101EF;
}
.AnyTagClassName
{
color: #6101EF;
}
</style>
background-color css
<style>
a { background-color: #6101EF; }
a { background-color: rgb(97,1,239); }
div.DivClassName
{
background-color: #6101EF;
}
.BgClassName
{
background-color: #6101EF;
}
</style>
border-color css
<style>
span { border-color: #6101EF; }
span { border-color: rgb(97,1,239); }
td.TdClassName
{
border-color: #6101EF;
}
.TagClassName
{
border-color: #6101EF;
}
</style>