Shades of Electric Indigo #6911F8
Tints of Electric Indigo #6911F8
RGB
CMYK
RGB Variations
Color information
#6911F8 (or 0x6911F8) is known color: Electric Indigo. HEX triplet: 69, 11 and F8. RGB value is (105,17,248). Sum of RGB (Red+Green+Blue) = 105+17+248=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 248 (97.27% from 255 or 67.03% from 370); Max value from RGB is 248 - color contains mainly: blue. Hex color #6911F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6911F8 is #96EE07. Grayscale: #444444. Windows color (decimal): -9891336 or 16257385. OLE color: 16257385.
HSL color Cylindrical-coordinate representation of color #6911F8: hue angle of 262.86º degrees, saturation: 0.94, 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 #6911F8 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 17 | 248 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.03 |
| HSL | 262.86º | 0.94% | 0.52% | - |
| HSV(B) | 262.86º | 0.93% | 0.97% | - |
| XYZ | 22.97 | 10.18 | 89.56 | - |
| YUV | 69.65 | 228.65 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 248 | 0.58 | 0.93 | 0 | 0.03 | 262.86 | 0.94 | 0.52 |
| Hex | 69 | 11 | F8 | 3A | 5D | 0 | 3 | 107 | 5E | 34 |
| Octal | 151 | 21 | 370 | 72 | 135 | 0 | 3 | 407 | 136 | 64 |
| Binary | 1101001 | 10001 | 11111000 | 111010 | 1011101 | 0 | 11 | 100000111 | 1011110 | 110100 |
Color Harmonies of #6911F8
Complementary color
Monochromatic Colors of #6911F8
Black with #6911F8
Text Example
Text Example
White with #6911F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6911F8; }
p { color: rgb(105,17,248); }
H1.HeaderClassName
{
color: #6911F8;
}
.AnyTagClassName
{
color: #6911F8;
}
</style>
background-color css
<style>
a { background-color: #6911F8; }
a { background-color: rgb(105,17,248); }
div.DivClassName
{
background-color: #6911F8;
}
.BgClassName
{
background-color: #6911F8;
}
</style>
border-color css
<style>
span { border-color: #6911F8; }
span { border-color: rgb(105,17,248); }
td.TdClassName
{
border-color: #6911F8;
}
.TagClassName
{
border-color: #6911F8;
}
</style>