Shades of Blue Violet #6E12DB
Tints of Blue Violet #6E12DB
RGB
CMYK
RGB Variations
Color information
#6E12DB (or 0x6E12DB) is known color: Blue Violet. HEX triplet: 6E, 12 and DB. RGB value is (110,18,219). Sum of RGB (Red+Green+Blue) = 110+18+219=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E12DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E12DB is #91ED24. Grayscale: #434343. Windows color (decimal): -9563429 or 14357102. OLE color: 14357102.
HSL color Cylindrical-coordinate representation of color #6E12DB: hue angle of 267.46º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E12DB is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 18 | 219 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.14 |
| HSL | 267.46º | 0.85% | 0.46% | - |
| HSV(B) | 267.46º | 0.92% | 0.86% | - |
| XYZ | 19.43 | 8.86 | 67.7 | - |
| YUV | 68.42 | 212.98 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 219 | 0.50 | 0.92 | 0 | 0.14 | 267.46 | 0.85 | 0.46 |
| Hex | 6E | 12 | DB | 32 | 5C | 0 | E | 10B | 55 | 2E |
| Octal | 156 | 22 | 333 | 62 | 134 | 0 | 16 | 413 | 125 | 56 |
| Binary | 1101110 | 10010 | 11011011 | 110010 | 1011100 | 0 | 1110 | 100001011 | 1010101 | 101110 |
Color Harmonies of #6E12DB
Complementary color
Monochromatic Colors of #6E12DB
Black with #6E12DB
Text Example
Text Example
White with #6E12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E12DB; }
p { color: rgb(110,18,219); }
H1.HeaderClassName
{
color: #6E12DB;
}
.AnyTagClassName
{
color: #6E12DB;
}
</style>
background-color css
<style>
a { background-color: #6E12DB; }
a { background-color: rgb(110,18,219); }
div.DivClassName
{
background-color: #6E12DB;
}
.BgClassName
{
background-color: #6E12DB;
}
</style>
border-color css
<style>
span { border-color: #6E12DB; }
span { border-color: rgb(110,18,219); }
td.TdClassName
{
border-color: #6E12DB;
}
.TagClassName
{
border-color: #6E12DB;
}
</style>