Shades of Studio #6E4E92
Tints of Studio #6E4E92
RGB
CMYK
RGB Variations
Color information
#6E4E92 (or 0x6E4E92) is known color: Studio. HEX triplet: 6E, 4E and 92. RGB value is (110,78,146). Sum of RGB (Red+Green+Blue) = 110+78+146=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E4E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4E92 is #91B16D. Grayscale: #5F5F5F. Windows color (decimal): -9548142 or 9588334. OLE color: 9588334.
HSL color Cylindrical-coordinate representation of color #6E4E92: hue angle of 268.24º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E4E92 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 78 | 146 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.43 |
| HSL | 268.24º | 0.3% | 0.44% | - |
| HSV(B) | 268.24º | 0.47% | 0.57% | - |
| XYZ | 14.34 | 10.84 | 28.53 | - |
| YUV | 95.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 146 | 0.25 | 0.47 | 0 | 0.43 | 268.24 | 0.3 | 0.44 |
| Hex | 6E | 4E | 92 | 19 | 2F | 0 | 2B | 10C | 1E | 2C |
| Octal | 156 | 116 | 222 | 31 | 57 | 0 | 53 | 414 | 36 | 54 |
| Binary | 1101110 | 1001110 | 10010010 | 11001 | 101111 | 0 | 101011 | 100001100 | 11110 | 101100 |
Color Harmonies of #6E4E92
Complementary color
Monochromatic Colors of #6E4E92
Black with #6E4E92
Text Example
Text Example
White with #6E4E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E92; }
p { color: rgb(110,78,146); }
H1.HeaderClassName
{
color: #6E4E92;
}
.AnyTagClassName
{
color: #6E4E92;
}
</style>
background-color css
<style>
a { background-color: #6E4E92; }
a { background-color: rgb(110,78,146); }
div.DivClassName
{
background-color: #6E4E92;
}
.BgClassName
{
background-color: #6E4E92;
}
</style>
border-color css
<style>
span { border-color: #6E4E92; }
span { border-color: rgb(110,78,146); }
td.TdClassName
{
border-color: #6E4E92;
}
.TagClassName
{
border-color: #6E4E92;
}
</style>