Shades of Electric Indigo #6102DA
Tints of Electric Indigo #6102DA
RGB
CMYK
RGB Variations
Color information
#6102DA (or 0x6102DA) is known color: Electric Indigo. HEX triplet: 61, 02 and DA. RGB value is (97,2,218). Sum of RGB (Red+Green+Blue) = 97+2+218=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #6102DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102DA is #9EFD25. Grayscale: #363636. Windows color (decimal): -10419494 or 14287457. OLE color: 14287457.
HSL color Cylindrical-coordinate representation of color #6102DA: hue angle of 266.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102DA is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 2 | 218 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.15 |
| HSL | 266.39º | 0.98% | 0.43% | - |
| HSV(B) | 266.39º | 0.99% | 0.85% | - |
| XYZ | 17.61 | 7.65 | 66.88 | - |
| YUV | 55.03 | 219.97 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 218 | 0.56 | 0.99 | 0 | 0.15 | 266.39 | 0.98 | 0.43 |
| Hex | 61 | 2 | DA | 38 | 63 | 0 | F | 10A | 62 | 2B |
| Octal | 141 | 2 | 332 | 70 | 143 | 0 | 17 | 412 | 142 | 53 |
| Binary | 1100001 | 10 | 11011010 | 111000 | 1100011 | 0 | 1111 | 100001010 | 1100010 | 101011 |
Color Harmonies of #6102DA
Complementary color
Monochromatic Colors of #6102DA
Black with #6102DA
Text Example
Text Example
White with #6102DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102DA; }
p { color: rgb(97,2,218); }
H1.HeaderClassName
{
color: #6102DA;
}
.AnyTagClassName
{
color: #6102DA;
}
</style>
background-color css
<style>
a { background-color: #6102DA; }
a { background-color: rgb(97,2,218); }
div.DivClassName
{
background-color: #6102DA;
}
.BgClassName
{
background-color: #6102DA;
}
</style>
border-color css
<style>
span { border-color: #6102DA; }
span { border-color: rgb(97,2,218); }
td.TdClassName
{
border-color: #6102DA;
}
.TagClassName
{
border-color: #6102DA;
}
</style>