Shades of Electric Indigo #6701FC
Tints of Electric Indigo #6701FC
RGB
CMYK
RGB Variations
Color information
#6701FC (or 0x6701FC) is known color: Electric Indigo. HEX triplet: 67, 01 and FC. RGB value is (103,1,252). Sum of RGB (Red+Green+Blue) = 103+1+252=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #6701FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6701FC is #98FE03. Grayscale: #3B3B3B. Windows color (decimal): -10026500 or 16515431. OLE color: 16515431.
HSL color Cylindrical-coordinate representation of color #6701FC: hue angle of 264.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6701FC is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 1 | 252 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.01 |
| HSL | 264.38º | 0.99% | 0.5% | - |
| HSV(B) | 264.38º | 1% | 0.99% | - |
| XYZ | 23.18 | 9.93 | 92.79 | - |
| YUV | 60.11 | 236.29 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 252 | 0.59 | 1.00 | 0 | 0.01 | 264.38 | 0.99 | 0.5 |
| Hex | 67 | 1 | FC | 3B | 64 | 0 | 1 | 108 | 63 | 32 |
| Octal | 147 | 1 | 374 | 73 | 144 | 0 | 1 | 410 | 143 | 62 |
| Binary | 1100111 | 1 | 11111100 | 111011 | 1100100 | 0 | 1 | 100001000 | 1100011 | 110010 |
Color Harmonies of #6701FC
Complementary color
Monochromatic Colors of #6701FC
Black with #6701FC
Text Example
Text Example
White with #6701FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6701FC; }
p { color: rgb(103,1,252); }
H1.HeaderClassName
{
color: #6701FC;
}
.AnyTagClassName
{
color: #6701FC;
}
</style>
background-color css
<style>
a { background-color: #6701FC; }
a { background-color: rgb(103,1,252); }
div.DivClassName
{
background-color: #6701FC;
}
.BgClassName
{
background-color: #6701FC;
}
</style>
border-color css
<style>
span { border-color: #6701FC; }
span { border-color: rgb(103,1,252); }
td.TdClassName
{
border-color: #6701FC;
}
.TagClassName
{
border-color: #6701FC;
}
</style>