Shades of Electric Indigo #6702D8
Tints of Electric Indigo #6702D8
RGB
CMYK
RGB Variations
Color information
#6702D8 (or 0x6702D8) is known color: Electric Indigo. HEX triplet: 67, 02 and D8. RGB value is (103,2,216). Sum of RGB (Red+Green+Blue) = 103+2+216=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 216 (84.77% from 255 or 67.29% from 321); Max value from RGB is 216 - color contains mainly: blue. Hex color #6702D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6702D8 is #98FD27. Grayscale: #373737. Windows color (decimal): -10026280 or 14156391. OLE color: 14156391.
HSL color Cylindrical-coordinate representation of color #6702D8: hue angle of 268.32º 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 #6702D8 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 2 | 216 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.15 |
| HSL | 268.32º | 0.98% | 0.43% | - |
| HSV(B) | 268.32º | 0.99% | 0.85% | - |
| XYZ | 18.01 | 7.88 | 65.54 | - |
| YUV | 56.6 | 217.96 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 216 | 0.52 | 0.99 | 0 | 0.15 | 268.32 | 0.98 | 0.43 |
| Hex | 67 | 2 | D8 | 34 | 63 | 0 | F | 10C | 62 | 2B |
| Octal | 147 | 2 | 330 | 64 | 143 | 0 | 17 | 414 | 142 | 53 |
| Binary | 1100111 | 10 | 11011000 | 110100 | 1100011 | 0 | 1111 | 100001100 | 1100010 | 101011 |
Color Harmonies of #6702D8
Complementary color
Monochromatic Colors of #6702D8
Black with #6702D8
Text Example
Text Example
White with #6702D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6702D8; }
p { color: rgb(103,2,216); }
H1.HeaderClassName
{
color: #6702D8;
}
.AnyTagClassName
{
color: #6702D8;
}
</style>
background-color css
<style>
a { background-color: #6702D8; }
a { background-color: rgb(103,2,216); }
div.DivClassName
{
background-color: #6702D8;
}
.BgClassName
{
background-color: #6702D8;
}
</style>
border-color css
<style>
span { border-color: #6702D8; }
span { border-color: rgb(103,2,216); }
td.TdClassName
{
border-color: #6702D8;
}
.TagClassName
{
border-color: #6702D8;
}
</style>