Shades of Studio #6F529B
Tints of Studio #6F529B
RGB
CMYK
RGB Variations
Color information
#6F529B (or 0x6F529B) is known color: Studio. HEX triplet: 6F, 52 and 9B. RGB value is (111,82,155). Sum of RGB (Red+Green+Blue) = 111+82+155=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F529B is #90AD64. Grayscale: #626262. Windows color (decimal): -9481573 or 10179183. OLE color: 10179183.
HSL color Cylindrical-coordinate representation of color #6F529B: hue angle of 263.84º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F529B is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 82 | 155 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.39 |
| HSL | 263.84º | 0.31% | 0.46% | - |
| HSV(B) | 263.84º | 0.47% | 0.61% | - |
| XYZ | 15.49 | 11.78 | 32.47 | - |
| YUV | 98.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 155 | 0.28 | 0.47 | 0 | 0.39 | 263.84 | 0.31 | 0.46 |
| Hex | 6F | 52 | 9B | 1C | 2F | 0 | 27 | 108 | 1F | 2E |
| Octal | 157 | 122 | 233 | 34 | 57 | 0 | 47 | 410 | 37 | 56 |
| Binary | 1101111 | 1010010 | 10011011 | 11100 | 101111 | 0 | 100111 | 100001000 | 11111 | 101110 |
Color Harmonies of #6F529B
Complementary color
Monochromatic Colors of #6F529B
Black with #6F529B
Text Example
Text Example
White with #6F529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F529B; }
p { color: rgb(111,82,155); }
H1.HeaderClassName
{
color: #6F529B;
}
.AnyTagClassName
{
color: #6F529B;
}
</style>
background-color css
<style>
a { background-color: #6F529B; }
a { background-color: rgb(111,82,155); }
div.DivClassName
{
background-color: #6F529B;
}
.BgClassName
{
background-color: #6F529B;
}
</style>
border-color css
<style>
span { border-color: #6F529B; }
span { border-color: rgb(111,82,155); }
td.TdClassName
{
border-color: #6F529B;
}
.TagClassName
{
border-color: #6F529B;
}
</style>