Shades of Electric Indigo #6703FB
Tints of Electric Indigo #6703FB
RGB
CMYK
RGB Variations
Color information
#6703FB (or 0x6703FB) is known color: Electric Indigo. HEX triplet: 67, 03 and FB. RGB value is (103,3,251). Sum of RGB (Red+Green+Blue) = 103+3+251=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #6703FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6703FB is #98FC04. Grayscale: #3C3C3C. Windows color (decimal): -10025989 or 16450407. OLE color: 16450407.
HSL color Cylindrical-coordinate representation of color #6703FB: hue angle of 264.19º 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 #6703FB is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 3 | 251 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.02 |
| HSL | 264.19º | 0.98% | 0.5% | - |
| HSV(B) | 264.19º | 0.99% | 0.98% | - |
| XYZ | 23.04 | 9.91 | 91.97 | - |
| YUV | 61.17 | 235.13 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 251 | 0.59 | 0.99 | 0 | 0.02 | 264.19 | 0.98 | 0.5 |
| Hex | 67 | 3 | FB | 3B | 63 | 0 | 2 | 108 | 62 | 32 |
| Octal | 147 | 3 | 373 | 73 | 143 | 0 | 2 | 410 | 142 | 62 |
| Binary | 1100111 | 11 | 11111011 | 111011 | 1100011 | 0 | 10 | 100001000 | 1100010 | 110010 |
Color Harmonies of #6703FB
Complementary color
Monochromatic Colors of #6703FB
Black with #6703FB
Text Example
Text Example
White with #6703FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703FB; }
p { color: rgb(103,3,251); }
H1.HeaderClassName
{
color: #6703FB;
}
.AnyTagClassName
{
color: #6703FB;
}
</style>
background-color css
<style>
a { background-color: #6703FB; }
a { background-color: rgb(103,3,251); }
div.DivClassName
{
background-color: #6703FB;
}
.BgClassName
{
background-color: #6703FB;
}
</style>
border-color css
<style>
span { border-color: #6703FB; }
span { border-color: rgb(103,3,251); }
td.TdClassName
{
border-color: #6703FB;
}
.TagClassName
{
border-color: #6703FB;
}
</style>