Shades of Studio #6D549C
Tints of Studio #6D549C
RGB
CMYK
RGB Variations
Color information
#6D549C (or 0x6D549C) is known color: Studio. HEX triplet: 6D, 54 and 9C. RGB value is (109,84,156). Sum of RGB (Red+Green+Blue) = 109+84+156=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D549C is #92AB63. Grayscale: #636363. Windows color (decimal): -9612132 or 10245229. OLE color: 10245229.
HSL color Cylindrical-coordinate representation of color #6D549C: hue angle of 260.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D549C is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 84 | 156 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.39 |
| HSL | 260.83º | 0.3% | 0.47% | - |
| HSV(B) | 260.83º | 0.46% | 0.61% | - |
| XYZ | 15.48 | 11.99 | 32.95 | - |
| YUV | 99.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 156 | 0.30 | 0.46 | 0 | 0.39 | 260.83 | 0.3 | 0.47 |
| Hex | 6D | 54 | 9C | 1E | 2E | 0 | 27 | 105 | 1E | 2F |
| Octal | 155 | 124 | 234 | 36 | 56 | 0 | 47 | 405 | 36 | 57 |
| Binary | 1101101 | 1010100 | 10011100 | 11110 | 101110 | 0 | 100111 | 100000101 | 11110 | 101111 |
Color Harmonies of #6D549C
Complementary color
Monochromatic Colors of #6D549C
Black with #6D549C
Text Example
Text Example
White with #6D549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D549C; }
p { color: rgb(109,84,156); }
H1.HeaderClassName
{
color: #6D549C;
}
.AnyTagClassName
{
color: #6D549C;
}
</style>
background-color css
<style>
a { background-color: #6D549C; }
a { background-color: rgb(109,84,156); }
div.DivClassName
{
background-color: #6D549C;
}
.BgClassName
{
background-color: #6D549C;
}
</style>
border-color css
<style>
span { border-color: #6D549C; }
span { border-color: rgb(109,84,156); }
td.TdClassName
{
border-color: #6D549C;
}
.TagClassName
{
border-color: #6D549C;
}
</style>