Shades of Electric Indigo #6713FD
Tints of Electric Indigo #6713FD
RGB
CMYK
RGB Variations
Color information
#6713FD (or 0x6713FD) is known color: Electric Indigo. HEX triplet: 67, 13 and FD. RGB value is (103,19,253). Sum of RGB (Red+Green+Blue) = 103+19+253=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #6713FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6713FD is #98EC02. Grayscale: #454545. Windows color (decimal): -10021891 or 16585575. OLE color: 16585575.
HSL color Cylindrical-coordinate representation of color #6713FD: hue angle of 261.54º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6713FD is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 19 | 253 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.01 |
| HSL | 261.54º | 0.98% | 0.53% | - |
| HSV(B) | 261.54º | 0.92% | 0.99% | - |
| XYZ | 23.56 | 10.44 | 93.7 | - |
| YUV | 70.79 | 230.83 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 253 | 0.59 | 0.92 | 0 | 0.01 | 261.54 | 0.98 | 0.53 |
| Hex | 67 | 13 | FD | 3B | 5C | 0 | 1 | 106 | 62 | 35 |
| Octal | 147 | 23 | 375 | 73 | 134 | 0 | 1 | 406 | 142 | 65 |
| Binary | 1100111 | 10011 | 11111101 | 111011 | 1011100 | 0 | 1 | 100000110 | 1100010 | 110101 |
Color Harmonies of #6713FD
Complementary color
Monochromatic Colors of #6713FD
Black with #6713FD
Text Example
Text Example
White with #6713FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6713FD; }
p { color: rgb(103,19,253); }
H1.HeaderClassName
{
color: #6713FD;
}
.AnyTagClassName
{
color: #6713FD;
}
</style>
background-color css
<style>
a { background-color: #6713FD; }
a { background-color: rgb(103,19,253); }
div.DivClassName
{
background-color: #6713FD;
}
.BgClassName
{
background-color: #6713FD;
}
</style>
border-color css
<style>
span { border-color: #6713FD; }
span { border-color: rgb(103,19,253); }
td.TdClassName
{
border-color: #6713FD;
}
.TagClassName
{
border-color: #6713FD;
}
</style>