Shades of Electric Indigo #6706FF
Tints of Electric Indigo #6706FF
RGB
CMYK
RGB Variations
Color information
#6706FF (or 0x6706FF) is known color: Electric Indigo. HEX triplet: 67, 06 and FF. RGB value is (103,6,255). Sum of RGB (Red+Green+Blue) = 103+6+255=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #6706FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6706FF is #98F900. Grayscale: #3E3E3E. Windows color (decimal): -10025217 or 16713319. OLE color: 16713319.
HSL color Cylindrical-coordinate representation of color #6706FF: hue angle of 263.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6706FF is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 6 | 255 | - |
| CMYK | 0.60 | 0.98 | 0 | 0 |
| HSL | 263.37º | 1% | 0.51% | - |
| HSV(B) | 263.37º | 0.98% | 1% | - |
| XYZ | 23.71 | 10.23 | 95.33 | - |
| YUV | 63.39 | 236.14 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 6 | 255 | 0.60 | 0.98 | 0 | 0 | 263.37 | 1 | 0.51 |
| Hex | 67 | 6 | FF | 3C | 62 | 0 | 0 | 107 | 64 | 33 |
| Octal | 147 | 6 | 377 | 74 | 142 | 0 | 0 | 407 | 144 | 63 |
| Binary | 1100111 | 110 | 11111111 | 111100 | 1100010 | 0 | 0 | 100000111 | 1100100 | 110011 |
Color Harmonies of #6706FF
Complementary color
Monochromatic Colors of #6706FF
Black with #6706FF
Text Example
Text Example
White with #6706FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6706FF; }
p { color: rgb(103,6,255); }
H1.HeaderClassName
{
color: #6706FF;
}
.AnyTagClassName
{
color: #6706FF;
}
</style>
background-color css
<style>
a { background-color: #6706FF; }
a { background-color: rgb(103,6,255); }
div.DivClassName
{
background-color: #6706FF;
}
.BgClassName
{
background-color: #6706FF;
}
</style>
border-color css
<style>
span { border-color: #6706FF; }
span { border-color: rgb(103,6,255); }
td.TdClassName
{
border-color: #6706FF;
}
.TagClassName
{
border-color: #6706FF;
}
</style>