Shades of Studio #6B509D
Tints of Studio #6B509D
RGB
CMYK
RGB Variations
Color information
#6B509D (or 0x6B509D) is known color: Studio. HEX triplet: 6B, 50 and 9D. RGB value is (107,80,157). Sum of RGB (Red+Green+Blue) = 107+80+157=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B509D is #94AF62. Grayscale: #606060. Windows color (decimal): -9744227 or 10309739. OLE color: 10309739.
HSL color Cylindrical-coordinate representation of color #6B509D: hue angle of 261.04º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B509D is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 80 | 157 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.38 |
| HSL | 261.04º | 0.32% | 0.46% | - |
| HSV(B) | 261.04º | 0.49% | 0.62% | - |
| XYZ | 15.02 | 11.3 | 33.29 | - |
| YUV | 96.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 157 | 0.32 | 0.49 | 0 | 0.38 | 261.04 | 0.32 | 0.46 |
| Hex | 6B | 50 | 9D | 20 | 31 | 0 | 26 | 105 | 20 | 2E |
| Octal | 153 | 120 | 235 | 40 | 61 | 0 | 46 | 405 | 40 | 56 |
| Binary | 1101011 | 1010000 | 10011101 | 100000 | 110001 | 0 | 100110 | 100000101 | 100000 | 101110 |
Color Harmonies of #6B509D
Complementary color
Monochromatic Colors of #6B509D
Black with #6B509D
Text Example
Text Example
White with #6B509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B509D; }
p { color: rgb(107,80,157); }
H1.HeaderClassName
{
color: #6B509D;
}
.AnyTagClassName
{
color: #6B509D;
}
</style>
background-color css
<style>
a { background-color: #6B509D; }
a { background-color: rgb(107,80,157); }
div.DivClassName
{
background-color: #6B509D;
}
.BgClassName
{
background-color: #6B509D;
}
</style>
border-color css
<style>
span { border-color: #6B509D; }
span { border-color: rgb(107,80,157); }
td.TdClassName
{
border-color: #6B509D;
}
.TagClassName
{
border-color: #6B509D;
}
</style>