Shades of Studio #6D499A
Tints of Studio #6D499A
RGB
CMYK
RGB Variations
Color information
#6D499A (or 0x6D499A) is known color: Studio. HEX triplet: 6D, 49 and 9A. RGB value is (109,73,154). Sum of RGB (Red+Green+Blue) = 109+73+154=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D499A is #92B665. Grayscale: #5C5C5C. Windows color (decimal): -9614950 or 10111341. OLE color: 10111341.
HSL color Cylindrical-coordinate representation of color #6D499A: hue angle of 266.67º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D499A is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 73 | 154 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.40 |
| HSL | 266.67º | 0.36% | 0.45% | - |
| HSV(B) | 266.67º | 0.53% | 0.6% | - |
| XYZ | 14.52 | 10.35 | 31.8 | - |
| YUV | 93 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 154 | 0.29 | 0.53 | 0 | 0.40 | 266.67 | 0.36 | 0.45 |
| Hex | 6D | 49 | 9A | 1D | 35 | 0 | 28 | 10B | 24 | 2D |
| Octal | 155 | 111 | 232 | 35 | 65 | 0 | 50 | 413 | 44 | 55 |
| Binary | 1101101 | 1001001 | 10011010 | 11101 | 110101 | 0 | 101000 | 100001011 | 100100 | 101101 |
Color Harmonies of #6D499A
Complementary color
Monochromatic Colors of #6D499A
Black with #6D499A
Text Example
Text Example
White with #6D499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D499A; }
p { color: rgb(109,73,154); }
H1.HeaderClassName
{
color: #6D499A;
}
.AnyTagClassName
{
color: #6D499A;
}
</style>
background-color css
<style>
a { background-color: #6D499A; }
a { background-color: rgb(109,73,154); }
div.DivClassName
{
background-color: #6D499A;
}
.BgClassName
{
background-color: #6D499A;
}
</style>
border-color css
<style>
span { border-color: #6D499A; }
span { border-color: rgb(109,73,154); }
td.TdClassName
{
border-color: #6D499A;
}
.TagClassName
{
border-color: #6D499A;
}
</style>