Shades of Electric Indigo #6701FA
Tints of Electric Indigo #6701FA
RGB
CMYK
RGB Variations
Color information
#6701FA (or 0x6701FA) is known color: Electric Indigo. HEX triplet: 67, 01 and FA. RGB value is (103,1,250). Sum of RGB (Red+Green+Blue) = 103+1+250=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #6701FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6701FA is #98FE05. Grayscale: #3A3A3A. Windows color (decimal): -10026502 or 16384359. OLE color: 16384359.
HSL color Cylindrical-coordinate representation of color #6701FA: hue angle of 264.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6701FA is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 1 | 250 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.02 |
| HSL | 264.58º | 0.99% | 0.49% | - |
| HSV(B) | 264.58º | 1% | 0.98% | - |
| XYZ | 22.86 | 9.81 | 91.13 | - |
| YUV | 59.88 | 235.29 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 250 | 0.59 | 1.00 | 0 | 0.02 | 264.58 | 0.99 | 0.49 |
| Hex | 67 | 1 | FA | 3B | 64 | 0 | 2 | 109 | 63 | 31 |
| Octal | 147 | 1 | 372 | 73 | 144 | 0 | 2 | 411 | 143 | 61 |
| Binary | 1100111 | 1 | 11111010 | 111011 | 1100100 | 0 | 10 | 100001001 | 1100011 | 110001 |
Color Harmonies of #6701FA
Complementary color
Monochromatic Colors of #6701FA
Black with #6701FA
Text Example
Text Example
White with #6701FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6701FA; }
p { color: rgb(103,1,250); }
H1.HeaderClassName
{
color: #6701FA;
}
.AnyTagClassName
{
color: #6701FA;
}
</style>
background-color css
<style>
a { background-color: #6701FA; }
a { background-color: rgb(103,1,250); }
div.DivClassName
{
background-color: #6701FA;
}
.BgClassName
{
background-color: #6701FA;
}
</style>
border-color css
<style>
span { border-color: #6701FA; }
span { border-color: rgb(103,1,250); }
td.TdClassName
{
border-color: #6701FA;
}
.TagClassName
{
border-color: #6701FA;
}
</style>