Shades of Electric Indigo #6715FF
Tints of Electric Indigo #6715FF
RGB
CMYK
RGB Variations
Color information
#6715FF (or 0x6715FF) is known color: Electric Indigo. HEX triplet: 67, 15 and FF. RGB value is (103,21,255). Sum of RGB (Red+Green+Blue) = 103+21+255=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #6715FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6715FF is #98EA00. Grayscale: #474747. Windows color (decimal): -10021377 or 16717159. OLE color: 16717159.
HSL color Cylindrical-coordinate representation of color #6715FF: hue angle of 261.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6715FF is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 21 | 255 | - |
| CMYK | 0.60 | 0.92 | 0 | 0 |
| HSL | 261.03º | 1% | 0.54% | - |
| HSV(B) | 261.03º | 0.92% | 1% | - |
| XYZ | 23.91 | 10.64 | 95.4 | - |
| YUV | 72.19 | 231.17 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 255 | 0.60 | 0.92 | 0 | 0 | 261.03 | 1 | 0.54 |
| Hex | 67 | 15 | FF | 3C | 5C | 0 | 0 | 105 | 64 | 36 |
| Octal | 147 | 25 | 377 | 74 | 134 | 0 | 0 | 405 | 144 | 66 |
| Binary | 1100111 | 10101 | 11111111 | 111100 | 1011100 | 0 | 0 | 100000101 | 1100100 | 110110 |
Color Harmonies of #6715FF
Complementary color
Monochromatic Colors of #6715FF
Black with #6715FF
Text Example
Text Example
White with #6715FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715FF; }
p { color: rgb(103,21,255); }
H1.HeaderClassName
{
color: #6715FF;
}
.AnyTagClassName
{
color: #6715FF;
}
</style>
background-color css
<style>
a { background-color: #6715FF; }
a { background-color: rgb(103,21,255); }
div.DivClassName
{
background-color: #6715FF;
}
.BgClassName
{
background-color: #6715FF;
}
</style>
border-color css
<style>
span { border-color: #6715FF; }
span { border-color: rgb(103,21,255); }
td.TdClassName
{
border-color: #6715FF;
}
.TagClassName
{
border-color: #6715FF;
}
</style>