Shades of Studio #6F50A0
Tints of Studio #6F50A0
RGB
CMYK
RGB Variations
Color information
#6F50A0 (or 0x6F50A0) is known color: Studio. HEX triplet: 6F, 50 and A0. RGB value is (111,80,160). Sum of RGB (Red+Green+Blue) = 111+80+160=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F50A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F50A0 is #90AF5F. Grayscale: #626262. Windows color (decimal): -9482080 or 10506351. OLE color: 10506351.
HSL color Cylindrical-coordinate representation of color #6F50A0: hue angle of 263.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F50A0 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 80 | 160 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.37 |
| HSL | 263.25º | 0.33% | 0.47% | - |
| HSV(B) | 263.25º | 0.5% | 0.63% | - |
| XYZ | 15.77 | 11.65 | 34.68 | - |
| YUV | 98.39 | 162.77 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 160 | 0.31 | 0.5 | 0 | 0.37 | 263.25 | 0.33 | 0.47 |
| Hex | 6F | 50 | A0 | 1F | 32 | 0 | 25 | 107 | 21 | 2F |
| Octal | 157 | 120 | 240 | 37 | 62 | 0 | 45 | 407 | 41 | 57 |
| Binary | 1101111 | 1010000 | 10100000 | 11111 | 110010 | 0 | 100101 | 100000111 | 100001 | 101111 |
Color Harmonies of #6F50A0
Complementary color
Monochromatic Colors of #6F50A0
Black with #6F50A0
Text Example
Text Example
White with #6F50A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50A0; }
p { color: rgb(111,80,160); }
H1.HeaderClassName
{
color: #6F50A0;
}
.AnyTagClassName
{
color: #6F50A0;
}
</style>
background-color css
<style>
a { background-color: #6F50A0; }
a { background-color: rgb(111,80,160); }
div.DivClassName
{
background-color: #6F50A0;
}
.BgClassName
{
background-color: #6F50A0;
}
</style>
border-color css
<style>
span { border-color: #6F50A0; }
span { border-color: rgb(111,80,160); }
td.TdClassName
{
border-color: #6F50A0;
}
.TagClassName
{
border-color: #6F50A0;
}
</style>