Shades of Kimberly #706185
Tints of Kimberly #706185
RGB
CMYK
RGB Variations
Color information
#706185 (or 0x706185) is known color: Kimberly. HEX triplet: 70, 61 and 85. RGB value is (112,97,133). Sum of RGB (Red+Green+Blue) = 112+97+133=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #706185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706185 is #8F9E7A. Grayscale: #696969. Windows color (decimal): -9412219 or 8741232. OLE color: 8741232.
HSL color Cylindrical-coordinate representation of color #706185: hue angle of 265º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706185 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 97 | 133 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.48 |
| HSL | 265º | 0.16% | 0.45% | - |
| HSV(B) | 265º | 0.27% | 0.52% | - |
| XYZ | 15.19 | 13.69 | 24.03 | - |
| YUV | 105.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 133 | 0.16 | 0.27 | 0 | 0.48 | 265 | 0.16 | 0.45 |
| Hex | 70 | 61 | 85 | 10 | 1B | 0 | 30 | 109 | 10 | 2D |
| Octal | 160 | 141 | 205 | 20 | 33 | 0 | 60 | 411 | 20 | 55 |
| Binary | 1110000 | 1100001 | 10000101 | 10000 | 11011 | 0 | 110000 | 100001001 | 10000 | 101101 |
Color Harmonies of #706185
Complementary color
Monochromatic Colors of #706185
Black with #706185
Text Example
Text Example
White with #706185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706185; }
p { color: rgb(112,97,133); }
H1.HeaderClassName
{
color: #706185;
}
.AnyTagClassName
{
color: #706185;
}
</style>
background-color css
<style>
a { background-color: #706185; }
a { background-color: rgb(112,97,133); }
div.DivClassName
{
background-color: #706185;
}
.BgClassName
{
background-color: #706185;
}
</style>
border-color css
<style>
span { border-color: #706185; }
span { border-color: rgb(112,97,133); }
td.TdClassName
{
border-color: #706185;
}
.TagClassName
{
border-color: #706185;
}
</style>