Shades of Studio #6C4992
Tints of Studio #6C4992
RGB
CMYK
RGB Variations
Color information
#6C4992 (or 0x6C4992) is known color: Studio. HEX triplet: 6C, 49 and 92. RGB value is (108,73,146). Sum of RGB (Red+Green+Blue) = 108+73+146=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C4992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4992 is #93B66D. Grayscale: #5B5B5B. Windows color (decimal): -9680494 or 9587052. OLE color: 9587052.
HSL color Cylindrical-coordinate representation of color #6C4992: hue angle of 268.77º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4992 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 73 | 146 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.43 |
| HSL | 268.77º | 0.33% | 0.43% | - |
| HSV(B) | 268.77º | 0.5% | 0.57% | - |
| XYZ | 13.76 | 10.03 | 28.4 | - |
| YUV | 91.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 146 | 0.26 | 0.5 | 0 | 0.43 | 268.77 | 0.33 | 0.43 |
| Hex | 6C | 49 | 92 | 1A | 32 | 0 | 2B | 10D | 21 | 2B |
| Octal | 154 | 111 | 222 | 32 | 62 | 0 | 53 | 415 | 41 | 53 |
| Binary | 1101100 | 1001001 | 10010010 | 11010 | 110010 | 0 | 101011 | 100001101 | 100001 | 101011 |
Color Harmonies of #6C4992
Complementary color
Monochromatic Colors of #6C4992
Black with #6C4992
Text Example
Text Example
White with #6C4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4992; }
p { color: rgb(108,73,146); }
H1.HeaderClassName
{
color: #6C4992;
}
.AnyTagClassName
{
color: #6C4992;
}
</style>
background-color css
<style>
a { background-color: #6C4992; }
a { background-color: rgb(108,73,146); }
div.DivClassName
{
background-color: #6C4992;
}
.BgClassName
{
background-color: #6C4992;
}
</style>
border-color css
<style>
span { border-color: #6C4992; }
span { border-color: rgb(108,73,146); }
td.TdClassName
{
border-color: #6C4992;
}
.TagClassName
{
border-color: #6C4992;
}
</style>