Shades of Electric Indigo #6804FE
Tints of Electric Indigo #6804FE
RGB
CMYK
RGB Variations
Color information
#6804FE (or 0x6804FE) is known color: Electric Indigo. HEX triplet: 68, 04 and FE. RGB value is (104,4,254). Sum of RGB (Red+Green+Blue) = 104+4+254=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #6804FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6804FE is #97FB01. Grayscale: #3D3D3D. Windows color (decimal): -9960194 or 16647272. OLE color: 16647272.
HSL color Cylindrical-coordinate representation of color #6804FE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6804FE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 4 | 254 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.00 |
| HSL | 264º | 0.99% | 0.51% | - |
| HSV(B) | 264º | 0.98% | 1% | - |
| XYZ | 23.64 | 10.19 | 94.49 | - |
| YUV | 62.4 | 236.13 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 254 | 0.59 | 0.98 | 0 | 0.00 | 264 | 0.99 | 0.51 |
| Hex | 68 | 4 | FE | 3B | 62 | 0 | 0 | 108 | 63 | 33 |
| Octal | 150 | 4 | 376 | 73 | 142 | 0 | 0 | 410 | 143 | 63 |
| Binary | 1101000 | 100 | 11111110 | 111011 | 1100010 | 0 | 0 | 100001000 | 1100011 | 110011 |
Color Harmonies of #6804FE
Complementary color
Monochromatic Colors of #6804FE
Black with #6804FE
Text Example
Text Example
White with #6804FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6804FE; }
p { color: rgb(104,4,254); }
H1.HeaderClassName
{
color: #6804FE;
}
.AnyTagClassName
{
color: #6804FE;
}
</style>
background-color css
<style>
a { background-color: #6804FE; }
a { background-color: rgb(104,4,254); }
div.DivClassName
{
background-color: #6804FE;
}
.BgClassName
{
background-color: #6804FE;
}
</style>
border-color css
<style>
span { border-color: #6804FE; }
span { border-color: rgb(104,4,254); }
td.TdClassName
{
border-color: #6804FE;
}
.TagClassName
{
border-color: #6804FE;
}
</style>