Shades of Studio #6D529B
Tints of Studio #6D529B
RGB
CMYK
RGB Variations
Color information
#6D529B (or 0x6D529B) is known color: Studio. HEX triplet: 6D, 52 and 9B. RGB value is (109,82,155). Sum of RGB (Red+Green+Blue) = 109+82+155=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D529B is #92AD64. Grayscale: #626262. Windows color (decimal): -9612645 or 10179181. OLE color: 10179181.
HSL color Cylindrical-coordinate representation of color #6D529B: hue angle of 262.19º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D529B is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 82 | 155 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.39 |
| HSL | 262.19º | 0.31% | 0.46% | - |
| HSV(B) | 262.19º | 0.47% | 0.61% | - |
| XYZ | 15.24 | 11.65 | 32.46 | - |
| YUV | 98.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 155 | 0.30 | 0.47 | 0 | 0.39 | 262.19 | 0.31 | 0.46 |
| Hex | 6D | 52 | 9B | 1E | 2F | 0 | 27 | 106 | 1F | 2E |
| Octal | 155 | 122 | 233 | 36 | 57 | 0 | 47 | 406 | 37 | 56 |
| Binary | 1101101 | 1010010 | 10011011 | 11110 | 101111 | 0 | 100111 | 100000110 | 11111 | 101110 |
Color Harmonies of #6D529B
Complementary color
Monochromatic Colors of #6D529B
Black with #6D529B
Text Example
Text Example
White with #6D529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D529B; }
p { color: rgb(109,82,155); }
H1.HeaderClassName
{
color: #6D529B;
}
.AnyTagClassName
{
color: #6D529B;
}
</style>
background-color css
<style>
a { background-color: #6D529B; }
a { background-color: rgb(109,82,155); }
div.DivClassName
{
background-color: #6D529B;
}
.BgClassName
{
background-color: #6D529B;
}
</style>
border-color css
<style>
span { border-color: #6D529B; }
span { border-color: rgb(109,82,155); }
td.TdClassName
{
border-color: #6D529B;
}
.TagClassName
{
border-color: #6D529B;
}
</style>