Shades of Studio #6C519A
Tints of Studio #6C519A
RGB
CMYK
RGB Variations
Color information
#6C519A (or 0x6C519A) is known color: Studio. HEX triplet: 6C, 51 and 9A. RGB value is (108,81,154). Sum of RGB (Red+Green+Blue) = 108+81+154=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C519A is #93AE65. Grayscale: #616161. Windows color (decimal): -9678438 or 10113388. OLE color: 10113388.
HSL color Cylindrical-coordinate representation of color #6C519A: hue angle of 262.19º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C519A is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 81 | 154 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.40 |
| HSL | 262.19º | 0.31% | 0.46% | - |
| HSV(B) | 262.19º | 0.47% | 0.6% | - |
| XYZ | 14.96 | 11.41 | 31.99 | - |
| YUV | 97.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 154 | 0.30 | 0.47 | 0 | 0.40 | 262.19 | 0.31 | 0.46 |
| Hex | 6C | 51 | 9A | 1E | 2F | 0 | 28 | 106 | 1F | 2E |
| Octal | 154 | 121 | 232 | 36 | 57 | 0 | 50 | 406 | 37 | 56 |
| Binary | 1101100 | 1010001 | 10011010 | 11110 | 101111 | 0 | 101000 | 100000110 | 11111 | 101110 |
Color Harmonies of #6C519A
Complementary color
Monochromatic Colors of #6C519A
Black with #6C519A
Text Example
Text Example
White with #6C519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C519A; }
p { color: rgb(108,81,154); }
H1.HeaderClassName
{
color: #6C519A;
}
.AnyTagClassName
{
color: #6C519A;
}
</style>
background-color css
<style>
a { background-color: #6C519A; }
a { background-color: rgb(108,81,154); }
div.DivClassName
{
background-color: #6C519A;
}
.BgClassName
{
background-color: #6C519A;
}
</style>
border-color css
<style>
span { border-color: #6C519A; }
span { border-color: rgb(108,81,154); }
td.TdClassName
{
border-color: #6C519A;
}
.TagClassName
{
border-color: #6C519A;
}
</style>