Shades of Studio #6B519F
Tints of Studio #6B519F
RGB
CMYK
RGB Variations
Color information
#6B519F (or 0x6B519F) is known color: Studio. HEX triplet: 6B, 51 and 9F. RGB value is (107,81,159). Sum of RGB (Red+Green+Blue) = 107+81+159=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B519F is #94AE60. Grayscale: #616161. Windows color (decimal): -9743969 or 10441067. OLE color: 10441067.
HSL color Cylindrical-coordinate representation of color #6B519F: hue angle of 260º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B519F is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 81 | 159 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.38 |
| HSL | 260º | 0.33% | 0.47% | - |
| HSV(B) | 260º | 0.49% | 0.62% | - |
| XYZ | 15.26 | 11.51 | 34.22 | - |
| YUV | 97.67 | 162.61 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 159 | 0.33 | 0.49 | 0 | 0.38 | 260 | 0.33 | 0.47 |
| Hex | 6B | 51 | 9F | 21 | 31 | 0 | 26 | 104 | 20 | 2F |
| Octal | 153 | 121 | 237 | 41 | 61 | 0 | 46 | 404 | 40 | 57 |
| Binary | 1101011 | 1010001 | 10011111 | 100001 | 110001 | 0 | 100110 | 100000100 | 100000 | 101111 |
Color Harmonies of #6B519F
Complementary color
Monochromatic Colors of #6B519F
Black with #6B519F
Text Example
Text Example
White with #6B519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B519F; }
p { color: rgb(107,81,159); }
H1.HeaderClassName
{
color: #6B519F;
}
.AnyTagClassName
{
color: #6B519F;
}
</style>
background-color css
<style>
a { background-color: #6B519F; }
a { background-color: rgb(107,81,159); }
div.DivClassName
{
background-color: #6B519F;
}
.BgClassName
{
background-color: #6B519F;
}
</style>
border-color css
<style>
span { border-color: #6B519F; }
span { border-color: rgb(107,81,159); }
td.TdClassName
{
border-color: #6B519F;
}
.TagClassName
{
border-color: #6B519F;
}
</style>