Shades of Electric Indigo #6101EE
Tints of Electric Indigo #6101EE
RGB
CMYK
RGB Variations
Color information
#6101EE (or 0x6101EE) is known color: Electric Indigo. HEX triplet: 61, 01 and EE. RGB value is (97,1,238). Sum of RGB (Red+Green+Blue) = 97+1+238=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #6101EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6101EE is #9EFE11. Grayscale: #373737. Windows color (decimal): -10419730 or 15597921. OLE color: 15597921.
HSL color Cylindrical-coordinate representation of color #6101EE: hue angle of 264.3º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101EE is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 1 | 238 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.07 |
| HSL | 264.3º | 0.99% | 0.47% | - |
| HSV(B) | 264.3º | 1% | 0.93% | - |
| XYZ | 20.37 | 8.74 | 81.5 | - |
| YUV | 56.72 | 230.3 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 238 | 0.59 | 1.00 | 0 | 0.07 | 264.3 | 0.99 | 0.47 |
| Hex | 61 | 1 | EE | 3B | 64 | 0 | 7 | 108 | 63 | 2F |
| Octal | 141 | 1 | 356 | 73 | 144 | 0 | 7 | 410 | 143 | 57 |
| Binary | 1100001 | 1 | 11101110 | 111011 | 1100100 | 0 | 111 | 100001000 | 1100011 | 101111 |
Color Harmonies of #6101EE
Complementary color
Monochromatic Colors of #6101EE
Black with #6101EE
Text Example
Text Example
White with #6101EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101EE; }
p { color: rgb(97,1,238); }
H1.HeaderClassName
{
color: #6101EE;
}
.AnyTagClassName
{
color: #6101EE;
}
</style>
background-color css
<style>
a { background-color: #6101EE; }
a { background-color: rgb(97,1,238); }
div.DivClassName
{
background-color: #6101EE;
}
.BgClassName
{
background-color: #6101EE;
}
</style>
border-color css
<style>
span { border-color: #6101EE; }
span { border-color: rgb(97,1,238); }
td.TdClassName
{
border-color: #6101EE;
}
.TagClassName
{
border-color: #6101EE;
}
</style>