Shades of Electric Indigo #6100DF
Tints of Electric Indigo #6100DF
RGB
CMYK
RGB Variations
Color information
#6100DF (or 0x6100DF) is known color: Electric Indigo. HEX triplet: 61, 00 and DF. RGB value is (97,0,223). Sum of RGB (Red+Green+Blue) = 97+0+223=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #6100DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100DF is #9EFF20. Grayscale: #353535. Windows color (decimal): -10420001 or 14614625. OLE color: 14614625.
HSL color Cylindrical-coordinate representation of color #6100DF: hue angle of 266.1º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6100DF is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 0 | 223 | - |
| CMYK | 0.57 | 1 | 0 | 0.13 |
| HSL | 266.1º | 1% | 0.44% | - |
| HSV(B) | 266.1º | 1% | 0.87% | - |
| XYZ | 18.25 | 7.87 | 70.37 | - |
| YUV | 54.43 | 223.14 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 223 | 0.57 | 1 | 0 | 0.13 | 266.1 | 1 | 0.44 |
| Hex | 61 | 0 | DF | 39 | 64 | 0 | D | 10A | 64 | 2C |
| Octal | 141 | 0 | 337 | 71 | 144 | 0 | 15 | 412 | 144 | 54 |
| Binary | 1100001 | 0 | 11011111 | 111001 | 1100100 | 0 | 1101 | 100001010 | 1100100 | 101100 |
Color Harmonies of #6100DF
Complementary color
Monochromatic Colors of #6100DF
Black with #6100DF
Text Example
Text Example
White with #6100DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6100DF; }
p { color: rgb(97,0,223); }
H1.HeaderClassName
{
color: #6100DF;
}
.AnyTagClassName
{
color: #6100DF;
}
</style>
background-color css
<style>
a { background-color: #6100DF; }
a { background-color: rgb(97,0,223); }
div.DivClassName
{
background-color: #6100DF;
}
.BgClassName
{
background-color: #6100DF;
}
</style>
border-color css
<style>
span { border-color: #6100DF; }
span { border-color: rgb(97,0,223); }
td.TdClassName
{
border-color: #6100DF;
}
.TagClassName
{
border-color: #6100DF;
}
</style>