Shades of Studio #6E4E95
Tints of Studio #6E4E95
RGB
CMYK
RGB Variations
Color information
#6E4E95 (or 0x6E4E95) is known color: Studio. HEX triplet: 6E, 4E and 95. RGB value is (110,78,149). Sum of RGB (Red+Green+Blue) = 110+78+149=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E4E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4E95 is #91B16A. Grayscale: #5F5F5F. Windows color (decimal): -9548139 or 9784942. OLE color: 9784942.
HSL color Cylindrical-coordinate representation of color #6E4E95: hue angle of 267.04º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E4E95 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 78 | 149 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.42 |
| HSL | 267.04º | 0.31% | 0.45% | - |
| HSV(B) | 267.04º | 0.48% | 0.58% | - |
| XYZ | 14.58 | 10.93 | 29.78 | - |
| YUV | 95.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 149 | 0.26 | 0.48 | 0 | 0.42 | 267.04 | 0.31 | 0.45 |
| Hex | 6E | 4E | 95 | 1A | 30 | 0 | 2A | 10B | 1F | 2D |
| Octal | 156 | 116 | 225 | 32 | 60 | 0 | 52 | 413 | 37 | 55 |
| Binary | 1101110 | 1001110 | 10010101 | 11010 | 110000 | 0 | 101010 | 100001011 | 11111 | 101101 |
Color Harmonies of #6E4E95
Complementary color
Monochromatic Colors of #6E4E95
Black with #6E4E95
Text Example
Text Example
White with #6E4E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E95; }
p { color: rgb(110,78,149); }
H1.HeaderClassName
{
color: #6E4E95;
}
.AnyTagClassName
{
color: #6E4E95;
}
</style>
background-color css
<style>
a { background-color: #6E4E95; }
a { background-color: rgb(110,78,149); }
div.DivClassName
{
background-color: #6E4E95;
}
.BgClassName
{
background-color: #6E4E95;
}
</style>
border-color css
<style>
span { border-color: #6E4E95; }
span { border-color: rgb(110,78,149); }
td.TdClassName
{
border-color: #6E4E95;
}
.TagClassName
{
border-color: #6E4E95;
}
</style>