Shades of Studio #6C4990
Tints of Studio #6C4990
RGB
CMYK
RGB Variations
Color information
#6C4990 (or 0x6C4990) is known color: Studio. HEX triplet: 6C, 49 and 90. RGB value is (108,73,144). Sum of RGB (Red+Green+Blue) = 108+73+144=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C4990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4990 is #93B66F. Grayscale: #5B5B5B. Windows color (decimal): -9680496 or 9455980. OLE color: 9455980.
HSL color Cylindrical-coordinate representation of color #6C4990: hue angle of 269.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C4990 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 73 | 144 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.44 |
| HSL | 269.58º | 0.33% | 0.43% | - |
| HSV(B) | 269.58º | 0.49% | 0.56% | - |
| XYZ | 13.6 | 9.97 | 27.59 | - |
| YUV | 91.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 144 | 0.25 | 0.49 | 0 | 0.44 | 269.58 | 0.33 | 0.43 |
| Hex | 6C | 49 | 90 | 19 | 31 | 0 | 2C | 10E | 21 | 2B |
| Octal | 154 | 111 | 220 | 31 | 61 | 0 | 54 | 416 | 41 | 53 |
| Binary | 1101100 | 1001001 | 10010000 | 11001 | 110001 | 0 | 101100 | 100001110 | 100001 | 101011 |
Color Harmonies of #6C4990
Complementary color
Monochromatic Colors of #6C4990
Black with #6C4990
Text Example
Text Example
White with #6C4990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4990; }
p { color: rgb(108,73,144); }
H1.HeaderClassName
{
color: #6C4990;
}
.AnyTagClassName
{
color: #6C4990;
}
</style>
background-color css
<style>
a { background-color: #6C4990; }
a { background-color: rgb(108,73,144); }
div.DivClassName
{
background-color: #6C4990;
}
.BgClassName
{
background-color: #6C4990;
}
</style>
border-color css
<style>
span { border-color: #6C4990; }
span { border-color: rgb(108,73,144); }
td.TdClassName
{
border-color: #6C4990;
}
.TagClassName
{
border-color: #6C4990;
}
</style>