Shades of Blue Violet #6D22DF
Tints of Blue Violet #6D22DF
RGB
CMYK
RGB Variations
Color information
#6D22DF (or 0x6D22DF) is known color: Blue Violet. HEX triplet: 6D, 22 and DF. RGB value is (109,34,223). Sum of RGB (Red+Green+Blue) = 109+34+223=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D22DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D22DF is #92DD20. Grayscale: #4D4D4D. Windows color (decimal): -9624865 or 14623341. OLE color: 14623341.
HSL color Cylindrical-coordinate representation of color #6D22DF: hue angle of 263.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D22DF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 34 | 223 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.13 |
| HSL | 263.81º | 0.75% | 0.5% | - |
| HSV(B) | 263.81º | 0.85% | 0.87% | - |
| XYZ | 20.2 | 9.72 | 70.62 | - |
| YUV | 77.97 | 209.85 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 223 | 0.51 | 0.85 | 0 | 0.13 | 263.81 | 0.75 | 0.5 |
| Hex | 6D | 22 | DF | 33 | 55 | 0 | D | 108 | 4B | 32 |
| Octal | 155 | 42 | 337 | 63 | 125 | 0 | 15 | 410 | 113 | 62 |
| Binary | 1101101 | 100010 | 11011111 | 110011 | 1010101 | 0 | 1101 | 100001000 | 1001011 | 110010 |
Color Harmonies of #6D22DF
Complementary color
Monochromatic Colors of #6D22DF
Black with #6D22DF
Text Example
Text Example
White with #6D22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D22DF; }
p { color: rgb(109,34,223); }
H1.HeaderClassName
{
color: #6D22DF;
}
.AnyTagClassName
{
color: #6D22DF;
}
</style>
background-color css
<style>
a { background-color: #6D22DF; }
a { background-color: rgb(109,34,223); }
div.DivClassName
{
background-color: #6D22DF;
}
.BgClassName
{
background-color: #6D22DF;
}
</style>
border-color css
<style>
span { border-color: #6D22DF; }
span { border-color: rgb(109,34,223); }
td.TdClassName
{
border-color: #6D22DF;
}
.TagClassName
{
border-color: #6D22DF;
}
</style>