Shades of Kimberly #706089
Tints of Kimberly #706089
RGB
CMYK
RGB Variations
Color information
#706089 (or 0x706089) is known color: Kimberly. HEX triplet: 70, 60 and 89. RGB value is (112,96,137). Sum of RGB (Red+Green+Blue) = 112+96+137=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #706089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706089 is #8F9F76. Grayscale: #696969. Windows color (decimal): -9412471 or 9003120. OLE color: 9003120.
HSL color Cylindrical-coordinate representation of color #706089: hue angle of 263.41º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706089 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 96 | 137 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.46 |
| HSL | 263.41º | 0.18% | 0.46% | - |
| HSV(B) | 263.41º | 0.3% | 0.54% | - |
| XYZ | 15.38 | 13.62 | 25.48 | - |
| YUV | 105.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 137 | 0.18 | 0.30 | 0 | 0.46 | 263.41 | 0.18 | 0.46 |
| Hex | 70 | 60 | 89 | 12 | 1E | 0 | 2E | 107 | 12 | 2E |
| Octal | 160 | 140 | 211 | 22 | 36 | 0 | 56 | 407 | 22 | 56 |
| Binary | 1110000 | 1100000 | 10001001 | 10010 | 11110 | 0 | 101110 | 100000111 | 10010 | 101110 |
Color Harmonies of #706089
Complementary color
Monochromatic Colors of #706089
Black with #706089
Text Example
Text Example
White with #706089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706089; }
p { color: rgb(112,96,137); }
H1.HeaderClassName
{
color: #706089;
}
.AnyTagClassName
{
color: #706089;
}
</style>
background-color css
<style>
a { background-color: #706089; }
a { background-color: rgb(112,96,137); }
div.DivClassName
{
background-color: #706089;
}
.BgClassName
{
background-color: #706089;
}
</style>
border-color css
<style>
span { border-color: #706089; }
span { border-color: rgb(112,96,137); }
td.TdClassName
{
border-color: #706089;
}
.TagClassName
{
border-color: #706089;
}
</style>