Shades of Studio #6F56A0
Tints of Studio #6F56A0
RGB
CMYK
RGB Variations
Color information
#6F56A0 (or 0x6F56A0) is known color: Studio. HEX triplet: 6F, 56 and A0. RGB value is (111,86,160). Sum of RGB (Red+Green+Blue) = 111+86+160=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F56A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F56A0 is #90A95F. Grayscale: #656565. Windows color (decimal): -9480544 or 10507887. OLE color: 10507887.
HSL color Cylindrical-coordinate representation of color #6F56A0: hue angle of 260.27º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F56A0 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 86 | 160 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.37 |
| HSL | 260.27º | 0.3% | 0.48% | - |
| HSV(B) | 260.27º | 0.46% | 0.63% | - |
| XYZ | 16.23 | 12.57 | 34.83 | - |
| YUV | 101.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 160 | 0.31 | 0.46 | 0 | 0.37 | 260.27 | 0.3 | 0.48 |
| Hex | 6F | 56 | A0 | 1F | 2E | 0 | 25 | 104 | 1E | 30 |
| Octal | 157 | 126 | 240 | 37 | 56 | 0 | 45 | 404 | 36 | 60 |
| Binary | 1101111 | 1010110 | 10100000 | 11111 | 101110 | 0 | 100101 | 100000100 | 11110 | 110000 |
Color Harmonies of #6F56A0
Complementary color
Monochromatic Colors of #6F56A0
Black with #6F56A0
Text Example
Text Example
White with #6F56A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F56A0; }
p { color: rgb(111,86,160); }
H1.HeaderClassName
{
color: #6F56A0;
}
.AnyTagClassName
{
color: #6F56A0;
}
</style>
background-color css
<style>
a { background-color: #6F56A0; }
a { background-color: rgb(111,86,160); }
div.DivClassName
{
background-color: #6F56A0;
}
.BgClassName
{
background-color: #6F56A0;
}
</style>
border-color css
<style>
span { border-color: #6F56A0; }
span { border-color: rgb(111,86,160); }
td.TdClassName
{
border-color: #6F56A0;
}
.TagClassName
{
border-color: #6F56A0;
}
</style>