Shades of Studio #6C519C
Tints of Studio #6C519C
RGB
CMYK
RGB Variations
Color information
#6C519C (or 0x6C519C) is known color: Studio. HEX triplet: 6C, 51 and 9C. RGB value is (108,81,156). Sum of RGB (Red+Green+Blue) = 108+81+156=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C519C is #93AE63. Grayscale: #616161. Windows color (decimal): -9678436 or 10244460. OLE color: 10244460.
HSL color Cylindrical-coordinate representation of color #6C519C: hue angle of 261.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C519C is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 81 | 156 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.39 |
| HSL | 261.6º | 0.32% | 0.46% | - |
| HSV(B) | 261.6º | 0.48% | 0.61% | - |
| XYZ | 15.13 | 11.47 | 32.87 | - |
| YUV | 97.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 156 | 0.31 | 0.48 | 0 | 0.39 | 261.6 | 0.32 | 0.46 |
| Hex | 6C | 51 | 9C | 1F | 30 | 0 | 27 | 106 | 20 | 2E |
| Octal | 154 | 121 | 234 | 37 | 60 | 0 | 47 | 406 | 40 | 56 |
| Binary | 1101100 | 1010001 | 10011100 | 11111 | 110000 | 0 | 100111 | 100000110 | 100000 | 101110 |
Color Harmonies of #6C519C
Complementary color
Monochromatic Colors of #6C519C
Black with #6C519C
Text Example
Text Example
White with #6C519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C519C; }
p { color: rgb(108,81,156); }
H1.HeaderClassName
{
color: #6C519C;
}
.AnyTagClassName
{
color: #6C519C;
}
</style>
background-color css
<style>
a { background-color: #6C519C; }
a { background-color: rgb(108,81,156); }
div.DivClassName
{
background-color: #6C519C;
}
.BgClassName
{
background-color: #6C519C;
}
</style>
border-color css
<style>
span { border-color: #6C519C; }
span { border-color: rgb(108,81,156); }
td.TdClassName
{
border-color: #6C519C;
}
.TagClassName
{
border-color: #6C519C;
}
</style>