Shades of Studio #6C539C
Tints of Studio #6C539C
RGB
CMYK
RGB Variations
Color information
#6C539C (or 0x6C539C) is known color: Studio. HEX triplet: 6C, 53 and 9C. RGB value is (108,83,156). Sum of RGB (Red+Green+Blue) = 108+83+156=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C539C is #93AC63. Grayscale: #626262. Windows color (decimal): -9677924 or 10244972. OLE color: 10244972.
HSL color Cylindrical-coordinate representation of color #6C539C: hue angle of 260.55º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C539C is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 83 | 156 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.39 |
| HSL | 260.55º | 0.31% | 0.47% | - |
| HSV(B) | 260.55º | 0.47% | 0.61% | - |
| XYZ | 15.28 | 11.77 | 32.92 | - |
| YUV | 98.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 83 | 156 | 0.31 | 0.47 | 0 | 0.39 | 260.55 | 0.31 | 0.47 |
| Hex | 6C | 53 | 9C | 1F | 2F | 0 | 27 | 105 | 1F | 2F |
| Octal | 154 | 123 | 234 | 37 | 57 | 0 | 47 | 405 | 37 | 57 |
| Binary | 1101100 | 1010011 | 10011100 | 11111 | 101111 | 0 | 100111 | 100000101 | 11111 | 101111 |
Color Harmonies of #6C539C
Complementary color
Monochromatic Colors of #6C539C
Black with #6C539C
Text Example
Text Example
White with #6C539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C539C; }
p { color: rgb(108,83,156); }
H1.HeaderClassName
{
color: #6C539C;
}
.AnyTagClassName
{
color: #6C539C;
}
</style>
background-color css
<style>
a { background-color: #6C539C; }
a { background-color: rgb(108,83,156); }
div.DivClassName
{
background-color: #6C539C;
}
.BgClassName
{
background-color: #6C539C;
}
</style>
border-color css
<style>
span { border-color: #6C539C; }
span { border-color: rgb(108,83,156); }
td.TdClassName
{
border-color: #6C539C;
}
.TagClassName
{
border-color: #6C539C;
}
</style>