Shades of Blue Violet #6D3DEC
Tints of Blue Violet #6D3DEC
RGB
CMYK
RGB Variations
Color information
#6D3DEC (or 0x6D3DEC) is known color: Blue Violet. HEX triplet: 6D, 3D and EC. RGB value is (109,61,236). Sum of RGB (Red+Green+Blue) = 109+61+236=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D3DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3DEC is #92C213. Grayscale: #5E5E5E. Windows color (decimal): -9617940 or 15482221. OLE color: 15482221.
HSL color Cylindrical-coordinate representation of color #6D3DEC: hue angle of 256.46º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D3DEC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 61 | 236 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.07 |
| HSL | 256.46º | 0.82% | 0.58% | - |
| HSV(B) | 256.46º | 0.74% | 0.93% | - |
| XYZ | 23.12 | 12.64 | 80.58 | - |
| YUV | 95.3 | 207.4 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 236 | 0.54 | 0.74 | 0 | 0.07 | 256.46 | 0.82 | 0.58 |
| Hex | 6D | 3D | EC | 36 | 4A | 0 | 7 | 100 | 52 | 3A |
| Octal | 155 | 75 | 354 | 66 | 112 | 0 | 7 | 400 | 122 | 72 |
| Binary | 1101101 | 111101 | 11101100 | 110110 | 1001010 | 0 | 111 | 100000000 | 1010010 | 111010 |
Color Harmonies of #6D3DEC
Complementary color
Monochromatic Colors of #6D3DEC
Black with #6D3DEC
Text Example
Text Example
White with #6D3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3DEC; }
p { color: rgb(109,61,236); }
H1.HeaderClassName
{
color: #6D3DEC;
}
.AnyTagClassName
{
color: #6D3DEC;
}
</style>
background-color css
<style>
a { background-color: #6D3DEC; }
a { background-color: rgb(109,61,236); }
div.DivClassName
{
background-color: #6D3DEC;
}
.BgClassName
{
background-color: #6D3DEC;
}
</style>
border-color css
<style>
span { border-color: #6D3DEC; }
span { border-color: rgb(109,61,236); }
td.TdClassName
{
border-color: #6D3DEC;
}
.TagClassName
{
border-color: #6D3DEC;
}
</style>