Shades of Blue Violet #6E3CEB
Tints of Blue Violet #6E3CEB
RGB
CMYK
RGB Variations
Color information
#6E3CEB (or 0x6E3CEB) is known color: Blue Violet. HEX triplet: 6E, 3C and EB. RGB value is (110,60,235). Sum of RGB (Red+Green+Blue) = 110+60+235=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E3CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3CEB is #91C314. Grayscale: #5E5E5E. Windows color (decimal): -9552661 or 15416430. OLE color: 15416430.
HSL color Cylindrical-coordinate representation of color #6E3CEB: hue angle of 257.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E3CEB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 60 | 235 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.08 |
| HSL | 257.14º | 0.81% | 0.58% | - |
| HSV(B) | 257.14º | 0.74% | 0.92% | - |
| XYZ | 23.04 | 12.54 | 79.8 | - |
| YUV | 94.9 | 207.07 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 235 | 0.53 | 0.74 | 0 | 0.08 | 257.14 | 0.81 | 0.58 |
| Hex | 6E | 3C | EB | 35 | 4A | 0 | 8 | 101 | 51 | 3A |
| Octal | 156 | 74 | 353 | 65 | 112 | 0 | 10 | 401 | 121 | 72 |
| Binary | 1101110 | 111100 | 11101011 | 110101 | 1001010 | 0 | 1000 | 100000001 | 1010001 | 111010 |
Color Harmonies of #6E3CEB
Complementary color
Monochromatic Colors of #6E3CEB
Black with #6E3CEB
Text Example
Text Example
White with #6E3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3CEB; }
p { color: rgb(110,60,235); }
H1.HeaderClassName
{
color: #6E3CEB;
}
.AnyTagClassName
{
color: #6E3CEB;
}
</style>
background-color css
<style>
a { background-color: #6E3CEB; }
a { background-color: rgb(110,60,235); }
div.DivClassName
{
background-color: #6E3CEB;
}
.BgClassName
{
background-color: #6E3CEB;
}
</style>
border-color css
<style>
span { border-color: #6E3CEB; }
span { border-color: rgb(110,60,235); }
td.TdClassName
{
border-color: #6E3CEB;
}
.TagClassName
{
border-color: #6E3CEB;
}
</style>