Shades of Blue Violet #6D3EEB
Tints of Blue Violet #6D3EEB
RGB
CMYK
RGB Variations
Color information
#6D3EEB (or 0x6D3EEB) is known color: Blue Violet. HEX triplet: 6D, 3E and EB. RGB value is (109,62,235). Sum of RGB (Red+Green+Blue) = 109+62+235=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 62 (24.61% from 255 or 15.27% 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 #6D3EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3EEB is #92C114. Grayscale: #5F5F5F. Windows color (decimal): -9617685 or 15416941. OLE color: 15416941.
HSL color Cylindrical-coordinate representation of color #6D3EEB: hue angle of 256.3º 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 #6D3EEB is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 62 | 235 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.08 |
| HSL | 256.3º | 0.81% | 0.58% | - |
| HSV(B) | 256.3º | 0.74% | 0.92% | - |
| XYZ | 23.02 | 12.69 | 79.83 | - |
| YUV | 95.78 | 206.57 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 235 | 0.54 | 0.74 | 0 | 0.08 | 256.3 | 0.81 | 0.58 |
| Hex | 6D | 3E | EB | 36 | 4A | 0 | 8 | 100 | 51 | 3A |
| Octal | 155 | 76 | 353 | 66 | 112 | 0 | 10 | 400 | 121 | 72 |
| Binary | 1101101 | 111110 | 11101011 | 110110 | 1001010 | 0 | 1000 | 100000000 | 1010001 | 111010 |
Color Harmonies of #6D3EEB
Complementary color
Monochromatic Colors of #6D3EEB
Black with #6D3EEB
Text Example
Text Example
White with #6D3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3EEB; }
p { color: rgb(109,62,235); }
H1.HeaderClassName
{
color: #6D3EEB;
}
.AnyTagClassName
{
color: #6D3EEB;
}
</style>
background-color css
<style>
a { background-color: #6D3EEB; }
a { background-color: rgb(109,62,235); }
div.DivClassName
{
background-color: #6D3EEB;
}
.BgClassName
{
background-color: #6D3EEB;
}
</style>
border-color css
<style>
span { border-color: #6D3EEB; }
span { border-color: rgb(109,62,235); }
td.TdClassName
{
border-color: #6D3EEB;
}
.TagClassName
{
border-color: #6D3EEB;
}
</style>