Shades of Blue Violet #6E3DEB
Tints of Blue Violet #6E3DEB
RGB
CMYK
RGB Variations
Color information
#6E3DEB (or 0x6E3DEB) is known color: Blue Violet. HEX triplet: 6E, 3D and EB. RGB value is (110,61,235). Sum of RGB (Red+Green+Blue) = 110+61+235=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E3DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3DEB is #91C214. Grayscale: #5E5E5E. Windows color (decimal): -9552405 or 15416686. OLE color: 15416686.
HSL color Cylindrical-coordinate representation of color #6E3DEB: hue angle of 256.9º 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 #6E3DEB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 61 | 235 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.08 |
| HSL | 256.9º | 0.81% | 0.58% | - |
| HSV(B) | 256.9º | 0.74% | 0.92% | - |
| XYZ | 23.09 | 12.65 | 79.82 | - |
| YUV | 95.49 | 206.73 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 235 | 0.53 | 0.74 | 0 | 0.08 | 256.9 | 0.81 | 0.58 |
| Hex | 6E | 3D | EB | 35 | 4A | 0 | 8 | 101 | 51 | 3A |
| Octal | 156 | 75 | 353 | 65 | 112 | 0 | 10 | 401 | 121 | 72 |
| Binary | 1101110 | 111101 | 11101011 | 110101 | 1001010 | 0 | 1000 | 100000001 | 1010001 | 111010 |
Color Harmonies of #6E3DEB
Complementary color
Monochromatic Colors of #6E3DEB
Black with #6E3DEB
Text Example
Text Example
White with #6E3DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3DEB; }
p { color: rgb(110,61,235); }
H1.HeaderClassName
{
color: #6E3DEB;
}
.AnyTagClassName
{
color: #6E3DEB;
}
</style>
background-color css
<style>
a { background-color: #6E3DEB; }
a { background-color: rgb(110,61,235); }
div.DivClassName
{
background-color: #6E3DEB;
}
.BgClassName
{
background-color: #6E3DEB;
}
</style>
border-color css
<style>
span { border-color: #6E3DEB; }
span { border-color: rgb(110,61,235); }
td.TdClassName
{
border-color: #6E3DEB;
}
.TagClassName
{
border-color: #6E3DEB;
}
</style>