Shades of Studio #6C499A
Tints of Studio #6C499A
RGB
CMYK
RGB Variations
Color information
#6C499A (or 0x6C499A) is known color: Studio. HEX triplet: 6C, 49 and 9A. RGB value is (108,73,154). Sum of RGB (Red+Green+Blue) = 108+73+154=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C499A is #93B665. Grayscale: #5C5C5C. Windows color (decimal): -9680486 or 10111340. OLE color: 10111340.
HSL color Cylindrical-coordinate representation of color #6C499A: hue angle of 265.93º 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 #6C499A is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 73 | 154 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.40 |
| HSL | 265.93º | 0.36% | 0.45% | - |
| HSV(B) | 265.93º | 0.53% | 0.6% | - |
| XYZ | 14.4 | 10.29 | 31.8 | - |
| YUV | 92.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 154 | 0.30 | 0.53 | 0 | 0.40 | 265.93 | 0.36 | 0.45 |
| Hex | 6C | 49 | 9A | 1E | 35 | 0 | 28 | 10A | 24 | 2D |
| Octal | 154 | 111 | 232 | 36 | 65 | 0 | 50 | 412 | 44 | 55 |
| Binary | 1101100 | 1001001 | 10011010 | 11110 | 110101 | 0 | 101000 | 100001010 | 100100 | 101101 |
Color Harmonies of #6C499A
Complementary color
Monochromatic Colors of #6C499A
Black with #6C499A
Text Example
Text Example
White with #6C499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C499A; }
p { color: rgb(108,73,154); }
H1.HeaderClassName
{
color: #6C499A;
}
.AnyTagClassName
{
color: #6C499A;
}
</style>
background-color css
<style>
a { background-color: #6C499A; }
a { background-color: rgb(108,73,154); }
div.DivClassName
{
background-color: #6C499A;
}
.BgClassName
{
background-color: #6C499A;
}
</style>
border-color css
<style>
span { border-color: #6C499A; }
span { border-color: rgb(108,73,154); }
td.TdClassName
{
border-color: #6C499A;
}
.TagClassName
{
border-color: #6C499A;
}
</style>