Shades of Electric Indigo #6803FB
Tints of Electric Indigo #6803FB
RGB
CMYK
RGB Variations
Color information
#6803FB (or 0x6803FB) is known color: Electric Indigo. HEX triplet: 68, 03 and FB. RGB value is (104,3,251). Sum of RGB (Red+Green+Blue) = 104+3+251=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #6803FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6803FB is #97FC04. Grayscale: #3C3C3C. Windows color (decimal): -9960453 or 16450408. OLE color: 16450408.
HSL color Cylindrical-coordinate representation of color #6803FB: hue angle of 264.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6803FB is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 3 | 251 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.02 |
| HSL | 264.44º | 0.98% | 0.5% | - |
| HSV(B) | 264.44º | 0.99% | 0.98% | - |
| XYZ | 23.15 | 9.97 | 91.97 | - |
| YUV | 61.47 | 234.96 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 251 | 0.59 | 0.99 | 0 | 0.02 | 264.44 | 0.98 | 0.5 |
| Hex | 68 | 3 | FB | 3B | 63 | 0 | 2 | 108 | 62 | 32 |
| Octal | 150 | 3 | 373 | 73 | 143 | 0 | 2 | 410 | 142 | 62 |
| Binary | 1101000 | 11 | 11111011 | 111011 | 1100011 | 0 | 10 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6803FB
Complementary color
Monochromatic Colors of #6803FB
Black with #6803FB
Text Example
Text Example
White with #6803FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6803FB; }
p { color: rgb(104,3,251); }
H1.HeaderClassName
{
color: #6803FB;
}
.AnyTagClassName
{
color: #6803FB;
}
</style>
background-color css
<style>
a { background-color: #6803FB; }
a { background-color: rgb(104,3,251); }
div.DivClassName
{
background-color: #6803FB;
}
.BgClassName
{
background-color: #6803FB;
}
</style>
border-color css
<style>
span { border-color: #6803FB; }
span { border-color: rgb(104,3,251); }
td.TdClassName
{
border-color: #6803FB;
}
.TagClassName
{
border-color: #6803FB;
}
</style>