Shades of Blue Violet #6E2DDF
Tints of Blue Violet #6E2DDF
RGB
CMYK
RGB Variations
Color information
#6E2DDF (or 0x6E2DDF) is known color: Blue Violet. HEX triplet: 6E, 2D and DF. RGB value is (110,45,223). Sum of RGB (Red+Green+Blue) = 110+45+223=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E2DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2DDF is #91D220. Grayscale: #545454. Windows color (decimal): -9556513 or 14626158. OLE color: 14626158.
HSL color Cylindrical-coordinate representation of color #6E2DDF: hue angle of 261.91º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E2DDF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 45 | 223 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.13 |
| HSL | 261.91º | 0.74% | 0.53% | - |
| HSV(B) | 261.91º | 0.8% | 0.87% | - |
| XYZ | 20.69 | 10.52 | 70.75 | - |
| YUV | 84.73 | 206.03 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 223 | 0.51 | 0.80 | 0 | 0.13 | 261.91 | 0.74 | 0.53 |
| Hex | 6E | 2D | DF | 33 | 50 | 0 | D | 106 | 4A | 35 |
| Octal | 156 | 55 | 337 | 63 | 120 | 0 | 15 | 406 | 112 | 65 |
| Binary | 1101110 | 101101 | 11011111 | 110011 | 1010000 | 0 | 1101 | 100000110 | 1001010 | 110101 |
Color Harmonies of #6E2DDF
Complementary color
Monochromatic Colors of #6E2DDF
Black with #6E2DDF
Text Example
Text Example
White with #6E2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2DDF; }
p { color: rgb(110,45,223); }
H1.HeaderClassName
{
color: #6E2DDF;
}
.AnyTagClassName
{
color: #6E2DDF;
}
</style>
background-color css
<style>
a { background-color: #6E2DDF; }
a { background-color: rgb(110,45,223); }
div.DivClassName
{
background-color: #6E2DDF;
}
.BgClassName
{
background-color: #6E2DDF;
}
</style>
border-color css
<style>
span { border-color: #6E2DDF; }
span { border-color: rgb(110,45,223); }
td.TdClassName
{
border-color: #6E2DDF;
}
.TagClassName
{
border-color: #6E2DDF;
}
</style>