Shades of Electric Indigo #6801FF
Tints of Electric Indigo #6801FF
RGB
CMYK
RGB Variations
Color information
#6801FF (or 0x6801FF) is known color: Electric Indigo. HEX triplet: 68, 01 and FF. RGB value is (104,1,255). Sum of RGB (Red+Green+Blue) = 104+1+255=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #6801FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6801FF is #97FE00. Grayscale: #3B3B3B. Windows color (decimal): -9960961 or 16712040. OLE color: 16712040.
HSL color Cylindrical-coordinate representation of color #6801FF: hue angle of 264.33º 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 #6801FF is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 1 | 255 | - |
| CMYK | 0.59 | 1.00 | 0 | 0 |
| HSL | 264.33º | 1% | 0.5% | - |
| HSV(B) | 264.33º | 1% | 1% | - |
| XYZ | 23.77 | 10.18 | 95.32 | - |
| YUV | 60.75 | 237.62 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 255 | 0.59 | 1.00 | 0 | 0 | 264.33 | 1 | 0.5 |
| Hex | 68 | 1 | FF | 3B | 64 | 0 | 0 | 108 | 64 | 32 |
| Octal | 150 | 1 | 377 | 73 | 144 | 0 | 0 | 410 | 144 | 62 |
| Binary | 1101000 | 1 | 11111111 | 111011 | 1100100 | 0 | 0 | 100001000 | 1100100 | 110010 |
Color Harmonies of #6801FF
Complementary color
Monochromatic Colors of #6801FF
Black with #6801FF
Text Example
Text Example
White with #6801FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6801FF; }
p { color: rgb(104,1,255); }
H1.HeaderClassName
{
color: #6801FF;
}
.AnyTagClassName
{
color: #6801FF;
}
</style>
background-color css
<style>
a { background-color: #6801FF; }
a { background-color: rgb(104,1,255); }
div.DivClassName
{
background-color: #6801FF;
}
.BgClassName
{
background-color: #6801FF;
}
</style>
border-color css
<style>
span { border-color: #6801FF; }
span { border-color: rgb(104,1,255); }
td.TdClassName
{
border-color: #6801FF;
}
.TagClassName
{
border-color: #6801FF;
}
</style>