Shades of Blue Violet #6E14DF
Tints of Blue Violet #6E14DF
RGB
CMYK
RGB Variations
Color information
#6E14DF (or 0x6E14DF) is known color: Blue Violet. HEX triplet: 6E, 14 and DF. RGB value is (110,20,223). Sum of RGB (Red+Green+Blue) = 110+20+223=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E14DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14DF is #91EB20. Grayscale: #454545. Windows color (decimal): -9562913 or 14619758. OLE color: 14619758.
HSL color Cylindrical-coordinate representation of color #6E14DF: hue angle of 266.6º 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 #6E14DF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 20 | 223 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.13 |
| HSL | 266.6º | 0.84% | 0.48% | - |
| HSV(B) | 266.6º | 0.91% | 0.87% | - |
| XYZ | 20 | 9.14 | 70.52 | - |
| YUV | 70.05 | 214.32 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 223 | 0.51 | 0.91 | 0 | 0.13 | 266.6 | 0.84 | 0.48 |
| Hex | 6E | 14 | DF | 33 | 5B | 0 | D | 10B | 54 | 30 |
| Octal | 156 | 24 | 337 | 63 | 133 | 0 | 15 | 413 | 124 | 60 |
| Binary | 1101110 | 10100 | 11011111 | 110011 | 1011011 | 0 | 1101 | 100001011 | 1010100 | 110000 |
Color Harmonies of #6E14DF
Complementary color
Monochromatic Colors of #6E14DF
Black with #6E14DF
Text Example
Text Example
White with #6E14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E14DF; }
p { color: rgb(110,20,223); }
H1.HeaderClassName
{
color: #6E14DF;
}
.AnyTagClassName
{
color: #6E14DF;
}
</style>
background-color css
<style>
a { background-color: #6E14DF; }
a { background-color: rgb(110,20,223); }
div.DivClassName
{
background-color: #6E14DF;
}
.BgClassName
{
background-color: #6E14DF;
}
</style>
border-color css
<style>
span { border-color: #6E14DF; }
span { border-color: rgb(110,20,223); }
td.TdClassName
{
border-color: #6E14DF;
}
.TagClassName
{
border-color: #6E14DF;
}
</style>