Shades of Blue Violet #6E3EEB
Tints of Blue Violet #6E3EEB
RGB
CMYK
RGB Variations
Color information
#6E3EEB (or 0x6E3EEB) is known color: Blue Violet. HEX triplet: 6E, 3E and EB. RGB value is (110,62,235). Sum of RGB (Red+Green+Blue) = 110+62+235=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E3EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3EEB is #91C114. Grayscale: #5F5F5F. Windows color (decimal): -9552149 or 15416942. OLE color: 15416942.
HSL color Cylindrical-coordinate representation of color #6E3EEB: hue angle of 256.65º 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 #6E3EEB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 62 | 235 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.08 |
| HSL | 256.65º | 0.81% | 0.58% | - |
| HSV(B) | 256.65º | 0.74% | 0.92% | - |
| XYZ | 23.15 | 12.76 | 79.84 | - |
| YUV | 96.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 235 | 0.53 | 0.74 | 0 | 0.08 | 256.65 | 0.81 | 0.58 |
| Hex | 6E | 3E | EB | 35 | 4A | 0 | 8 | 101 | 51 | 3A |
| Octal | 156 | 76 | 353 | 65 | 112 | 0 | 10 | 401 | 121 | 72 |
| Binary | 1101110 | 111110 | 11101011 | 110101 | 1001010 | 0 | 1000 | 100000001 | 1010001 | 111010 |
Color Harmonies of #6E3EEB
Complementary color
Monochromatic Colors of #6E3EEB
Black with #6E3EEB
Text Example
Text Example
White with #6E3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3EEB; }
p { color: rgb(110,62,235); }
H1.HeaderClassName
{
color: #6E3EEB;
}
.AnyTagClassName
{
color: #6E3EEB;
}
</style>
background-color css
<style>
a { background-color: #6E3EEB; }
a { background-color: rgb(110,62,235); }
div.DivClassName
{
background-color: #6E3EEB;
}
.BgClassName
{
background-color: #6E3EEB;
}
</style>
border-color css
<style>
span { border-color: #6E3EEB; }
span { border-color: rgb(110,62,235); }
td.TdClassName
{
border-color: #6E3EEB;
}
.TagClassName
{
border-color: #6E3EEB;
}
</style>