Shades of Studio #6D519C
Tints of Studio #6D519C
RGB
CMYK
RGB Variations
Color information
#6D519C (or 0x6D519C) is known color: Studio. HEX triplet: 6D, 51 and 9C. RGB value is (109,81,156). Sum of RGB (Red+Green+Blue) = 109+81+156=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D519C is #92AE63. Grayscale: #616161. Windows color (decimal): -9612900 or 10244461. OLE color: 10244461.
HSL color Cylindrical-coordinate representation of color #6D519C: hue angle of 262.4º 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 #6D519C is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 81 | 156 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.39 |
| HSL | 262.4º | 0.32% | 0.46% | - |
| HSV(B) | 262.4º | 0.48% | 0.61% | - |
| XYZ | 15.25 | 11.54 | 32.88 | - |
| YUV | 97.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 156 | 0.30 | 0.48 | 0 | 0.39 | 262.4 | 0.32 | 0.46 |
| Hex | 6D | 51 | 9C | 1E | 30 | 0 | 27 | 106 | 20 | 2E |
| Octal | 155 | 121 | 234 | 36 | 60 | 0 | 47 | 406 | 40 | 56 |
| Binary | 1101101 | 1010001 | 10011100 | 11110 | 110000 | 0 | 100111 | 100000110 | 100000 | 101110 |
Color Harmonies of #6D519C
Complementary color
Monochromatic Colors of #6D519C
Black with #6D519C
Text Example
Text Example
White with #6D519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D519C; }
p { color: rgb(109,81,156); }
H1.HeaderClassName
{
color: #6D519C;
}
.AnyTagClassName
{
color: #6D519C;
}
</style>
background-color css
<style>
a { background-color: #6D519C; }
a { background-color: rgb(109,81,156); }
div.DivClassName
{
background-color: #6D519C;
}
.BgClassName
{
background-color: #6D519C;
}
</style>
border-color css
<style>
span { border-color: #6D519C; }
span { border-color: rgb(109,81,156); }
td.TdClassName
{
border-color: #6D519C;
}
.TagClassName
{
border-color: #6D519C;
}
</style>