Shades of Electric Indigo #6101DC
Tints of Electric Indigo #6101DC
RGB
CMYK
RGB Variations
Color information
#6101DC (or 0x6101DC) is known color: Electric Indigo. HEX triplet: 61, 01 and DC. RGB value is (97,1,220). Sum of RGB (Red+Green+Blue) = 97+1+220=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #6101DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6101DC is #9EFE23. Grayscale: #353535. Windows color (decimal): -10419748 or 14418273. OLE color: 14418273.
HSL color Cylindrical-coordinate representation of color #6101DC: hue angle of 266.3º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101DC is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 1 | 220 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.14 |
| HSL | 266.3º | 0.99% | 0.43% | - |
| HSV(B) | 266.3º | 1% | 0.86% | - |
| XYZ | 17.86 | 7.73 | 68.26 | - |
| YUV | 54.67 | 221.3 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 220 | 0.56 | 1.00 | 0 | 0.14 | 266.3 | 0.99 | 0.43 |
| Hex | 61 | 1 | DC | 38 | 64 | 0 | E | 10A | 63 | 2B |
| Octal | 141 | 1 | 334 | 70 | 144 | 0 | 16 | 412 | 143 | 53 |
| Binary | 1100001 | 1 | 11011100 | 111000 | 1100100 | 0 | 1110 | 100001010 | 1100011 | 101011 |
Color Harmonies of #6101DC
Complementary color
Monochromatic Colors of #6101DC
Black with #6101DC
Text Example
Text Example
White with #6101DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101DC; }
p { color: rgb(97,1,220); }
H1.HeaderClassName
{
color: #6101DC;
}
.AnyTagClassName
{
color: #6101DC;
}
</style>
background-color css
<style>
a { background-color: #6101DC; }
a { background-color: rgb(97,1,220); }
div.DivClassName
{
background-color: #6101DC;
}
.BgClassName
{
background-color: #6101DC;
}
</style>
border-color css
<style>
span { border-color: #6101DC; }
span { border-color: rgb(97,1,220); }
td.TdClassName
{
border-color: #6101DC;
}
.TagClassName
{
border-color: #6101DC;
}
</style>