Shades of Blue Violet #6E0FDA
Tints of Blue Violet #6E0FDA
RGB
CMYK
RGB Variations
Color information
#6E0FDA (or 0x6E0FDA) is known color: Blue Violet. HEX triplet: 6E, 0F and DA. RGB value is (110,15,218). Sum of RGB (Red+Green+Blue) = 110+15+218=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E0FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0FDA is #91F025. Grayscale: #414141. Windows color (decimal): -9564198 or 14290798. OLE color: 14290798.
HSL color Cylindrical-coordinate representation of color #6E0FDA: hue angle of 268.08º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0FDA is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 15 | 218 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.15 |
| HSL | 268.08º | 0.87% | 0.46% | - |
| HSV(B) | 268.08º | 0.93% | 0.85% | - |
| XYZ | 19.26 | 8.72 | 67 | - |
| YUV | 66.55 | 213.47 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 218 | 0.50 | 0.93 | 0 | 0.15 | 268.08 | 0.87 | 0.46 |
| Hex | 6E | F | DA | 32 | 5D | 0 | F | 10C | 57 | 2E |
| Octal | 156 | 17 | 332 | 62 | 135 | 0 | 17 | 414 | 127 | 56 |
| Binary | 1101110 | 1111 | 11011010 | 110010 | 1011101 | 0 | 1111 | 100001100 | 1010111 | 101110 |
Color Harmonies of #6E0FDA
Complementary color
Monochromatic Colors of #6E0FDA
Black with #6E0FDA
Text Example
Text Example
White with #6E0FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0FDA; }
p { color: rgb(110,15,218); }
H1.HeaderClassName
{
color: #6E0FDA;
}
.AnyTagClassName
{
color: #6E0FDA;
}
</style>
background-color css
<style>
a { background-color: #6E0FDA; }
a { background-color: rgb(110,15,218); }
div.DivClassName
{
background-color: #6E0FDA;
}
.BgClassName
{
background-color: #6E0FDA;
}
</style>
border-color css
<style>
span { border-color: #6E0FDA; }
span { border-color: rgb(110,15,218); }
td.TdClassName
{
border-color: #6E0FDA;
}
.TagClassName
{
border-color: #6E0FDA;
}
</style>