Shades of Blue Violet #6E2CEB
Tints of Blue Violet #6E2CEB
RGB
CMYK
RGB Variations
Color information
#6E2CEB (or 0x6E2CEB) is known color: Blue Violet. HEX triplet: 6E, 2C and EB. RGB value is (110,44,235). Sum of RGB (Red+Green+Blue) = 110+44+235=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E2CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2CEB is #91D314. Grayscale: #545454. Windows color (decimal): -9556757 or 15412334. OLE color: 15412334.
HSL color Cylindrical-coordinate representation of color #6E2CEB: hue angle of 260.73º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2CEB is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 44 | 235 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.08 |
| HSL | 260.73º | 0.83% | 0.55% | - |
| HSV(B) | 260.73º | 0.81% | 0.92% | - |
| XYZ | 22.33 | 11.11 | 79.57 | - |
| YUV | 85.51 | 212.37 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 235 | 0.53 | 0.81 | 0 | 0.08 | 260.73 | 0.83 | 0.55 |
| Hex | 6E | 2C | EB | 35 | 51 | 0 | 8 | 105 | 53 | 37 |
| Octal | 156 | 54 | 353 | 65 | 121 | 0 | 10 | 405 | 123 | 67 |
| Binary | 1101110 | 101100 | 11101011 | 110101 | 1010001 | 0 | 1000 | 100000101 | 1010011 | 110111 |
Color Harmonies of #6E2CEB
Complementary color
Monochromatic Colors of #6E2CEB
Black with #6E2CEB
Text Example
Text Example
White with #6E2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2CEB; }
p { color: rgb(110,44,235); }
H1.HeaderClassName
{
color: #6E2CEB;
}
.AnyTagClassName
{
color: #6E2CEB;
}
</style>
background-color css
<style>
a { background-color: #6E2CEB; }
a { background-color: rgb(110,44,235); }
div.DivClassName
{
background-color: #6E2CEB;
}
.BgClassName
{
background-color: #6E2CEB;
}
</style>
border-color css
<style>
span { border-color: #6E2CEB; }
span { border-color: rgb(110,44,235); }
td.TdClassName
{
border-color: #6E2CEB;
}
.TagClassName
{
border-color: #6E2CEB;
}
</style>