Shades of Blue Violet #6F1ADB
Tints of Blue Violet #6F1ADB
RGB
CMYK
RGB Variations
Color information
#6F1ADB (or 0x6F1ADB) is known color: Blue Violet. HEX triplet: 6F, 1A and DB. RGB value is (111,26,219). Sum of RGB (Red+Green+Blue) = 111+26+219=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F1ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1ADB is #90E524. Grayscale: #484848. Windows color (decimal): -9495845 or 14359151. OLE color: 14359151.
HSL color Cylindrical-coordinate representation of color #6F1ADB: hue angle of 266.42º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1ADB is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 26 | 219 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.14 |
| HSL | 266.42º | 0.79% | 0.48% | - |
| HSV(B) | 266.42º | 0.88% | 0.86% | - |
| XYZ | 19.71 | 9.23 | 67.76 | - |
| YUV | 73.42 | 210.16 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 219 | 0.49 | 0.88 | 0 | 0.14 | 266.42 | 0.79 | 0.48 |
| Hex | 6F | 1A | DB | 31 | 58 | 0 | E | 10A | 4F | 30 |
| Octal | 157 | 32 | 333 | 61 | 130 | 0 | 16 | 412 | 117 | 60 |
| Binary | 1101111 | 11010 | 11011011 | 110001 | 1011000 | 0 | 1110 | 100001010 | 1001111 | 110000 |
Color Harmonies of #6F1ADB
Complementary color
Monochromatic Colors of #6F1ADB
Black with #6F1ADB
Text Example
Text Example
White with #6F1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1ADB; }
p { color: rgb(111,26,219); }
H1.HeaderClassName
{
color: #6F1ADB;
}
.AnyTagClassName
{
color: #6F1ADB;
}
</style>
background-color css
<style>
a { background-color: #6F1ADB; }
a { background-color: rgb(111,26,219); }
div.DivClassName
{
background-color: #6F1ADB;
}
.BgClassName
{
background-color: #6F1ADB;
}
</style>
border-color css
<style>
span { border-color: #6F1ADB; }
span { border-color: rgb(111,26,219); }
td.TdClassName
{
border-color: #6F1ADB;
}
.TagClassName
{
border-color: #6F1ADB;
}
</style>