Shades of Electric Indigo #6800FA
Tints of Electric Indigo #6800FA
RGB
CMYK
RGB Variations
Color information
#6800FA (or 0x6800FA) is known color: Electric Indigo. HEX triplet: 68, 00 and FA. RGB value is (104,0,250). Sum of RGB (Red+Green+Blue) = 104+0+250=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #6800FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6800FA is #97FF05. Grayscale: #3A3A3A. Windows color (decimal): -9961222 or 16384104. OLE color: 16384104.
HSL color Cylindrical-coordinate representation of color #6800FA: hue angle of 264.96º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800FA is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 0 | 250 | - |
| CMYK | 0.58 | 1 | 0 | 0.02 |
| HSL | 264.96º | 1% | 0.49% | - |
| HSV(B) | 264.96º | 1% | 0.98% | - |
| XYZ | 22.96 | 9.85 | 91.13 | - |
| YUV | 59.6 | 235.46 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 250 | 0.58 | 1 | 0 | 0.02 | 264.96 | 1 | 0.49 |
| Hex | 68 | 0 | FA | 3A | 64 | 0 | 2 | 109 | 64 | 31 |
| Octal | 150 | 0 | 372 | 72 | 144 | 0 | 2 | 411 | 144 | 61 |
| Binary | 1101000 | 0 | 11111010 | 111010 | 1100100 | 0 | 10 | 100001001 | 1100100 | 110001 |
Color Harmonies of #6800FA
Complementary color
Monochromatic Colors of #6800FA
Black with #6800FA
Text Example
Text Example
White with #6800FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6800FA; }
p { color: rgb(104,0,250); }
H1.HeaderClassName
{
color: #6800FA;
}
.AnyTagClassName
{
color: #6800FA;
}
</style>
background-color css
<style>
a { background-color: #6800FA; }
a { background-color: rgb(104,0,250); }
div.DivClassName
{
background-color: #6800FA;
}
.BgClassName
{
background-color: #6800FA;
}
</style>
border-color css
<style>
span { border-color: #6800FA; }
span { border-color: rgb(104,0,250); }
td.TdClassName
{
border-color: #6800FA;
}
.TagClassName
{
border-color: #6800FA;
}
</style>