Shades of Studio #6F50AB
Tints of Studio #6F50AB
RGB
CMYK
RGB Variations
Color information
#6F50AB (or 0x6F50AB) is known color: Studio. HEX triplet: 6F, 50 and AB. RGB value is (111,80,171). Sum of RGB (Red+Green+Blue) = 111+80+171=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F50AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F50AB is #90AF54. Grayscale: #636363. Windows color (decimal): -9482069 or 11227247. OLE color: 11227247.
HSL color Cylindrical-coordinate representation of color #6F50AB: hue angle of 260.44º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F50AB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 80 | 171 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.33 |
| HSL | 260.44º | 0.36% | 0.49% | - |
| HSV(B) | 260.44º | 0.53% | 0.67% | - |
| XYZ | 16.77 | 12.06 | 39.97 | - |
| YUV | 99.64 | 168.27 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 171 | 0.35 | 0.53 | 0 | 0.33 | 260.44 | 0.36 | 0.49 |
| Hex | 6F | 50 | AB | 23 | 35 | 0 | 21 | 104 | 24 | 31 |
| Octal | 157 | 120 | 253 | 43 | 65 | 0 | 41 | 404 | 44 | 61 |
| Binary | 1101111 | 1010000 | 10101011 | 100011 | 110101 | 0 | 100001 | 100000100 | 100100 | 110001 |
Color Harmonies of #6F50AB
Complementary color
Monochromatic Colors of #6F50AB
Black with #6F50AB
Text Example
Text Example
White with #6F50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50AB; }
p { color: rgb(111,80,171); }
H1.HeaderClassName
{
color: #6F50AB;
}
.AnyTagClassName
{
color: #6F50AB;
}
</style>
background-color css
<style>
a { background-color: #6F50AB; }
a { background-color: rgb(111,80,171); }
div.DivClassName
{
background-color: #6F50AB;
}
.BgClassName
{
background-color: #6F50AB;
}
</style>
border-color css
<style>
span { border-color: #6F50AB; }
span { border-color: rgb(111,80,171); }
td.TdClassName
{
border-color: #6F50AB;
}
.TagClassName
{
border-color: #6F50AB;
}
</style>