Shades of Blue Violet #6F14DB
Tints of Blue Violet #6F14DB
RGB
CMYK
RGB Variations
Color information
#6F14DB (or 0x6F14DB) is known color: Blue Violet. HEX triplet: 6F, 14 and DB. RGB value is (111,20,219). Sum of RGB (Red+Green+Blue) = 111+20+219=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F14DB is #90EB24. Grayscale: #454545. Windows color (decimal): -9497381 or 14357615. OLE color: 14357615.
HSL color Cylindrical-coordinate representation of color #6F14DB: hue angle of 267.44º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F14DB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 20 | 219 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.14 |
| HSL | 267.44º | 0.83% | 0.47% | - |
| HSV(B) | 267.44º | 0.91% | 0.86% | - |
| XYZ | 19.59 | 8.99 | 67.72 | - |
| YUV | 69.9 | 212.15 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 219 | 0.49 | 0.91 | 0 | 0.14 | 267.44 | 0.83 | 0.47 |
| Hex | 6F | 14 | DB | 31 | 5B | 0 | E | 10B | 53 | 2F |
| Octal | 157 | 24 | 333 | 61 | 133 | 0 | 16 | 413 | 123 | 57 |
| Binary | 1101111 | 10100 | 11011011 | 110001 | 1011011 | 0 | 1110 | 100001011 | 1010011 | 101111 |
Color Harmonies of #6F14DB
Complementary color
Monochromatic Colors of #6F14DB
Black with #6F14DB
Text Example
Text Example
White with #6F14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F14DB; }
p { color: rgb(111,20,219); }
H1.HeaderClassName
{
color: #6F14DB;
}
.AnyTagClassName
{
color: #6F14DB;
}
</style>
background-color css
<style>
a { background-color: #6F14DB; }
a { background-color: rgb(111,20,219); }
div.DivClassName
{
background-color: #6F14DB;
}
.BgClassName
{
background-color: #6F14DB;
}
</style>
border-color css
<style>
span { border-color: #6F14DB; }
span { border-color: rgb(111,20,219); }
td.TdClassName
{
border-color: #6F14DB;
}
.TagClassName
{
border-color: #6F14DB;
}
</style>