Shades of Electric Indigo #6101DA
Tints of Electric Indigo #6101DA
RGB
CMYK
RGB Variations
Color information
#6101DA (or 0x6101DA) is known color: Electric Indigo. HEX triplet: 61, 01 and DA. RGB value is (97,1,218). Sum of RGB (Red+Green+Blue) = 97+1+218=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #6101DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6101DA is #9EFE25. Grayscale: #353535. Windows color (decimal): -10419750 or 14287201. OLE color: 14287201.
HSL color Cylindrical-coordinate representation of color #6101DA: hue angle of 266.54º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6101DA is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 1 | 218 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.15 |
| HSL | 266.54º | 0.99% | 0.43% | - |
| HSV(B) | 266.54º | 1% | 0.85% | - |
| XYZ | 17.6 | 7.63 | 66.87 | - |
| YUV | 54.44 | 220.3 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 218 | 0.56 | 1.00 | 0 | 0.15 | 266.54 | 0.99 | 0.43 |
| Hex | 61 | 1 | DA | 38 | 64 | 0 | F | 10B | 63 | 2B |
| Octal | 141 | 1 | 332 | 70 | 144 | 0 | 17 | 413 | 143 | 53 |
| Binary | 1100001 | 1 | 11011010 | 111000 | 1100100 | 0 | 1111 | 100001011 | 1100011 | 101011 |
Color Harmonies of #6101DA
Complementary color
Monochromatic Colors of #6101DA
Black with #6101DA
Text Example
Text Example
White with #6101DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6101DA; }
p { color: rgb(97,1,218); }
H1.HeaderClassName
{
color: #6101DA;
}
.AnyTagClassName
{
color: #6101DA;
}
</style>
background-color css
<style>
a { background-color: #6101DA; }
a { background-color: rgb(97,1,218); }
div.DivClassName
{
background-color: #6101DA;
}
.BgClassName
{
background-color: #6101DA;
}
</style>
border-color css
<style>
span { border-color: #6101DA; }
span { border-color: rgb(97,1,218); }
td.TdClassName
{
border-color: #6101DA;
}
.TagClassName
{
border-color: #6101DA;
}
</style>