Shades of Kimberly #706489
Tints of Kimberly #706489
RGB
CMYK
RGB Variations
Color information
#706489 (or 0x706489) is known color: Kimberly. HEX triplet: 70, 64 and 89. RGB value is (112,100,137). Sum of RGB (Red+Green+Blue) = 112+100+137=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #706489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706489 is #8F9B76. Grayscale: #6B6B6B. Windows color (decimal): -9411447 or 9004144. OLE color: 9004144.
HSL color Cylindrical-coordinate representation of color #706489: hue angle of 259.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706489 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 100 | 137 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.46 |
| HSL | 259.46º | 0.16% | 0.46% | - |
| HSV(B) | 259.46º | 0.27% | 0.54% | - |
| XYZ | 15.75 | 14.37 | 25.61 | - |
| YUV | 107.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 137 | 0.18 | 0.27 | 0 | 0.46 | 259.46 | 0.16 | 0.46 |
| Hex | 70 | 64 | 89 | 12 | 1B | 0 | 2E | 103 | 10 | 2E |
| Octal | 160 | 144 | 211 | 22 | 33 | 0 | 56 | 403 | 20 | 56 |
| Binary | 1110000 | 1100100 | 10001001 | 10010 | 11011 | 0 | 101110 | 100000011 | 10000 | 101110 |
Color Harmonies of #706489
Complementary color
Monochromatic Colors of #706489
Black with #706489
Text Example
Text Example
White with #706489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706489; }
p { color: rgb(112,100,137); }
H1.HeaderClassName
{
color: #706489;
}
.AnyTagClassName
{
color: #706489;
}
</style>
background-color css
<style>
a { background-color: #706489; }
a { background-color: rgb(112,100,137); }
div.DivClassName
{
background-color: #706489;
}
.BgClassName
{
background-color: #706489;
}
</style>
border-color css
<style>
span { border-color: #706489; }
span { border-color: rgb(112,100,137); }
td.TdClassName
{
border-color: #706489;
}
.TagClassName
{
border-color: #706489;
}
</style>