Shades of Kimberly #706289
Tints of Kimberly #706289
RGB
CMYK
RGB Variations
Color information
#706289 (or 0x706289) is known color: Kimberly. HEX triplet: 70, 62 and 89. RGB value is (112,98,137). Sum of RGB (Red+Green+Blue) = 112+98+137=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #706289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706289 is #8F9D76. Grayscale: #6A6A6A. Windows color (decimal): -9411959 or 9003632. OLE color: 9003632.
HSL color Cylindrical-coordinate representation of color #706289: hue angle of 261.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706289 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 98 | 137 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.46 |
| HSL | 261.54º | 0.17% | 0.46% | - |
| HSV(B) | 261.54º | 0.28% | 0.54% | - |
| XYZ | 15.57 | 13.99 | 25.55 | - |
| YUV | 106.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 137 | 0.18 | 0.28 | 0 | 0.46 | 261.54 | 0.17 | 0.46 |
| Hex | 70 | 62 | 89 | 12 | 1C | 0 | 2E | 106 | 11 | 2E |
| Octal | 160 | 142 | 211 | 22 | 34 | 0 | 56 | 406 | 21 | 56 |
| Binary | 1110000 | 1100010 | 10001001 | 10010 | 11100 | 0 | 101110 | 100000110 | 10001 | 101110 |
Color Harmonies of #706289
Complementary color
Monochromatic Colors of #706289
Black with #706289
Text Example
Text Example
White with #706289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706289; }
p { color: rgb(112,98,137); }
H1.HeaderClassName
{
color: #706289;
}
.AnyTagClassName
{
color: #706289;
}
</style>
background-color css
<style>
a { background-color: #706289; }
a { background-color: rgb(112,98,137); }
div.DivClassName
{
background-color: #706289;
}
.BgClassName
{
background-color: #706289;
}
</style>
border-color css
<style>
span { border-color: #706289; }
span { border-color: rgb(112,98,137); }
td.TdClassName
{
border-color: #706289;
}
.TagClassName
{
border-color: #706289;
}
</style>