Shades of Electric Indigo #6707FE
Tints of Electric Indigo #6707FE
RGB
CMYK
RGB Variations
Color information
#6707FE (or 0x6707FE) is known color: Electric Indigo. HEX triplet: 67, 07 and FE. RGB value is (103,7,254). Sum of RGB (Red+Green+Blue) = 103+7+254=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #6707FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6707FE is #98F801. Grayscale: #3E3E3E. Windows color (decimal): -10024962 or 16648039. OLE color: 16648039.
HSL color Cylindrical-coordinate representation of color #6707FE: hue angle of 263.32º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6707FE is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 7 | 254 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.00 |
| HSL | 263.32º | 0.99% | 0.51% | - |
| HSV(B) | 263.32º | 0.97% | 1% | - |
| XYZ | 23.56 | 10.19 | 94.49 | - |
| YUV | 63.86 | 235.3 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 254 | 0.59 | 0.97 | 0 | 0.00 | 263.32 | 0.99 | 0.51 |
| Hex | 67 | 7 | FE | 3B | 61 | 0 | 0 | 107 | 63 | 33 |
| Octal | 147 | 7 | 376 | 73 | 141 | 0 | 0 | 407 | 143 | 63 |
| Binary | 1100111 | 111 | 11111110 | 111011 | 1100001 | 0 | 0 | 100000111 | 1100011 | 110011 |
Color Harmonies of #6707FE
Complementary color
Monochromatic Colors of #6707FE
Black with #6707FE
Text Example
Text Example
White with #6707FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6707FE; }
p { color: rgb(103,7,254); }
H1.HeaderClassName
{
color: #6707FE;
}
.AnyTagClassName
{
color: #6707FE;
}
</style>
background-color css
<style>
a { background-color: #6707FE; }
a { background-color: rgb(103,7,254); }
div.DivClassName
{
background-color: #6707FE;
}
.BgClassName
{
background-color: #6707FE;
}
</style>
border-color css
<style>
span { border-color: #6707FE; }
span { border-color: rgb(103,7,254); }
td.TdClassName
{
border-color: #6707FE;
}
.TagClassName
{
border-color: #6707FE;
}
</style>