Shades of Electric Indigo #6713F9
Tints of Electric Indigo #6713F9
RGB
CMYK
RGB Variations
Color information
#6713F9 (or 0x6713F9) is known color: Electric Indigo. HEX triplet: 67, 13 and F9. RGB value is (103,19,249). Sum of RGB (Red+Green+Blue) = 103+19+249=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #6713F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6713F9 is #98EC06. Grayscale: #454545. Windows color (decimal): -10021895 or 16323431. OLE color: 16323431.
HSL color Cylindrical-coordinate representation of color #6713F9: hue angle of 261.91º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6713F9 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 19 | 249 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.02 |
| HSL | 261.91º | 0.95% | 0.53% | - |
| HSV(B) | 261.91º | 0.92% | 0.98% | - |
| XYZ | 22.93 | 10.19 | 90.38 | - |
| YUV | 70.34 | 228.83 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 249 | 0.59 | 0.92 | 0 | 0.02 | 261.91 | 0.95 | 0.53 |
| Hex | 67 | 13 | F9 | 3B | 5C | 0 | 2 | 106 | 5F | 35 |
| Octal | 147 | 23 | 371 | 73 | 134 | 0 | 2 | 406 | 137 | 65 |
| Binary | 1100111 | 10011 | 11111001 | 111011 | 1011100 | 0 | 10 | 100000110 | 1011111 | 110101 |
Color Harmonies of #6713F9
Complementary color
Monochromatic Colors of #6713F9
Black with #6713F9
Text Example
Text Example
White with #6713F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713F9; }
p { color: rgb(103,19,249); }
H1.HeaderClassName
{
color: #6713F9;
}
.AnyTagClassName
{
color: #6713F9;
}
</style>
background-color css
<style>
a { background-color: #6713F9; }
a { background-color: rgb(103,19,249); }
div.DivClassName
{
background-color: #6713F9;
}
.BgClassName
{
background-color: #6713F9;
}
</style>
border-color css
<style>
span { border-color: #6713F9; }
span { border-color: rgb(103,19,249); }
td.TdClassName
{
border-color: #6713F9;
}
.TagClassName
{
border-color: #6713F9;
}
</style>