Shades of Blue Violet #6E10DB
Tints of Blue Violet #6E10DB
RGB
CMYK
RGB Variations
Color information
#6E10DB (or 0x6E10DB) is known color: Blue Violet. HEX triplet: 6E, 10 and DB. RGB value is (110,16,219). Sum of RGB (Red+Green+Blue) = 110+16+219=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E10DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E10DB is #91EF24. Grayscale: #424242. Windows color (decimal): -9563941 or 14356590. OLE color: 14356590.
HSL color Cylindrical-coordinate representation of color #6E10DB: hue angle of 267.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E10DB is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 16 | 219 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.14 |
| HSL | 267.78º | 0.86% | 0.46% | - |
| HSV(B) | 267.78º | 0.93% | 0.86% | - |
| XYZ | 19.4 | 8.8 | 67.69 | - |
| YUV | 67.25 | 213.64 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 219 | 0.50 | 0.93 | 0 | 0.14 | 267.78 | 0.86 | 0.46 |
| Hex | 6E | 10 | DB | 32 | 5D | 0 | E | 10C | 56 | 2E |
| Octal | 156 | 20 | 333 | 62 | 135 | 0 | 16 | 414 | 126 | 56 |
| Binary | 1101110 | 10000 | 11011011 | 110010 | 1011101 | 0 | 1110 | 100001100 | 1010110 | 101110 |
Color Harmonies of #6E10DB
Complementary color
Monochromatic Colors of #6E10DB
Black with #6E10DB
Text Example
Text Example
White with #6E10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E10DB; }
p { color: rgb(110,16,219); }
H1.HeaderClassName
{
color: #6E10DB;
}
.AnyTagClassName
{
color: #6E10DB;
}
</style>
background-color css
<style>
a { background-color: #6E10DB; }
a { background-color: rgb(110,16,219); }
div.DivClassName
{
background-color: #6E10DB;
}
.BgClassName
{
background-color: #6E10DB;
}
</style>
border-color css
<style>
span { border-color: #6E10DB; }
span { border-color: rgb(110,16,219); }
td.TdClassName
{
border-color: #6E10DB;
}
.TagClassName
{
border-color: #6E10DB;
}
</style>