Shades of Studio #6E5196
Tints of Studio #6E5196
RGB
CMYK
RGB Variations
Color information
#6E5196 (or 0x6E5196) is known color: Studio. HEX triplet: 6E, 51 and 96. RGB value is (110,81,150). Sum of RGB (Red+Green+Blue) = 110+81+150=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E5196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5196 is #91AE69. Grayscale: #616161. Windows color (decimal): -9547370 or 9851246. OLE color: 9851246.
HSL color Cylindrical-coordinate representation of color #6E5196: hue angle of 265.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E5196 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 81 | 150 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.41 |
| HSL | 265.22º | 0.3% | 0.45% | - |
| HSV(B) | 265.22º | 0.46% | 0.59% | - |
| XYZ | 14.88 | 11.4 | 30.27 | - |
| YUV | 97.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 150 | 0.27 | 0.46 | 0 | 0.41 | 265.22 | 0.3 | 0.45 |
| Hex | 6E | 51 | 96 | 1B | 2E | 0 | 29 | 109 | 1E | 2D |
| Octal | 156 | 121 | 226 | 33 | 56 | 0 | 51 | 411 | 36 | 55 |
| Binary | 1101110 | 1010001 | 10010110 | 11011 | 101110 | 0 | 101001 | 100001001 | 11110 | 101101 |
Color Harmonies of #6E5196
Complementary color
Monochromatic Colors of #6E5196
Black with #6E5196
Text Example
Text Example
White with #6E5196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5196; }
p { color: rgb(110,81,150); }
H1.HeaderClassName
{
color: #6E5196;
}
.AnyTagClassName
{
color: #6E5196;
}
</style>
background-color css
<style>
a { background-color: #6E5196; }
a { background-color: rgb(110,81,150); }
div.DivClassName
{
background-color: #6E5196;
}
.BgClassName
{
background-color: #6E5196;
}
</style>
border-color css
<style>
span { border-color: #6E5196; }
span { border-color: rgb(110,81,150); }
td.TdClassName
{
border-color: #6E5196;
}
.TagClassName
{
border-color: #6E5196;
}
</style>