Shades of Electric Indigo #6102DD
Tints of Electric Indigo #6102DD
RGB
CMYK
RGB Variations
Color information
#6102DD (or 0x6102DD) is known color: Electric Indigo. HEX triplet: 61, 02 and DD. RGB value is (97,2,221). Sum of RGB (Red+Green+Blue) = 97+2+221=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #6102DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102DD is #9EFD22. Grayscale: #363636. Windows color (decimal): -10419491 or 14484065. OLE color: 14484065.
HSL color Cylindrical-coordinate representation of color #6102DD: hue angle of 266.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6102DD is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 2 | 221 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.13 |
| HSL | 266.03º | 0.98% | 0.44% | - |
| HSV(B) | 266.03º | 0.99% | 0.87% | - |
| XYZ | 18 | 7.81 | 68.96 | - |
| YUV | 55.37 | 221.47 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 221 | 0.56 | 0.99 | 0 | 0.13 | 266.03 | 0.98 | 0.44 |
| Hex | 61 | 2 | DD | 38 | 63 | 0 | D | 10A | 62 | 2C |
| Octal | 141 | 2 | 335 | 70 | 143 | 0 | 15 | 412 | 142 | 54 |
| Binary | 1100001 | 10 | 11011101 | 111000 | 1100011 | 0 | 1101 | 100001010 | 1100010 | 101100 |
Color Harmonies of #6102DD
Complementary color
Monochromatic Colors of #6102DD
Black with #6102DD
Text Example
Text Example
White with #6102DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102DD; }
p { color: rgb(97,2,221); }
H1.HeaderClassName
{
color: #6102DD;
}
.AnyTagClassName
{
color: #6102DD;
}
</style>
background-color css
<style>
a { background-color: #6102DD; }
a { background-color: rgb(97,2,221); }
div.DivClassName
{
background-color: #6102DD;
}
.BgClassName
{
background-color: #6102DD;
}
</style>
border-color css
<style>
span { border-color: #6102DD; }
span { border-color: rgb(97,2,221); }
td.TdClassName
{
border-color: #6102DD;
}
.TagClassName
{
border-color: #6102DD;
}
</style>