Shades of Kimberly #706287
Tints of Kimberly #706287
RGB
CMYK
RGB Variations
Color information
#706287 (or 0x706287) is known color: Kimberly. HEX triplet: 70, 62 and 87. RGB value is (112,98,135). Sum of RGB (Red+Green+Blue) = 112+98+135=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #706287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706287 is #8F9D78. Grayscale: #6A6A6A. Windows color (decimal): -9411961 or 8872560. OLE color: 8872560.
HSL color Cylindrical-coordinate representation of color #706287: hue angle of 262.7º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706287 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 98 | 135 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.47 |
| HSL | 262.7º | 0.16% | 0.46% | - |
| HSV(B) | 262.7º | 0.27% | 0.53% | - |
| XYZ | 15.42 | 13.93 | 24.8 | - |
| YUV | 106.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 135 | 0.17 | 0.27 | 0 | 0.47 | 262.7 | 0.16 | 0.46 |
| Hex | 70 | 62 | 87 | 11 | 1B | 0 | 2F | 107 | 10 | 2E |
| Octal | 160 | 142 | 207 | 21 | 33 | 0 | 57 | 407 | 20 | 56 |
| Binary | 1110000 | 1100010 | 10000111 | 10001 | 11011 | 0 | 101111 | 100000111 | 10000 | 101110 |
Color Harmonies of #706287
Complementary color
Monochromatic Colors of #706287
Black with #706287
Text Example
Text Example
White with #706287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706287; }
p { color: rgb(112,98,135); }
H1.HeaderClassName
{
color: #706287;
}
.AnyTagClassName
{
color: #706287;
}
</style>
background-color css
<style>
a { background-color: #706287; }
a { background-color: rgb(112,98,135); }
div.DivClassName
{
background-color: #706287;
}
.BgClassName
{
background-color: #706287;
}
</style>
border-color css
<style>
span { border-color: #706287; }
span { border-color: rgb(112,98,135); }
td.TdClassName
{
border-color: #706287;
}
.TagClassName
{
border-color: #706287;
}
</style>