Shades of Studio #6E4D91
Tints of Studio #6E4D91
RGB
CMYK
RGB Variations
Color information
#6E4D91 (or 0x6E4D91) is known color: Studio. HEX triplet: 6E, 4D and 91. RGB value is (110,77,145). Sum of RGB (Red+Green+Blue) = 110+77+145=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E4D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4D91 is #91B26E. Grayscale: #5E5E5E. Windows color (decimal): -9548399 or 9522542. OLE color: 9522542.
HSL color Cylindrical-coordinate representation of color #6E4D91: hue angle of 269.12º degrees, saturation: 0.31, 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 #6E4D91 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 77 | 145 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.43 |
| HSL | 269.12º | 0.31% | 0.44% | - |
| HSV(B) | 269.12º | 0.47% | 0.57% | - |
| XYZ | 14.2 | 10.67 | 28.1 | - |
| YUV | 94.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 145 | 0.24 | 0.47 | 0 | 0.43 | 269.12 | 0.31 | 0.44 |
| Hex | 6E | 4D | 91 | 18 | 2F | 0 | 2B | 10D | 1F | 2C |
| Octal | 156 | 115 | 221 | 30 | 57 | 0 | 53 | 415 | 37 | 54 |
| Binary | 1101110 | 1001101 | 10010001 | 11000 | 101111 | 0 | 101011 | 100001101 | 11111 | 101100 |
Color Harmonies of #6E4D91
Complementary color
Monochromatic Colors of #6E4D91
Black with #6E4D91
Text Example
Text Example
White with #6E4D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D91; }
p { color: rgb(110,77,145); }
H1.HeaderClassName
{
color: #6E4D91;
}
.AnyTagClassName
{
color: #6E4D91;
}
</style>
background-color css
<style>
a { background-color: #6E4D91; }
a { background-color: rgb(110,77,145); }
div.DivClassName
{
background-color: #6E4D91;
}
.BgClassName
{
background-color: #6E4D91;
}
</style>
border-color css
<style>
span { border-color: #6E4D91; }
span { border-color: rgb(110,77,145); }
td.TdClassName
{
border-color: #6E4D91;
}
.TagClassName
{
border-color: #6E4D91;
}
</style>