Shades of Kimberly #706487
Tints of Kimberly #706487
RGB
CMYK
RGB Variations
Color information
#706487 (or 0x706487) is known color: Kimberly. HEX triplet: 70, 64 and 87. RGB value is (112,100,135). Sum of RGB (Red+Green+Blue) = 112+100+135=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #706487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706487 is #8F9B78. Grayscale: #6B6B6B. Windows color (decimal): -9411449 or 8873072. OLE color: 8873072.
HSL color Cylindrical-coordinate representation of color #706487: hue angle of 260.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706487 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 100 | 135 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.47 |
| HSL | 260.57º | 0.15% | 0.46% | - |
| HSV(B) | 260.57º | 0.26% | 0.53% | - |
| XYZ | 15.61 | 14.31 | 24.86 | - |
| YUV | 107.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 135 | 0.17 | 0.26 | 0 | 0.47 | 260.57 | 0.15 | 0.46 |
| Hex | 70 | 64 | 87 | 11 | 1A | 0 | 2F | 105 | F | 2E |
| Octal | 160 | 144 | 207 | 21 | 32 | 0 | 57 | 405 | 17 | 56 |
| Binary | 1110000 | 1100100 | 10000111 | 10001 | 11010 | 0 | 101111 | 100000101 | 1111 | 101110 |
Color Harmonies of #706487
Complementary color
Monochromatic Colors of #706487
Black with #706487
Text Example
Text Example
White with #706487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706487; }
p { color: rgb(112,100,135); }
H1.HeaderClassName
{
color: #706487;
}
.AnyTagClassName
{
color: #706487;
}
</style>
background-color css
<style>
a { background-color: #706487; }
a { background-color: rgb(112,100,135); }
div.DivClassName
{
background-color: #706487;
}
.BgClassName
{
background-color: #706487;
}
</style>
border-color css
<style>
span { border-color: #706487; }
span { border-color: rgb(112,100,135); }
td.TdClassName
{
border-color: #706487;
}
.TagClassName
{
border-color: #706487;
}
</style>