Shades of Electric Indigo #6702DD
Tints of Electric Indigo #6702DD
RGB
CMYK
RGB Variations
Color information
#6702DD (or 0x6702DD) is known color: Electric Indigo. HEX triplet: 67, 02 and DD. RGB value is (103,2,221). Sum of RGB (Red+Green+Blue) = 103+2+221=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #6702DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6702DD is #98FD22. Grayscale: #383838. Windows color (decimal): -10026275 or 14484071. OLE color: 14484071.
HSL color Cylindrical-coordinate representation of color #6702DD: hue angle of 267.67º 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 #6702DD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 2 | 221 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.13 |
| HSL | 267.67º | 0.98% | 0.44% | - |
| HSV(B) | 267.67º | 0.99% | 0.87% | - |
| XYZ | 18.67 | 8.15 | 69 | - |
| YUV | 57.17 | 220.46 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 221 | 0.53 | 0.99 | 0 | 0.13 | 267.67 | 0.98 | 0.44 |
| Hex | 67 | 2 | DD | 35 | 63 | 0 | D | 10C | 62 | 2C |
| Octal | 147 | 2 | 335 | 65 | 143 | 0 | 15 | 414 | 142 | 54 |
| Binary | 1100111 | 10 | 11011101 | 110101 | 1100011 | 0 | 1101 | 100001100 | 1100010 | 101100 |
Color Harmonies of #6702DD
Complementary color
Monochromatic Colors of #6702DD
Black with #6702DD
Text Example
Text Example
White with #6702DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6702DD; }
p { color: rgb(103,2,221); }
H1.HeaderClassName
{
color: #6702DD;
}
.AnyTagClassName
{
color: #6702DD;
}
</style>
background-color css
<style>
a { background-color: #6702DD; }
a { background-color: rgb(103,2,221); }
div.DivClassName
{
background-color: #6702DD;
}
.BgClassName
{
background-color: #6702DD;
}
</style>
border-color css
<style>
span { border-color: #6702DD; }
span { border-color: rgb(103,2,221); }
td.TdClassName
{
border-color: #6702DD;
}
.TagClassName
{
border-color: #6702DD;
}
</style>