Shades of Studio #6E539F
Tints of Studio #6E539F
RGB
CMYK
RGB Variations
Color information
#6E539F (or 0x6E539F) is known color: Studio. HEX triplet: 6E, 53 and 9F. RGB value is (110,83,159). Sum of RGB (Red+Green+Blue) = 110+83+159=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E539F is #91AC60. Grayscale: #636363. Windows color (decimal): -9546849 or 10441582. OLE color: 10441582.
HSL color Cylindrical-coordinate representation of color #6E539F: hue angle of 261.32º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E539F is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 83 | 159 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.38 |
| HSL | 261.32º | 0.31% | 0.47% | - |
| HSV(B) | 261.32º | 0.48% | 0.62% | - |
| XYZ | 15.78 | 12 | 34.29 | - |
| YUV | 99.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 159 | 0.31 | 0.48 | 0 | 0.38 | 261.32 | 0.31 | 0.47 |
| Hex | 6E | 53 | 9F | 1F | 30 | 0 | 26 | 105 | 1F | 2F |
| Octal | 156 | 123 | 237 | 37 | 60 | 0 | 46 | 405 | 37 | 57 |
| Binary | 1101110 | 1010011 | 10011111 | 11111 | 110000 | 0 | 100110 | 100000101 | 11111 | 101111 |
Color Harmonies of #6E539F
Complementary color
Monochromatic Colors of #6E539F
Black with #6E539F
Text Example
Text Example
White with #6E539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E539F; }
p { color: rgb(110,83,159); }
H1.HeaderClassName
{
color: #6E539F;
}
.AnyTagClassName
{
color: #6E539F;
}
</style>
background-color css
<style>
a { background-color: #6E539F; }
a { background-color: rgb(110,83,159); }
div.DivClassName
{
background-color: #6E539F;
}
.BgClassName
{
background-color: #6E539F;
}
</style>
border-color css
<style>
span { border-color: #6E539F; }
span { border-color: rgb(110,83,159); }
td.TdClassName
{
border-color: #6E539F;
}
.TagClassName
{
border-color: #6E539F;
}
</style>