Shades of Electric Indigo #6914DF
Tints of Electric Indigo #6914DF
RGB
CMYK
RGB Variations
Color information
#6914DF (or 0x6914DF) is known color: Electric Indigo. HEX triplet: 69, 14 and DF. RGB value is (105,20,223). Sum of RGB (Red+Green+Blue) = 105+20+223=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #6914DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6914DF is #96EB20. Grayscale: #434343. Windows color (decimal): -9890593 or 14619753. OLE color: 14619753.
HSL color Cylindrical-coordinate representation of color #6914DF: hue angle of 265.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6914DF is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 20 | 223 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.13 |
| HSL | 265.12º | 0.84% | 0.48% | - |
| HSV(B) | 265.12º | 0.91% | 0.87% | - |
| XYZ | 19.4 | 8.83 | 70.49 | - |
| YUV | 68.56 | 215.16 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 20 | 223 | 0.53 | 0.91 | 0 | 0.13 | 265.12 | 0.84 | 0.48 |
| Hex | 69 | 14 | DF | 35 | 5B | 0 | D | 109 | 54 | 30 |
| Octal | 151 | 24 | 337 | 65 | 133 | 0 | 15 | 411 | 124 | 60 |
| Binary | 1101001 | 10100 | 11011111 | 110101 | 1011011 | 0 | 1101 | 100001001 | 1010100 | 110000 |
Color Harmonies of #6914DF
Complementary color
Monochromatic Colors of #6914DF
Black with #6914DF
Text Example
Text Example
White with #6914DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6914DF; }
p { color: rgb(105,20,223); }
H1.HeaderClassName
{
color: #6914DF;
}
.AnyTagClassName
{
color: #6914DF;
}
</style>
background-color css
<style>
a { background-color: #6914DF; }
a { background-color: rgb(105,20,223); }
div.DivClassName
{
background-color: #6914DF;
}
.BgClassName
{
background-color: #6914DF;
}
</style>
border-color css
<style>
span { border-color: #6914DF; }
span { border-color: rgb(105,20,223); }
td.TdClassName
{
border-color: #6914DF;
}
.TagClassName
{
border-color: #6914DF;
}
</style>