Shades of Studio #6E4E96
Tints of Studio #6E4E96
RGB
CMYK
RGB Variations
Color information
#6E4E96 (or 0x6E4E96) is known color: Studio. HEX triplet: 6E, 4E and 96. RGB value is (110,78,150). Sum of RGB (Red+Green+Blue) = 110+78+150=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E4E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4E96 is #91B169. Grayscale: #5F5F5F. Windows color (decimal): -9548138 or 9850478. OLE color: 9850478.
HSL color Cylindrical-coordinate representation of color #6E4E96: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E4E96 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 78 | 150 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.41 |
| HSL | 266.67º | 0.32% | 0.45% | - |
| HSV(B) | 266.67º | 0.48% | 0.59% | - |
| XYZ | 14.66 | 10.97 | 30.2 | - |
| YUV | 95.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 150 | 0.27 | 0.48 | 0 | 0.41 | 266.67 | 0.32 | 0.45 |
| Hex | 6E | 4E | 96 | 1B | 30 | 0 | 29 | 10B | 20 | 2D |
| Octal | 156 | 116 | 226 | 33 | 60 | 0 | 51 | 413 | 40 | 55 |
| Binary | 1101110 | 1001110 | 10010110 | 11011 | 110000 | 0 | 101001 | 100001011 | 100000 | 101101 |
Color Harmonies of #6E4E96
Complementary color
Monochromatic Colors of #6E4E96
Black with #6E4E96
Text Example
Text Example
White with #6E4E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E96; }
p { color: rgb(110,78,150); }
H1.HeaderClassName
{
color: #6E4E96;
}
.AnyTagClassName
{
color: #6E4E96;
}
</style>
background-color css
<style>
a { background-color: #6E4E96; }
a { background-color: rgb(110,78,150); }
div.DivClassName
{
background-color: #6E4E96;
}
.BgClassName
{
background-color: #6E4E96;
}
</style>
border-color css
<style>
span { border-color: #6E4E96; }
span { border-color: rgb(110,78,150); }
td.TdClassName
{
border-color: #6E4E96;
}
.TagClassName
{
border-color: #6E4E96;
}
</style>