Shades of Studio #6F549D
Tints of Studio #6F549D
RGB
CMYK
RGB Variations
Color information
#6F549D (or 0x6F549D) is known color: Studio. HEX triplet: 6F, 54 and 9D. RGB value is (111,84,157). Sum of RGB (Red+Green+Blue) = 111+84+157=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F549D is #90AB62. Grayscale: #646464. Windows color (decimal): -9481059 or 10310767. OLE color: 10310767.
HSL color Cylindrical-coordinate representation of color #6F549D: hue angle of 262.19º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F549D is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 84 | 157 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.38 |
| HSL | 262.19º | 0.3% | 0.47% | - |
| HSV(B) | 262.19º | 0.46% | 0.62% | - |
| XYZ | 15.81 | 12.15 | 33.41 | - |
| YUV | 100.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 157 | 0.29 | 0.46 | 0 | 0.38 | 262.19 | 0.3 | 0.47 |
| Hex | 6F | 54 | 9D | 1D | 2E | 0 | 26 | 106 | 1E | 2F |
| Octal | 157 | 124 | 235 | 35 | 56 | 0 | 46 | 406 | 36 | 57 |
| Binary | 1101111 | 1010100 | 10011101 | 11101 | 101110 | 0 | 100110 | 100000110 | 11110 | 101111 |
Color Harmonies of #6F549D
Complementary color
Monochromatic Colors of #6F549D
Black with #6F549D
Text Example
Text Example
White with #6F549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F549D; }
p { color: rgb(111,84,157); }
H1.HeaderClassName
{
color: #6F549D;
}
.AnyTagClassName
{
color: #6F549D;
}
</style>
background-color css
<style>
a { background-color: #6F549D; }
a { background-color: rgb(111,84,157); }
div.DivClassName
{
background-color: #6F549D;
}
.BgClassName
{
background-color: #6F549D;
}
</style>
border-color css
<style>
span { border-color: #6F549D; }
span { border-color: rgb(111,84,157); }
td.TdClassName
{
border-color: #6F549D;
}
.TagClassName
{
border-color: #6F549D;
}
</style>