Shades of Electric Indigo #6813FE
Tints of Electric Indigo #6813FE
RGB
CMYK
RGB Variations
Color information
#6813FE (or 0x6813FE) is known color: Electric Indigo. HEX triplet: 68, 13 and FE. RGB value is (104,19,254). Sum of RGB (Red+Green+Blue) = 104+19+254=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6813FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6813FE is #97EC01. Grayscale: #464646. Windows color (decimal): -9956354 or 16651112. OLE color: 16651112.
HSL color Cylindrical-coordinate representation of color #6813FE: hue angle of 261.7º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6813FE is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 19 | 254 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.00 |
| HSL | 261.7º | 0.99% | 0.54% | - |
| HSV(B) | 261.7º | 0.93% | 1% | - |
| XYZ | 23.83 | 10.56 | 94.55 | - |
| YUV | 71.21 | 231.16 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 254 | 0.59 | 0.93 | 0 | 0.00 | 261.7 | 0.99 | 0.54 |
| Hex | 68 | 13 | FE | 3B | 5D | 0 | 0 | 106 | 63 | 36 |
| Octal | 150 | 23 | 376 | 73 | 135 | 0 | 0 | 406 | 143 | 66 |
| Binary | 1101000 | 10011 | 11111110 | 111011 | 1011101 | 0 | 0 | 100000110 | 1100011 | 110110 |
Color Harmonies of #6813FE
Complementary color
Monochromatic Colors of #6813FE
Black with #6813FE
Text Example
Text Example
White with #6813FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6813FE; }
p { color: rgb(104,19,254); }
H1.HeaderClassName
{
color: #6813FE;
}
.AnyTagClassName
{
color: #6813FE;
}
</style>
background-color css
<style>
a { background-color: #6813FE; }
a { background-color: rgb(104,19,254); }
div.DivClassName
{
background-color: #6813FE;
}
.BgClassName
{
background-color: #6813FE;
}
</style>
border-color css
<style>
span { border-color: #6813FE; }
span { border-color: rgb(104,19,254); }
td.TdClassName
{
border-color: #6813FE;
}
.TagClassName
{
border-color: #6813FE;
}
</style>