Shades of Studio #6B509B
Tints of Studio #6B509B
RGB
CMYK
RGB Variations
Color information
#6B509B (or 0x6B509B) is known color: Studio. HEX triplet: 6B, 50 and 9B. RGB value is (107,80,155). Sum of RGB (Red+Green+Blue) = 107+80+155=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B509B is #94AF64. Grayscale: #606060. Windows color (decimal): -9744229 or 10178667. OLE color: 10178667.
HSL color Cylindrical-coordinate representation of color #6B509B: 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 #6B509B is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 80 | 155 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.39 |
| HSL | 261.6º | 0.32% | 0.46% | - |
| HSV(B) | 261.6º | 0.48% | 0.61% | - |
| XYZ | 14.85 | 11.23 | 32.4 | - |
| YUV | 96.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 155 | 0.31 | 0.48 | 0 | 0.39 | 261.6 | 0.32 | 0.46 |
| Hex | 6B | 50 | 9B | 1F | 30 | 0 | 27 | 106 | 20 | 2E |
| Octal | 153 | 120 | 233 | 37 | 60 | 0 | 47 | 406 | 40 | 56 |
| Binary | 1101011 | 1010000 | 10011011 | 11111 | 110000 | 0 | 100111 | 100000110 | 100000 | 101110 |
Color Harmonies of #6B509B
Complementary color
Monochromatic Colors of #6B509B
Black with #6B509B
Text Example
Text Example
White with #6B509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B509B; }
p { color: rgb(107,80,155); }
H1.HeaderClassName
{
color: #6B509B;
}
.AnyTagClassName
{
color: #6B509B;
}
</style>
background-color css
<style>
a { background-color: #6B509B; }
a { background-color: rgb(107,80,155); }
div.DivClassName
{
background-color: #6B509B;
}
.BgClassName
{
background-color: #6B509B;
}
</style>
border-color css
<style>
span { border-color: #6B509B; }
span { border-color: rgb(107,80,155); }
td.TdClassName
{
border-color: #6B509B;
}
.TagClassName
{
border-color: #6B509B;
}
</style>