Shades of Blue Violet #6E40EF
Tints of Blue Violet #6E40EF
RGB
CMYK
RGB Variations
Color information
#6E40EF (or 0x6E40EF) is known color: Blue Violet. HEX triplet: 6E, 40 and EF. RGB value is (110,64,239). Sum of RGB (Red+Green+Blue) = 110+64+239=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E40EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E40EF is #91BF10. Grayscale: #616161. Windows color (decimal): -9551633 or 15679598. OLE color: 15679598.
HSL color Cylindrical-coordinate representation of color #6E40EF: hue angle of 255.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E40EF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 64 | 239 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.06 |
| HSL | 255.77º | 0.85% | 0.59% | - |
| HSV(B) | 255.77º | 0.73% | 0.94% | - |
| XYZ | 23.84 | 13.21 | 82.96 | - |
| YUV | 97.7 | 207.74 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 239 | 0.54 | 0.73 | 0 | 0.06 | 255.77 | 0.85 | 0.59 |
| Hex | 6E | 40 | EF | 36 | 49 | 0 | 6 | 100 | 55 | 3B |
| Octal | 156 | 100 | 357 | 66 | 111 | 0 | 6 | 400 | 125 | 73 |
| Binary | 1101110 | 1000000 | 11101111 | 110110 | 1001001 | 0 | 110 | 100000000 | 1010101 | 111011 |
Color Harmonies of #6E40EF
Complementary color
Monochromatic Colors of #6E40EF
Black with #6E40EF
Text Example
Text Example
White with #6E40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E40EF; }
p { color: rgb(110,64,239); }
H1.HeaderClassName
{
color: #6E40EF;
}
.AnyTagClassName
{
color: #6E40EF;
}
</style>
background-color css
<style>
a { background-color: #6E40EF; }
a { background-color: rgb(110,64,239); }
div.DivClassName
{
background-color: #6E40EF;
}
.BgClassName
{
background-color: #6E40EF;
}
</style>
border-color css
<style>
span { border-color: #6E40EF; }
span { border-color: rgb(110,64,239); }
td.TdClassName
{
border-color: #6E40EF;
}
.TagClassName
{
border-color: #6E40EF;
}
</style>