Shades of Electric Indigo #6714FF
Tints of Electric Indigo #6714FF
RGB
CMYK
RGB Variations
Color information
#6714FF (or 0x6714FF) is known color: Electric Indigo. HEX triplet: 67, 14 and FF. RGB value is (103,20,255). Sum of RGB (Red+Green+Blue) = 103+20+255=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #6714FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6714FF is #98EB00. Grayscale: #464646. Windows color (decimal): -10021633 or 16716903. OLE color: 16716903.
HSL color Cylindrical-coordinate representation of color #6714FF: hue angle of 261.19º 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 #6714FF is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 20 | 255 | - |
| CMYK | 0.60 | 0.92 | 0 | 0 |
| HSL | 261.19º | 1% | 0.54% | - |
| HSV(B) | 261.19º | 0.92% | 1% | - |
| XYZ | 23.89 | 10.6 | 95.4 | - |
| YUV | 71.61 | 231.5 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 255 | 0.60 | 0.92 | 0 | 0 | 261.19 | 1 | 0.54 |
| Hex | 67 | 14 | FF | 3C | 5C | 0 | 0 | 105 | 64 | 36 |
| Octal | 147 | 24 | 377 | 74 | 134 | 0 | 0 | 405 | 144 | 66 |
| Binary | 1100111 | 10100 | 11111111 | 111100 | 1011100 | 0 | 0 | 100000101 | 1100100 | 110110 |
Color Harmonies of #6714FF
Complementary color
Monochromatic Colors of #6714FF
Black with #6714FF
Text Example
Text Example
White with #6714FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6714FF; }
p { color: rgb(103,20,255); }
H1.HeaderClassName
{
color: #6714FF;
}
.AnyTagClassName
{
color: #6714FF;
}
</style>
background-color css
<style>
a { background-color: #6714FF; }
a { background-color: rgb(103,20,255); }
div.DivClassName
{
background-color: #6714FF;
}
.BgClassName
{
background-color: #6714FF;
}
</style>
border-color css
<style>
span { border-color: #6714FF; }
span { border-color: rgb(103,20,255); }
td.TdClassName
{
border-color: #6714FF;
}
.TagClassName
{
border-color: #6714FF;
}
</style>