Shades of Blue Violet #6E38EE
Tints of Blue Violet #6E38EE
RGB
CMYK
RGB Variations
Color information
#6E38EE (or 0x6E38EE) is known color: Blue Violet. HEX triplet: 6E, 38 and EE. RGB value is (110,56,238). Sum of RGB (Red+Green+Blue) = 110+56+238=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E38EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E38EE is #91C711. Grayscale: #5C5C5C. Windows color (decimal): -9553682 or 15612014. OLE color: 15612014.
HSL color Cylindrical-coordinate representation of color #6E38EE: hue angle of 257.8º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E38EE is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 56 | 238 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.07 |
| HSL | 257.8º | 0.84% | 0.58% | - |
| HSV(B) | 257.8º | 0.76% | 0.93% | - |
| XYZ | 23.28 | 12.32 | 82.04 | - |
| YUV | 92.89 | 209.89 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 238 | 0.54 | 0.76 | 0 | 0.07 | 257.8 | 0.84 | 0.58 |
| Hex | 6E | 38 | EE | 36 | 4C | 0 | 7 | 102 | 54 | 3A |
| Octal | 156 | 70 | 356 | 66 | 114 | 0 | 7 | 402 | 124 | 72 |
| Binary | 1101110 | 111000 | 11101110 | 110110 | 1001100 | 0 | 111 | 100000010 | 1010100 | 111010 |
Color Harmonies of #6E38EE
Complementary color
Monochromatic Colors of #6E38EE
Black with #6E38EE
Text Example
Text Example
White with #6E38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E38EE; }
p { color: rgb(110,56,238); }
H1.HeaderClassName
{
color: #6E38EE;
}
.AnyTagClassName
{
color: #6E38EE;
}
</style>
background-color css
<style>
a { background-color: #6E38EE; }
a { background-color: rgb(110,56,238); }
div.DivClassName
{
background-color: #6E38EE;
}
.BgClassName
{
background-color: #6E38EE;
}
</style>
border-color css
<style>
span { border-color: #6E38EE; }
span { border-color: rgb(110,56,238); }
td.TdClassName
{
border-color: #6E38EE;
}
.TagClassName
{
border-color: #6E38EE;
}
</style>