Shades of Electric Indigo #6813FF
Tints of Electric Indigo #6813FF
RGB
CMYK
RGB Variations
Color information
#6813FF (or 0x6813FF) is known color: Electric Indigo. HEX triplet: 68, 13 and FF. RGB value is (104,19,255). Sum of RGB (Red+Green+Blue) = 104+19+255=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #6813FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6813FF is #97EC00. Grayscale: #464646. Windows color (decimal): -9956353 or 16716648. OLE color: 16716648.
HSL color Cylindrical-coordinate representation of color #6813FF: hue angle of 261.61º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6813FF is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 19 | 255 | - |
| CMYK | 0.59 | 0.93 | 0 | 0 |
| HSL | 261.61º | 1% | 0.54% | - |
| HSV(B) | 261.61º | 0.93% | 1% | - |
| XYZ | 23.99 | 10.63 | 95.39 | - |
| YUV | 71.32 | 231.66 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 255 | 0.59 | 0.93 | 0 | 0 | 261.61 | 1 | 0.54 |
| Hex | 68 | 13 | FF | 3B | 5D | 0 | 0 | 106 | 64 | 36 |
| Octal | 150 | 23 | 377 | 73 | 135 | 0 | 0 | 406 | 144 | 66 |
| Binary | 1101000 | 10011 | 11111111 | 111011 | 1011101 | 0 | 0 | 100000110 | 1100100 | 110110 |
Color Harmonies of #6813FF
Complementary color
Monochromatic Colors of #6813FF
Black with #6813FF
Text Example
Text Example
White with #6813FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6813FF; }
p { color: rgb(104,19,255); }
H1.HeaderClassName
{
color: #6813FF;
}
.AnyTagClassName
{
color: #6813FF;
}
</style>
background-color css
<style>
a { background-color: #6813FF; }
a { background-color: rgb(104,19,255); }
div.DivClassName
{
background-color: #6813FF;
}
.BgClassName
{
background-color: #6813FF;
}
</style>
border-color css
<style>
span { border-color: #6813FF; }
span { border-color: rgb(104,19,255); }
td.TdClassName
{
border-color: #6813FF;
}
.TagClassName
{
border-color: #6813FF;
}
</style>