Shades of Electric Indigo #6713F3
Tints of Electric Indigo #6713F3
RGB
CMYK
RGB Variations
Color information
#6713F3 (or 0x6713F3) is known color: Electric Indigo. HEX triplet: 67, 13 and F3. RGB value is (103,19,243). Sum of RGB (Red+Green+Blue) = 103+19+243=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 243 (95.31% from 255 or 66.58% from 365); Max value from RGB is 243 - color contains mainly: blue. Hex color #6713F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6713F3 is #98EC0C. Grayscale: #444444. Windows color (decimal): -10021901 or 15930215. OLE color: 15930215.
HSL color Cylindrical-coordinate representation of color #6713F3: hue angle of 262.5º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6713F3 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 19 | 243 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.05 |
| HSL | 262.5º | 0.9% | 0.51% | - |
| HSV(B) | 262.5º | 0.92% | 0.95% | - |
| XYZ | 22 | 9.82 | 85.53 | - |
| YUV | 69.65 | 225.83 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 243 | 0.58 | 0.92 | 0 | 0.05 | 262.5 | 0.9 | 0.51 |
| Hex | 67 | 13 | F3 | 3A | 5C | 0 | 5 | 106 | 5A | 33 |
| Octal | 147 | 23 | 363 | 72 | 134 | 0 | 5 | 406 | 132 | 63 |
| Binary | 1100111 | 10011 | 11110011 | 111010 | 1011100 | 0 | 101 | 100000110 | 1011010 | 110011 |
Color Harmonies of #6713F3
Complementary color
Monochromatic Colors of #6713F3
Black with #6713F3
Text Example
Text Example
White with #6713F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713F3; }
p { color: rgb(103,19,243); }
H1.HeaderClassName
{
color: #6713F3;
}
.AnyTagClassName
{
color: #6713F3;
}
</style>
background-color css
<style>
a { background-color: #6713F3; }
a { background-color: rgb(103,19,243); }
div.DivClassName
{
background-color: #6713F3;
}
.BgClassName
{
background-color: #6713F3;
}
</style>
border-color css
<style>
span { border-color: #6713F3; }
span { border-color: rgb(103,19,243); }
td.TdClassName
{
border-color: #6713F3;
}
.TagClassName
{
border-color: #6713F3;
}
</style>