Shades of Kimberly #706789
Tints of Kimberly #706789
RGB
CMYK
RGB Variations
Color information
#706789 (or 0x706789) is known color: Kimberly. HEX triplet: 70, 67 and 89. RGB value is (112,103,137). Sum of RGB (Red+Green+Blue) = 112+103+137=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #706789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706789 is #8F9876. Grayscale: #6D6D6D. Windows color (decimal): -9410679 or 9004912. OLE color: 9004912.
HSL color Cylindrical-coordinate representation of color #706789: hue angle of 255.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706789 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 103 | 137 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.46 |
| HSL | 255.88º | 0.14% | 0.47% | - |
| HSV(B) | 255.88º | 0.25% | 0.54% | - |
| XYZ | 16.05 | 14.95 | 25.71 | - |
| YUV | 109.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 137 | 0.18 | 0.25 | 0 | 0.46 | 255.88 | 0.14 | 0.47 |
| Hex | 70 | 67 | 89 | 12 | 19 | 0 | 2E | 100 | E | 2F |
| Octal | 160 | 147 | 211 | 22 | 31 | 0 | 56 | 400 | 16 | 57 |
| Binary | 1110000 | 1100111 | 10001001 | 10010 | 11001 | 0 | 101110 | 100000000 | 1110 | 101111 |
Color Harmonies of #706789
Complementary color
Monochromatic Colors of #706789
Black with #706789
Text Example
Text Example
White with #706789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706789; }
p { color: rgb(112,103,137); }
H1.HeaderClassName
{
color: #706789;
}
.AnyTagClassName
{
color: #706789;
}
</style>
background-color css
<style>
a { background-color: #706789; }
a { background-color: rgb(112,103,137); }
div.DivClassName
{
background-color: #706789;
}
.BgClassName
{
background-color: #706789;
}
</style>
border-color css
<style>
span { border-color: #706789; }
span { border-color: rgb(112,103,137); }
td.TdClassName
{
border-color: #706789;
}
.TagClassName
{
border-color: #706789;
}
</style>