Shades of Blue Violet #6E2EDF
Tints of Blue Violet #6E2EDF
RGB
CMYK
RGB Variations
Color information
#6E2EDF (or 0x6E2EDF) is known color: Blue Violet. HEX triplet: 6E, 2E and DF. RGB value is (110,46,223). Sum of RGB (Red+Green+Blue) = 110+46+223=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E2EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2EDF is #91D120. Grayscale: #545454. Windows color (decimal): -9556257 or 14626414. OLE color: 14626414.
HSL color Cylindrical-coordinate representation of color #6E2EDF: hue angle of 261.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E2EDF is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 46 | 223 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.13 |
| HSL | 261.69º | 0.73% | 0.53% | - |
| HSV(B) | 261.69º | 0.79% | 0.87% | - |
| XYZ | 20.73 | 10.6 | 70.76 | - |
| YUV | 85.31 | 205.7 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 223 | 0.51 | 0.79 | 0 | 0.13 | 261.69 | 0.73 | 0.53 |
| Hex | 6E | 2E | DF | 33 | 4F | 0 | D | 106 | 49 | 35 |
| Octal | 156 | 56 | 337 | 63 | 117 | 0 | 15 | 406 | 111 | 65 |
| Binary | 1101110 | 101110 | 11011111 | 110011 | 1001111 | 0 | 1101 | 100000110 | 1001001 | 110101 |
Color Harmonies of #6E2EDF
Complementary color
Monochromatic Colors of #6E2EDF
Black with #6E2EDF
Text Example
Text Example
White with #6E2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2EDF; }
p { color: rgb(110,46,223); }
H1.HeaderClassName
{
color: #6E2EDF;
}
.AnyTagClassName
{
color: #6E2EDF;
}
</style>
background-color css
<style>
a { background-color: #6E2EDF; }
a { background-color: rgb(110,46,223); }
div.DivClassName
{
background-color: #6E2EDF;
}
.BgClassName
{
background-color: #6E2EDF;
}
</style>
border-color css
<style>
span { border-color: #6E2EDF; }
span { border-color: rgb(110,46,223); }
td.TdClassName
{
border-color: #6E2EDF;
}
.TagClassName
{
border-color: #6E2EDF;
}
</style>