Shades of Studio #6C529E
Tints of Studio #6C529E
RGB
CMYK
RGB Variations
Color information
#6C529E (or 0x6C529E) is known color: Studio. HEX triplet: 6C, 52 and 9E. RGB value is (108,82,158). Sum of RGB (Red+Green+Blue) = 108+82+158=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C529E is #93AD61. Grayscale: #626262. Windows color (decimal): -9678178 or 10375788. OLE color: 10375788.
HSL color Cylindrical-coordinate representation of color #6C529E: hue angle of 260.53º 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 #6C529E is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 82 | 158 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.38 |
| HSL | 260.53º | 0.32% | 0.47% | - |
| HSV(B) | 260.53º | 0.48% | 0.62% | - |
| XYZ | 15.37 | 11.69 | 33.79 | - |
| YUV | 98.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 158 | 0.32 | 0.48 | 0 | 0.38 | 260.53 | 0.32 | 0.47 |
| Hex | 6C | 52 | 9E | 20 | 30 | 0 | 26 | 105 | 20 | 2F |
| Octal | 154 | 122 | 236 | 40 | 60 | 0 | 46 | 405 | 40 | 57 |
| Binary | 1101100 | 1010010 | 10011110 | 100000 | 110000 | 0 | 100110 | 100000101 | 100000 | 101111 |
Color Harmonies of #6C529E
Complementary color
Monochromatic Colors of #6C529E
Black with #6C529E
Text Example
Text Example
White with #6C529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C529E; }
p { color: rgb(108,82,158); }
H1.HeaderClassName
{
color: #6C529E;
}
.AnyTagClassName
{
color: #6C529E;
}
</style>
background-color css
<style>
a { background-color: #6C529E; }
a { background-color: rgb(108,82,158); }
div.DivClassName
{
background-color: #6C529E;
}
.BgClassName
{
background-color: #6C529E;
}
</style>
border-color css
<style>
span { border-color: #6C529E; }
span { border-color: rgb(108,82,158); }
td.TdClassName
{
border-color: #6C529E;
}
.TagClassName
{
border-color: #6C529E;
}
</style>