Shades of Studio #6C4895
Tints of Studio #6C4895
RGB
CMYK
RGB Variations
Color information
#6C4895 (or 0x6C4895) is known color: Studio. HEX triplet: 6C, 48 and 95. RGB value is (108,72,149). Sum of RGB (Red+Green+Blue) = 108+72+149=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C4895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4895 is #93B76A. Grayscale: #5B5B5B. Windows color (decimal): -9680747 or 9783404. OLE color: 9783404.
HSL color Cylindrical-coordinate representation of color #6C4895: hue angle of 268.05º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C4895 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 72 | 149 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.42 |
| HSL | 268.05º | 0.35% | 0.43% | - |
| HSV(B) | 268.05º | 0.52% | 0.58% | - |
| XYZ | 13.93 | 9.99 | 29.63 | - |
| YUV | 91.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 149 | 0.28 | 0.52 | 0 | 0.42 | 268.05 | 0.35 | 0.43 |
| Hex | 6C | 48 | 95 | 1C | 34 | 0 | 2A | 10C | 23 | 2B |
| Octal | 154 | 110 | 225 | 34 | 64 | 0 | 52 | 414 | 43 | 53 |
| Binary | 1101100 | 1001000 | 10010101 | 11100 | 110100 | 0 | 101010 | 100001100 | 100011 | 101011 |
Color Harmonies of #6C4895
Complementary color
Monochromatic Colors of #6C4895
Black with #6C4895
Text Example
Text Example
White with #6C4895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4895; }
p { color: rgb(108,72,149); }
H1.HeaderClassName
{
color: #6C4895;
}
.AnyTagClassName
{
color: #6C4895;
}
</style>
background-color css
<style>
a { background-color: #6C4895; }
a { background-color: rgb(108,72,149); }
div.DivClassName
{
background-color: #6C4895;
}
.BgClassName
{
background-color: #6C4895;
}
</style>
border-color css
<style>
span { border-color: #6C4895; }
span { border-color: rgb(108,72,149); }
td.TdClassName
{
border-color: #6C4895;
}
.TagClassName
{
border-color: #6C4895;
}
</style>