Shades of Blue Violet #6F0FDB
Tints of Blue Violet #6F0FDB
RGB
CMYK
RGB Variations
Color information
#6F0FDB (or 0x6F0FDB) is known color: Blue Violet. HEX triplet: 6F, 0F and DB. RGB value is (111,15,219). Sum of RGB (Red+Green+Blue) = 111+15+219=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F0FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0FDB is #90F024. Grayscale: #424242. Windows color (decimal): -9498661 or 14356335. OLE color: 14356335.
HSL color Cylindrical-coordinate representation of color #6F0FDB: hue angle of 268.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0FDB is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 15 | 219 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.14 |
| HSL | 268.24º | 0.87% | 0.46% | - |
| HSV(B) | 268.24º | 0.93% | 0.86% | - |
| XYZ | 19.51 | 8.84 | 67.69 | - |
| YUV | 66.96 | 213.8 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 219 | 0.49 | 0.93 | 0 | 0.14 | 268.24 | 0.87 | 0.46 |
| Hex | 6F | F | DB | 31 | 5D | 0 | E | 10C | 57 | 2E |
| Octal | 157 | 17 | 333 | 61 | 135 | 0 | 16 | 414 | 127 | 56 |
| Binary | 1101111 | 1111 | 11011011 | 110001 | 1011101 | 0 | 1110 | 100001100 | 1010111 | 101110 |
Color Harmonies of #6F0FDB
Complementary color
Monochromatic Colors of #6F0FDB
Black with #6F0FDB
Text Example
Text Example
White with #6F0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0FDB; }
p { color: rgb(111,15,219); }
H1.HeaderClassName
{
color: #6F0FDB;
}
.AnyTagClassName
{
color: #6F0FDB;
}
</style>
background-color css
<style>
a { background-color: #6F0FDB; }
a { background-color: rgb(111,15,219); }
div.DivClassName
{
background-color: #6F0FDB;
}
.BgClassName
{
background-color: #6F0FDB;
}
</style>
border-color css
<style>
span { border-color: #6F0FDB; }
span { border-color: rgb(111,15,219); }
td.TdClassName
{
border-color: #6F0FDB;
}
.TagClassName
{
border-color: #6F0FDB;
}
</style>