Shades of Studio #6C4896
Tints of Studio #6C4896
RGB
CMYK
RGB Variations
Color information
#6C4896 (or 0x6C4896) is known color: Studio. HEX triplet: 6C, 48 and 96. RGB value is (108,72,150). Sum of RGB (Red+Green+Blue) = 108+72+150=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C4896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4896 is #93B769. Grayscale: #5B5B5B. Windows color (decimal): -9680746 or 9848940. OLE color: 9848940.
HSL color Cylindrical-coordinate representation of color #6C4896: hue angle of 267.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C4896 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 72 | 150 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.41 |
| HSL | 267.69º | 0.35% | 0.44% | - |
| HSV(B) | 267.69º | 0.52% | 0.59% | - |
| XYZ | 14.01 | 10.02 | 30.05 | - |
| YUV | 91.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 150 | 0.28 | 0.52 | 0 | 0.41 | 267.69 | 0.35 | 0.44 |
| Hex | 6C | 48 | 96 | 1C | 34 | 0 | 29 | 10C | 23 | 2C |
| Octal | 154 | 110 | 226 | 34 | 64 | 0 | 51 | 414 | 43 | 54 |
| Binary | 1101100 | 1001000 | 10010110 | 11100 | 110100 | 0 | 101001 | 100001100 | 100011 | 101100 |
Color Harmonies of #6C4896
Complementary color
Monochromatic Colors of #6C4896
Black with #6C4896
Text Example
Text Example
White with #6C4896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4896; }
p { color: rgb(108,72,150); }
H1.HeaderClassName
{
color: #6C4896;
}
.AnyTagClassName
{
color: #6C4896;
}
</style>
background-color css
<style>
a { background-color: #6C4896; }
a { background-color: rgb(108,72,150); }
div.DivClassName
{
background-color: #6C4896;
}
.BgClassName
{
background-color: #6C4896;
}
</style>
border-color css
<style>
span { border-color: #6C4896; }
span { border-color: rgb(108,72,150); }
td.TdClassName
{
border-color: #6C4896;
}
.TagClassName
{
border-color: #6C4896;
}
</style>