Shades of Electric Indigo #6811F7
Tints of Electric Indigo #6811F7
RGB
CMYK
RGB Variations
Color information
#6811F7 (or 0x6811F7) is known color: Electric Indigo. HEX triplet: 68, 11 and F7. RGB value is (104,17,247). Sum of RGB (Red+Green+Blue) = 104+17+247=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 247 (96.88% from 255 or 67.12% from 368); Max value from RGB is 247 - color contains mainly: blue. Hex color #6811F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6811F7 is #97EE08. Grayscale: #444444. Windows color (decimal): -9956873 or 16191848. OLE color: 16191848.
HSL color Cylindrical-coordinate representation of color #6811F7: hue angle of 262.7º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6811F7 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 17 | 247 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.03 |
| HSL | 262.7º | 0.93% | 0.52% | - |
| HSV(B) | 262.7º | 0.93% | 0.97% | - |
| XYZ | 22.7 | 10.06 | 88.74 | - |
| YUV | 69.23 | 228.32 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 247 | 0.58 | 0.93 | 0 | 0.03 | 262.7 | 0.93 | 0.52 |
| Hex | 68 | 11 | F7 | 3A | 5D | 0 | 3 | 107 | 5D | 34 |
| Octal | 150 | 21 | 367 | 72 | 135 | 0 | 3 | 407 | 135 | 64 |
| Binary | 1101000 | 10001 | 11110111 | 111010 | 1011101 | 0 | 11 | 100000111 | 1011101 | 110100 |
Color Harmonies of #6811F7
Complementary color
Monochromatic Colors of #6811F7
Black with #6811F7
Text Example
Text Example
White with #6811F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811F7; }
p { color: rgb(104,17,247); }
H1.HeaderClassName
{
color: #6811F7;
}
.AnyTagClassName
{
color: #6811F7;
}
</style>
background-color css
<style>
a { background-color: #6811F7; }
a { background-color: rgb(104,17,247); }
div.DivClassName
{
background-color: #6811F7;
}
.BgClassName
{
background-color: #6811F7;
}
</style>
border-color css
<style>
span { border-color: #6811F7; }
span { border-color: rgb(104,17,247); }
td.TdClassName
{
border-color: #6811F7;
}
.TagClassName
{
border-color: #6811F7;
}
</style>