Shades of Electric Indigo #6802D4
Tints of Electric Indigo #6802D4
RGB
CMYK
RGB Variations
Color information
#6802D4 (or 0x6802D4) is known color: Electric Indigo. HEX triplet: 68, 02 and D4. RGB value is (104,2,212). Sum of RGB (Red+Green+Blue) = 104+2+212=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #6802D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6802D4 is #97FD2B. Grayscale: #373737. Windows color (decimal): -9960748 or 13894248. OLE color: 13894248.
HSL color Cylindrical-coordinate representation of color #6802D4: hue angle of 269.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802D4 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 2 | 212 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.17 |
| HSL | 269.14º | 0.98% | 0.42% | - |
| HSV(B) | 269.14º | 0.99% | 0.83% | - |
| XYZ | 17.61 | 7.74 | 62.85 | - |
| YUV | 56.44 | 215.79 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 212 | 0.51 | 0.99 | 0 | 0.17 | 269.14 | 0.98 | 0.42 |
| Hex | 68 | 2 | D4 | 33 | 63 | 0 | 11 | 10D | 62 | 2A |
| Octal | 150 | 2 | 324 | 63 | 143 | 0 | 21 | 415 | 142 | 52 |
| Binary | 1101000 | 10 | 11010100 | 110011 | 1100011 | 0 | 10001 | 100001101 | 1100010 | 101010 |
Color Harmonies of #6802D4
Complementary color
Monochromatic Colors of #6802D4
Black with #6802D4
Text Example
Text Example
White with #6802D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802D4; }
p { color: rgb(104,2,212); }
H1.HeaderClassName
{
color: #6802D4;
}
.AnyTagClassName
{
color: #6802D4;
}
</style>
background-color css
<style>
a { background-color: #6802D4; }
a { background-color: rgb(104,2,212); }
div.DivClassName
{
background-color: #6802D4;
}
.BgClassName
{
background-color: #6802D4;
}
</style>
border-color css
<style>
span { border-color: #6802D4; }
span { border-color: rgb(104,2,212); }
td.TdClassName
{
border-color: #6802D4;
}
.TagClassName
{
border-color: #6802D4;
}
</style>