Shades of Blue Violet #6E16DC
Tints of Blue Violet #6E16DC
RGB
CMYK
RGB Variations
Color information
#6E16DC (or 0x6E16DC) is known color: Blue Violet. HEX triplet: 6E, 16 and DC. RGB value is (110,22,220). Sum of RGB (Red+Green+Blue) = 110+22+220=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E16DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E16DC is #91E923. Grayscale: #464646. Windows color (decimal): -9562404 or 14423662. OLE color: 14423662.
HSL color Cylindrical-coordinate representation of color #6E16DC: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E16DC is Cyan = 0.50, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 22 | 220 | - |
| CMYK | 0.50 | 0.9 | 0 | 0.14 |
| HSL | 266.67º | 0.82% | 0.47% | - |
| HSV(B) | 266.67º | 0.9% | 0.86% | - |
| XYZ | 19.64 | 9.06 | 68.42 | - |
| YUV | 70.88 | 212.15 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 220 | 0.50 | 0.9 | 0 | 0.14 | 266.67 | 0.82 | 0.47 |
| Hex | 6E | 16 | DC | 32 | 5A | 0 | E | 10B | 52 | 2F |
| Octal | 156 | 26 | 334 | 62 | 132 | 0 | 16 | 413 | 122 | 57 |
| Binary | 1101110 | 10110 | 11011100 | 110010 | 1011010 | 0 | 1110 | 100001011 | 1010010 | 101111 |
Color Harmonies of #6E16DC
Complementary color
Monochromatic Colors of #6E16DC
Black with #6E16DC
Text Example
Text Example
White with #6E16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E16DC; }
p { color: rgb(110,22,220); }
H1.HeaderClassName
{
color: #6E16DC;
}
.AnyTagClassName
{
color: #6E16DC;
}
</style>
background-color css
<style>
a { background-color: #6E16DC; }
a { background-color: rgb(110,22,220); }
div.DivClassName
{
background-color: #6E16DC;
}
.BgClassName
{
background-color: #6E16DC;
}
</style>
border-color css
<style>
span { border-color: #6E16DC; }
span { border-color: rgb(110,22,220); }
td.TdClassName
{
border-color: #6E16DC;
}
.TagClassName
{
border-color: #6E16DC;
}
</style>