Shades of Studio #6D539D
Tints of Studio #6D539D
RGB
CMYK
RGB Variations
Color information
#6D539D (or 0x6D539D) is known color: Studio. HEX triplet: 6D, 53 and 9D. RGB value is (109,83,157). Sum of RGB (Red+Green+Blue) = 109+83+157=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D539D is #92AC62. Grayscale: #626262. Windows color (decimal): -9612387 or 10310509. OLE color: 10310509.
HSL color Cylindrical-coordinate representation of color #6D539D: hue angle of 261.08º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D539D is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 83 | 157 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.38 |
| HSL | 261.08º | 0.31% | 0.47% | - |
| HSV(B) | 261.08º | 0.47% | 0.62% | - |
| XYZ | 15.49 | 11.87 | 33.37 | - |
| YUV | 99.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 83 | 157 | 0.31 | 0.47 | 0 | 0.38 | 261.08 | 0.31 | 0.47 |
| Hex | 6D | 53 | 9D | 1F | 2F | 0 | 26 | 105 | 1F | 2F |
| Octal | 155 | 123 | 235 | 37 | 57 | 0 | 46 | 405 | 37 | 57 |
| Binary | 1101101 | 1010011 | 10011101 | 11111 | 101111 | 0 | 100110 | 100000101 | 11111 | 101111 |
Color Harmonies of #6D539D
Complementary color
Monochromatic Colors of #6D539D
Black with #6D539D
Text Example
Text Example
White with #6D539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D539D; }
p { color: rgb(109,83,157); }
H1.HeaderClassName
{
color: #6D539D;
}
.AnyTagClassName
{
color: #6D539D;
}
</style>
background-color css
<style>
a { background-color: #6D539D; }
a { background-color: rgb(109,83,157); }
div.DivClassName
{
background-color: #6D539D;
}
.BgClassName
{
background-color: #6D539D;
}
</style>
border-color css
<style>
span { border-color: #6D539D; }
span { border-color: rgb(109,83,157); }
td.TdClassName
{
border-color: #6D539D;
}
.TagClassName
{
border-color: #6D539D;
}
</style>