Shades of Electric Indigo #6810EF
Tints of Electric Indigo #6810EF
RGB
CMYK
RGB Variations
Color information
#6810EF (or 0x6810EF) is known color: Electric Indigo. HEX triplet: 68, 10 and EF. RGB value is (104,16,239). Sum of RGB (Red+Green+Blue) = 104+16+239=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #6810EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6810EF is #97EF10. Grayscale: #424242. Windows color (decimal): -9957137 or 15667304. OLE color: 15667304.
HSL color Cylindrical-coordinate representation of color #6810EF: hue angle of 263.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6810EF is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 16 | 239 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.06 |
| HSL | 263.68º | 0.87% | 0.5% | - |
| HSV(B) | 263.68º | 0.93% | 0.94% | - |
| XYZ | 21.47 | 9.55 | 82.37 | - |
| YUV | 67.73 | 224.65 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 239 | 0.56 | 0.93 | 0 | 0.06 | 263.68 | 0.87 | 0.5 |
| Hex | 68 | 10 | EF | 38 | 5D | 0 | 6 | 108 | 57 | 32 |
| Octal | 150 | 20 | 357 | 70 | 135 | 0 | 6 | 410 | 127 | 62 |
| Binary | 1101000 | 10000 | 11101111 | 111000 | 1011101 | 0 | 110 | 100001000 | 1010111 | 110010 |
Color Harmonies of #6810EF
Complementary color
Monochromatic Colors of #6810EF
Black with #6810EF
Text Example
Text Example
White with #6810EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6810EF; }
p { color: rgb(104,16,239); }
H1.HeaderClassName
{
color: #6810EF;
}
.AnyTagClassName
{
color: #6810EF;
}
</style>
background-color css
<style>
a { background-color: #6810EF; }
a { background-color: rgb(104,16,239); }
div.DivClassName
{
background-color: #6810EF;
}
.BgClassName
{
background-color: #6810EF;
}
</style>
border-color css
<style>
span { border-color: #6810EF; }
span { border-color: rgb(104,16,239); }
td.TdClassName
{
border-color: #6810EF;
}
.TagClassName
{
border-color: #6810EF;
}
</style>