Shades of Blue Violet #6F16DA
Tints of Blue Violet #6F16DA
RGB
CMYK
RGB Variations
Color information
#6F16DA (or 0x6F16DA) is known color: Blue Violet. HEX triplet: 6F, 16 and DA. RGB value is (111,22,218). Sum of RGB (Red+Green+Blue) = 111+22+218=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F16DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F16DA is #90E925. Grayscale: #464646. Windows color (decimal): -9496870 or 14292591. OLE color: 14292591.
HSL color Cylindrical-coordinate representation of color #6F16DA: hue angle of 267.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F16DA is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 22 | 218 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.15 |
| HSL | 267.24º | 0.82% | 0.47% | - |
| HSV(B) | 267.24º | 0.9% | 0.85% | - |
| XYZ | 19.5 | 9.02 | 67.04 | - |
| YUV | 70.96 | 210.99 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 218 | 0.49 | 0.90 | 0 | 0.15 | 267.24 | 0.82 | 0.47 |
| Hex | 6F | 16 | DA | 31 | 5A | 0 | F | 10B | 52 | 2F |
| Octal | 157 | 26 | 332 | 61 | 132 | 0 | 17 | 413 | 122 | 57 |
| Binary | 1101111 | 10110 | 11011010 | 110001 | 1011010 | 0 | 1111 | 100001011 | 1010010 | 101111 |
Color Harmonies of #6F16DA
Complementary color
Monochromatic Colors of #6F16DA
Black with #6F16DA
Text Example
Text Example
White with #6F16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F16DA; }
p { color: rgb(111,22,218); }
H1.HeaderClassName
{
color: #6F16DA;
}
.AnyTagClassName
{
color: #6F16DA;
}
</style>
background-color css
<style>
a { background-color: #6F16DA; }
a { background-color: rgb(111,22,218); }
div.DivClassName
{
background-color: #6F16DA;
}
.BgClassName
{
background-color: #6F16DA;
}
</style>
border-color css
<style>
span { border-color: #6F16DA; }
span { border-color: rgb(111,22,218); }
td.TdClassName
{
border-color: #6F16DA;
}
.TagClassName
{
border-color: #6F16DA;
}
</style>