Shades of Electric Indigo #6800FF
Tints of Electric Indigo #6800FF
RGB
CMYK
RGB Variations
Color information
#6800FF (or 0x6800FF) is known color: Electric Indigo. HEX triplet: 68, 00 and FF. RGB value is (104,0,255). Sum of RGB (Red+Green+Blue) = 104+0+255=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #6800FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6800FF is #97FF00. Grayscale: #3B3B3B. Windows color (decimal): -9961217 or 16711784. OLE color: 16711784.
HSL color Cylindrical-coordinate representation of color #6800FF: hue angle of 264.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800FF is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 0 | 255 | - |
| CMYK | 0.59 | 1 | 0 | 0 |
| HSL | 264.47º | 1% | 0.5% | - |
| HSV(B) | 264.47º | 1% | 1% | - |
| XYZ | 23.76 | 10.16 | 95.32 | - |
| YUV | 60.17 | 237.96 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 255 | 0.59 | 1 | 0 | 0 | 264.47 | 1 | 0.5 |
| Hex | 68 | 0 | FF | 3B | 64 | 0 | 0 | 108 | 64 | 32 |
| Octal | 150 | 0 | 377 | 73 | 144 | 0 | 0 | 410 | 144 | 62 |
| Binary | 1101000 | 0 | 11111111 | 111011 | 1100100 | 0 | 0 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6800FF
Complementary color
Monochromatic Colors of #6800FF
Black with #6800FF
Text Example
Text Example
White with #6800FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6800FF; }
p { color: rgb(104,0,255); }
H1.HeaderClassName
{
color: #6800FF;
}
.AnyTagClassName
{
color: #6800FF;
}
</style>
background-color css
<style>
a { background-color: #6800FF; }
a { background-color: rgb(104,0,255); }
div.DivClassName
{
background-color: #6800FF;
}
.BgClassName
{
background-color: #6800FF;
}
</style>
border-color css
<style>
span { border-color: #6800FF; }
span { border-color: rgb(104,0,255); }
td.TdClassName
{
border-color: #6800FF;
}
.TagClassName
{
border-color: #6800FF;
}
</style>