Shades of Electric Indigo #6913EF
Tints of Electric Indigo #6913EF
RGB
CMYK
RGB Variations
Color information
#6913EF (or 0x6913EF) is known color: Electric Indigo. HEX triplet: 69, 13 and EF. RGB value is (105,19,239). Sum of RGB (Red+Green+Blue) = 105+19+239=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #6913EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6913EF is #96EC10. Grayscale: #454545. Windows color (decimal): -9890833 or 15668073. OLE color: 15668073.
HSL color Cylindrical-coordinate representation of color #6913EF: hue angle of 263.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6913EF is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 19 | 239 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.06 |
| HSL | 263.45º | 0.87% | 0.51% | - |
| HSV(B) | 263.45º | 0.92% | 0.94% | - |
| XYZ | 21.64 | 9.7 | 82.39 | - |
| YUV | 69.79 | 223.49 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 239 | 0.56 | 0.92 | 0 | 0.06 | 263.45 | 0.87 | 0.51 |
| Hex | 69 | 13 | EF | 38 | 5C | 0 | 6 | 107 | 57 | 33 |
| Octal | 151 | 23 | 357 | 70 | 134 | 0 | 6 | 407 | 127 | 63 |
| Binary | 1101001 | 10011 | 11101111 | 111000 | 1011100 | 0 | 110 | 100000111 | 1010111 | 110011 |
Color Harmonies of #6913EF
Complementary color
Monochromatic Colors of #6913EF
Black with #6913EF
Text Example
Text Example
White with #6913EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6913EF; }
p { color: rgb(105,19,239); }
H1.HeaderClassName
{
color: #6913EF;
}
.AnyTagClassName
{
color: #6913EF;
}
</style>
background-color css
<style>
a { background-color: #6913EF; }
a { background-color: rgb(105,19,239); }
div.DivClassName
{
background-color: #6913EF;
}
.BgClassName
{
background-color: #6913EF;
}
</style>
border-color css
<style>
span { border-color: #6913EF; }
span { border-color: rgb(105,19,239); }
td.TdClassName
{
border-color: #6913EF;
}
.TagClassName
{
border-color: #6913EF;
}
</style>