Shades of Studio #6F49AB
Tints of Studio #6F49AB
RGB
CMYK
RGB Variations
Color information
#6F49AB (or 0x6F49AB) is known color: Studio. HEX triplet: 6F, 49 and AB. RGB value is (111,73,171). Sum of RGB (Red+Green+Blue) = 111+73+171=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F49AB is #90B654. Grayscale: #5F5F5F. Windows color (decimal): -9483861 or 11225455. OLE color: 11225455.
HSL color Cylindrical-coordinate representation of color #6F49AB: hue angle of 263.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F49AB is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 73 | 171 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.33 |
| HSL | 263.27º | 0.4% | 0.48% | - |
| HSV(B) | 263.27º | 0.57% | 0.67% | - |
| XYZ | 16.29 | 11.08 | 39.81 | - |
| YUV | 95.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 171 | 0.35 | 0.57 | 0 | 0.33 | 263.27 | 0.4 | 0.48 |
| Hex | 6F | 49 | AB | 23 | 39 | 0 | 21 | 107 | 28 | 30 |
| Octal | 157 | 111 | 253 | 43 | 71 | 0 | 41 | 407 | 50 | 60 |
| Binary | 1101111 | 1001001 | 10101011 | 100011 | 111001 | 0 | 100001 | 100000111 | 101000 | 110000 |
Color Harmonies of #6F49AB
Complementary color
Monochromatic Colors of #6F49AB
Black with #6F49AB
Text Example
Text Example
White with #6F49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F49AB; }
p { color: rgb(111,73,171); }
H1.HeaderClassName
{
color: #6F49AB;
}
.AnyTagClassName
{
color: #6F49AB;
}
</style>
background-color css
<style>
a { background-color: #6F49AB; }
a { background-color: rgb(111,73,171); }
div.DivClassName
{
background-color: #6F49AB;
}
.BgClassName
{
background-color: #6F49AB;
}
</style>
border-color css
<style>
span { border-color: #6F49AB; }
span { border-color: rgb(111,73,171); }
td.TdClassName
{
border-color: #6F49AB;
}
.TagClassName
{
border-color: #6F49AB;
}
</style>