Shades of Blue Violet #6F16DD
Tints of Blue Violet #6F16DD
RGB
CMYK
RGB Variations
Color information
#6F16DD (or 0x6F16DD) is known color: Blue Violet. HEX triplet: 6F, 16 and DD. RGB value is (111,22,221). Sum of RGB (Red+Green+Blue) = 111+22+221=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F16DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F16DD is #90E922. Grayscale: #464646. Windows color (decimal): -9496867 or 14489199. OLE color: 14489199.
HSL color Cylindrical-coordinate representation of color #6F16DD: hue angle of 266.83º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F16DD is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 22 | 221 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.13 |
| HSL | 266.83º | 0.82% | 0.48% | - |
| HSV(B) | 266.83º | 0.9% | 0.87% | - |
| XYZ | 19.89 | 9.17 | 69.13 | - |
| YUV | 71.3 | 212.49 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 221 | 0.50 | 0.90 | 0 | 0.13 | 266.83 | 0.82 | 0.48 |
| Hex | 6F | 16 | DD | 32 | 5A | 0 | D | 10B | 52 | 30 |
| Octal | 157 | 26 | 335 | 62 | 132 | 0 | 15 | 413 | 122 | 60 |
| Binary | 1101111 | 10110 | 11011101 | 110010 | 1011010 | 0 | 1101 | 100001011 | 1010010 | 110000 |
Color Harmonies of #6F16DD
Complementary color
Monochromatic Colors of #6F16DD
Black with #6F16DD
Text Example
Text Example
White with #6F16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F16DD; }
p { color: rgb(111,22,221); }
H1.HeaderClassName
{
color: #6F16DD;
}
.AnyTagClassName
{
color: #6F16DD;
}
</style>
background-color css
<style>
a { background-color: #6F16DD; }
a { background-color: rgb(111,22,221); }
div.DivClassName
{
background-color: #6F16DD;
}
.BgClassName
{
background-color: #6F16DD;
}
</style>
border-color css
<style>
span { border-color: #6F16DD; }
span { border-color: rgb(111,22,221); }
td.TdClassName
{
border-color: #6F16DD;
}
.TagClassName
{
border-color: #6F16DD;
}
</style>