Shades of Electric Indigo #6814FF
Tints of Electric Indigo #6814FF
RGB
CMYK
RGB Variations
Color information
#6814FF (or 0x6814FF) is known color: Electric Indigo. HEX triplet: 68, 14 and FF. RGB value is (104,20,255). Sum of RGB (Red+Green+Blue) = 104+20+255=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #6814FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6814FF is #97EB00. Grayscale: #474747. Windows color (decimal): -9956097 or 16716904. OLE color: 16716904.
HSL color Cylindrical-coordinate representation of color #6814FF: hue angle of 261.45º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6814FF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 20 | 255 | - |
| CMYK | 0.59 | 0.92 | 0 | 0 |
| HSL | 261.45º | 1% | 0.54% | - |
| HSV(B) | 261.45º | 0.92% | 1% | - |
| XYZ | 24.01 | 10.66 | 95.4 | - |
| YUV | 71.91 | 231.33 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 255 | 0.59 | 0.92 | 0 | 0 | 261.45 | 1 | 0.54 |
| Hex | 68 | 14 | FF | 3B | 5C | 0 | 0 | 105 | 64 | 36 |
| Octal | 150 | 24 | 377 | 73 | 134 | 0 | 0 | 405 | 144 | 66 |
| Binary | 1101000 | 10100 | 11111111 | 111011 | 1011100 | 0 | 0 | 100000101 | 1100100 | 110110 |
Color Harmonies of #6814FF
Complementary color
Monochromatic Colors of #6814FF
Black with #6814FF
Text Example
Text Example
White with #6814FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6814FF; }
p { color: rgb(104,20,255); }
H1.HeaderClassName
{
color: #6814FF;
}
.AnyTagClassName
{
color: #6814FF;
}
</style>
background-color css
<style>
a { background-color: #6814FF; }
a { background-color: rgb(104,20,255); }
div.DivClassName
{
background-color: #6814FF;
}
.BgClassName
{
background-color: #6814FF;
}
</style>
border-color css
<style>
span { border-color: #6814FF; }
span { border-color: rgb(104,20,255); }
td.TdClassName
{
border-color: #6814FF;
}
.TagClassName
{
border-color: #6814FF;
}
</style>