Shades of Kimberly #706987
Tints of Kimberly #706987
RGB
CMYK
RGB Variations
Color information
#706987 (or 0x706987) is known color: Kimberly. HEX triplet: 70, 69 and 87. RGB value is (112,105,135). Sum of RGB (Red+Green+Blue) = 112+105+135=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #706987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706987 is #8F9678. Grayscale: #6E6E6E. Windows color (decimal): -9410169 or 8874352. OLE color: 8874352.
HSL color Cylindrical-coordinate representation of color #706987: hue angle of 254º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706987 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 105 | 135 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.47 |
| HSL | 254º | 0.13% | 0.47% | - |
| HSV(B) | 254º | 0.22% | 0.53% | - |
| XYZ | 16.11 | 15.3 | 25.03 | - |
| YUV | 110.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 135 | 0.17 | 0.22 | 0 | 0.47 | 254 | 0.13 | 0.47 |
| Hex | 70 | 69 | 87 | 11 | 16 | 0 | 2F | FE | C | 2F |
| Octal | 160 | 151 | 207 | 21 | 26 | 0 | 57 | 376 | 14 | 57 |
| Binary | 1110000 | 1101001 | 10000111 | 10001 | 10110 | 0 | 101111 | 11111110 | 1100 | 101111 |
Color Harmonies of #706987
Complementary color
Monochromatic Colors of #706987
Black with #706987
Text Example
Text Example
White with #706987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706987; }
p { color: rgb(112,105,135); }
H1.HeaderClassName
{
color: #706987;
}
.AnyTagClassName
{
color: #706987;
}
</style>
background-color css
<style>
a { background-color: #706987; }
a { background-color: rgb(112,105,135); }
div.DivClassName
{
background-color: #706987;
}
.BgClassName
{
background-color: #706987;
}
</style>
border-color css
<style>
span { border-color: #706987; }
span { border-color: rgb(112,105,135); }
td.TdClassName
{
border-color: #706987;
}
.TagClassName
{
border-color: #706987;
}
</style>