Shades of Blue Violet #6D2DEF
Tints of Blue Violet #6D2DEF
RGB
CMYK
RGB Variations
Color information
#6D2DEF (or 0x6D2DEF) is known color: Blue Violet. HEX triplet: 6D, 2D and EF. RGB value is (109,45,239). Sum of RGB (Red+Green+Blue) = 109+45+239=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D2DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2DEF is #92D210. Grayscale: #555555. Windows color (decimal): -9622033 or 15674733. OLE color: 15674733.
HSL color Cylindrical-coordinate representation of color #6D2DEF: hue angle of 259.79º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D2DEF is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 45 | 239 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.06 |
| HSL | 259.79º | 0.86% | 0.56% | - |
| HSV(B) | 259.79º | 0.81% | 0.94% | - |
| XYZ | 22.83 | 11.36 | 82.65 | - |
| YUV | 86.25 | 214.2 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 45 | 239 | 0.54 | 0.81 | 0 | 0.06 | 259.79 | 0.86 | 0.56 |
| Hex | 6D | 2D | EF | 36 | 51 | 0 | 6 | 104 | 56 | 38 |
| Octal | 155 | 55 | 357 | 66 | 121 | 0 | 6 | 404 | 126 | 70 |
| Binary | 1101101 | 101101 | 11101111 | 110110 | 1010001 | 0 | 110 | 100000100 | 1010110 | 111000 |
Color Harmonies of #6D2DEF
Complementary color
Monochromatic Colors of #6D2DEF
Black with #6D2DEF
Text Example
Text Example
White with #6D2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2DEF; }
p { color: rgb(109,45,239); }
H1.HeaderClassName
{
color: #6D2DEF;
}
.AnyTagClassName
{
color: #6D2DEF;
}
</style>
background-color css
<style>
a { background-color: #6D2DEF; }
a { background-color: rgb(109,45,239); }
div.DivClassName
{
background-color: #6D2DEF;
}
.BgClassName
{
background-color: #6D2DEF;
}
</style>
border-color css
<style>
span { border-color: #6D2DEF; }
span { border-color: rgb(109,45,239); }
td.TdClassName
{
border-color: #6D2DEF;
}
.TagClassName
{
border-color: #6D2DEF;
}
</style>