Shades of Electric Indigo #6701F3
Tints of Electric Indigo #6701F3
RGB
CMYK
RGB Variations
Color information
#6701F3 (or 0x6701F3) is known color: Electric Indigo. HEX triplet: 67, 01 and F3. RGB value is (103,1,243). Sum of RGB (Red+Green+Blue) = 103+1+243=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 243 (95.31% from 255 or 70.03% from 347); Max value from RGB is 243 - color contains mainly: blue. Hex color #6701F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6701F3 is #98FE0C. Grayscale: #3A3A3A. Windows color (decimal): -10026509 or 15925607. OLE color: 15925607.
HSL color Cylindrical-coordinate representation of color #6701F3: hue angle of 265.29º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6701F3 is Cyan = 0.58, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 1 | 243 | - |
| CMYK | 0.58 | 1.00 | 0 | 0.05 |
| HSL | 265.29º | 0.99% | 0.48% | - |
| HSV(B) | 265.29º | 1% | 0.95% | - |
| XYZ | 21.78 | 9.38 | 85.46 | - |
| YUV | 59.09 | 231.79 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 243 | 0.58 | 1.00 | 0 | 0.05 | 265.29 | 0.99 | 0.48 |
| Hex | 67 | 1 | F3 | 3A | 64 | 0 | 5 | 109 | 63 | 30 |
| Octal | 147 | 1 | 363 | 72 | 144 | 0 | 5 | 411 | 143 | 60 |
| Binary | 1100111 | 1 | 11110011 | 111010 | 1100100 | 0 | 101 | 100001001 | 1100011 | 110000 |
Color Harmonies of #6701F3
Complementary color
Monochromatic Colors of #6701F3
Black with #6701F3
Text Example
Text Example
White with #6701F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6701F3; }
p { color: rgb(103,1,243); }
H1.HeaderClassName
{
color: #6701F3;
}
.AnyTagClassName
{
color: #6701F3;
}
</style>
background-color css
<style>
a { background-color: #6701F3; }
a { background-color: rgb(103,1,243); }
div.DivClassName
{
background-color: #6701F3;
}
.BgClassName
{
background-color: #6701F3;
}
</style>
border-color css
<style>
span { border-color: #6701F3; }
span { border-color: rgb(103,1,243); }
td.TdClassName
{
border-color: #6701F3;
}
.TagClassName
{
border-color: #6701F3;
}
</style>