Shades of Electric Indigo #6602D5
Tints of Electric Indigo #6602D5
RGB
CMYK
RGB Variations
Color information
#6602D5 (or 0x6602D5) is known color: Electric Indigo. HEX triplet: 66, 02 and D5. RGB value is (102,2,213). Sum of RGB (Red+Green+Blue) = 102+2+213=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 213 (83.59% from 255 or 67.19% from 317); Max value from RGB is 213 - color contains mainly: blue. Hex color #6602D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6602D5 is #99FD2A. Grayscale: #373737. Windows color (decimal): -10091819 or 13959782. OLE color: 13959782.
HSL color Cylindrical-coordinate representation of color #6602D5: hue angle of 268.44º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6602D5 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 2 | 213 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.16 |
| HSL | 268.44º | 0.98% | 0.42% | - |
| HSV(B) | 268.44º | 0.99% | 0.84% | - |
| XYZ | 17.51 | 7.67 | 63.51 | - |
| YUV | 55.95 | 216.63 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 213 | 0.52 | 0.99 | 0 | 0.16 | 268.44 | 0.98 | 0.42 |
| Hex | 66 | 2 | D5 | 34 | 63 | 0 | 10 | 10C | 62 | 2A |
| Octal | 146 | 2 | 325 | 64 | 143 | 0 | 20 | 414 | 142 | 52 |
| Binary | 1100110 | 10 | 11010101 | 110100 | 1100011 | 0 | 10000 | 100001100 | 1100010 | 101010 |
Color Harmonies of #6602D5
Complementary color
Monochromatic Colors of #6602D5
Black with #6602D5
Text Example
Text Example
White with #6602D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6602D5; }
p { color: rgb(102,2,213); }
H1.HeaderClassName
{
color: #6602D5;
}
.AnyTagClassName
{
color: #6602D5;
}
</style>
background-color css
<style>
a { background-color: #6602D5; }
a { background-color: rgb(102,2,213); }
div.DivClassName
{
background-color: #6602D5;
}
.BgClassName
{
background-color: #6602D5;
}
</style>
border-color css
<style>
span { border-color: #6602D5; }
span { border-color: rgb(102,2,213); }
td.TdClassName
{
border-color: #6602D5;
}
.TagClassName
{
border-color: #6602D5;
}
</style>