Shades of Electric Indigo #6814FD
Tints of Electric Indigo #6814FD
RGB
CMYK
RGB Variations
Color information
#6814FD (or 0x6814FD) is known color: Electric Indigo. HEX triplet: 68, 14 and FD. RGB value is (104,20,253). Sum of RGB (Red+Green+Blue) = 104+20+253=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #6814FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6814FD is #97EB02. Grayscale: #464646. Windows color (decimal): -9956099 or 16585832. OLE color: 16585832.
HSL color Cylindrical-coordinate representation of color #6814FD: hue angle of 261.63º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6814FD is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 20 | 253 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.01 |
| HSL | 261.63º | 0.98% | 0.54% | - |
| HSV(B) | 261.63º | 0.92% | 0.99% | - |
| XYZ | 23.69 | 10.54 | 93.71 | - |
| YUV | 71.68 | 230.33 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 253 | 0.59 | 0.92 | 0 | 0.01 | 261.63 | 0.98 | 0.54 |
| Hex | 68 | 14 | FD | 3B | 5C | 0 | 1 | 106 | 62 | 36 |
| Octal | 150 | 24 | 375 | 73 | 134 | 0 | 1 | 406 | 142 | 66 |
| Binary | 1101000 | 10100 | 11111101 | 111011 | 1011100 | 0 | 1 | 100000110 | 1100010 | 110110 |
Color Harmonies of #6814FD
Complementary color
Monochromatic Colors of #6814FD
Black with #6814FD
Text Example
Text Example
White with #6814FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6814FD; }
p { color: rgb(104,20,253); }
H1.HeaderClassName
{
color: #6814FD;
}
.AnyTagClassName
{
color: #6814FD;
}
</style>
background-color css
<style>
a { background-color: #6814FD; }
a { background-color: rgb(104,20,253); }
div.DivClassName
{
background-color: #6814FD;
}
.BgClassName
{
background-color: #6814FD;
}
</style>
border-color css
<style>
span { border-color: #6814FD; }
span { border-color: rgb(104,20,253); }
td.TdClassName
{
border-color: #6814FD;
}
.TagClassName
{
border-color: #6814FD;
}
</style>