Shades of Studio #6C529F
Tints of Studio #6C529F
RGB
CMYK
RGB Variations
Color information
#6C529F (or 0x6C529F) is known color: Studio. HEX triplet: 6C, 52 and 9F. RGB value is (108,82,159). Sum of RGB (Red+Green+Blue) = 108+82+159=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C529F is #93AD60. Grayscale: #626262. Windows color (decimal): -9678177 or 10441324. OLE color: 10441324.
HSL color Cylindrical-coordinate representation of color #6C529F: hue angle of 260.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C529F is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 82 | 159 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.38 |
| HSL | 260.26º | 0.32% | 0.47% | - |
| HSV(B) | 260.26º | 0.48% | 0.62% | - |
| XYZ | 15.46 | 11.73 | 34.25 | - |
| YUV | 98.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 159 | 0.32 | 0.48 | 0 | 0.38 | 260.26 | 0.32 | 0.47 |
| Hex | 6C | 52 | 9F | 20 | 30 | 0 | 26 | 104 | 20 | 2F |
| Octal | 154 | 122 | 237 | 40 | 60 | 0 | 46 | 404 | 40 | 57 |
| Binary | 1101100 | 1010010 | 10011111 | 100000 | 110000 | 0 | 100110 | 100000100 | 100000 | 101111 |
Color Harmonies of #6C529F
Complementary color
Monochromatic Colors of #6C529F
Black with #6C529F
Text Example
Text Example
White with #6C529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C529F; }
p { color: rgb(108,82,159); }
H1.HeaderClassName
{
color: #6C529F;
}
.AnyTagClassName
{
color: #6C529F;
}
</style>
background-color css
<style>
a { background-color: #6C529F; }
a { background-color: rgb(108,82,159); }
div.DivClassName
{
background-color: #6C529F;
}
.BgClassName
{
background-color: #6C529F;
}
</style>
border-color css
<style>
span { border-color: #6C529F; }
span { border-color: rgb(108,82,159); }
td.TdClassName
{
border-color: #6C529F;
}
.TagClassName
{
border-color: #6C529F;
}
</style>