Shades of Studio #6C489F
Tints of Studio #6C489F
RGB
CMYK
RGB Variations
Color information
#6C489F (or 0x6C489F) is known color: Studio. HEX triplet: 6C, 48 and 9F. RGB value is (108,72,159). Sum of RGB (Red+Green+Blue) = 108+72+159=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C489F is #93B760. Grayscale: #5C5C5C. Windows color (decimal): -9680737 or 10438764. OLE color: 10438764.
HSL color Cylindrical-coordinate representation of color #6C489F: hue angle of 264.83º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C489F is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 72 | 159 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.38 |
| HSL | 264.83º | 0.38% | 0.45% | - |
| HSV(B) | 264.83º | 0.55% | 0.62% | - |
| XYZ | 14.76 | 10.33 | 34.02 | - |
| YUV | 92.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 72 | 159 | 0.32 | 0.55 | 0 | 0.38 | 264.83 | 0.38 | 0.45 |
| Hex | 6C | 48 | 9F | 20 | 37 | 0 | 26 | 109 | 26 | 2D |
| Octal | 154 | 110 | 237 | 40 | 67 | 0 | 46 | 411 | 46 | 55 |
| Binary | 1101100 | 1001000 | 10011111 | 100000 | 110111 | 0 | 100110 | 100001001 | 100110 | 101101 |
Color Harmonies of #6C489F
Complementary color
Monochromatic Colors of #6C489F
Black with #6C489F
Text Example
Text Example
White with #6C489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C489F; }
p { color: rgb(108,72,159); }
H1.HeaderClassName
{
color: #6C489F;
}
.AnyTagClassName
{
color: #6C489F;
}
</style>
background-color css
<style>
a { background-color: #6C489F; }
a { background-color: rgb(108,72,159); }
div.DivClassName
{
background-color: #6C489F;
}
.BgClassName
{
background-color: #6C489F;
}
</style>
border-color css
<style>
span { border-color: #6C489F; }
span { border-color: rgb(108,72,159); }
td.TdClassName
{
border-color: #6C489F;
}
.TagClassName
{
border-color: #6C489F;
}
</style>