Shades of Kimberly #706B85
Tints of Kimberly #706B85
RGB
CMYK
RGB Variations
Color information
#706B85 (or 0x706B85) is known color: Kimberly. HEX triplet: 70, 6B and 85. RGB value is (112,107,133). Sum of RGB (Red+Green+Blue) = 112+107+133=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #706B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B85 is #8F947A. Grayscale: #6F6F6F. Windows color (decimal): -9409659 or 8743792. OLE color: 8743792.
HSL color Cylindrical-coordinate representation of color #706B85: hue angle of 251.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706B85 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 107 | 133 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.48 |
| HSL | 251.54º | 0.11% | 0.47% | - |
| HSV(B) | 251.54º | 0.2% | 0.52% | - |
| XYZ | 16.17 | 15.65 | 24.36 | - |
| YUV | 111.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 133 | 0.16 | 0.20 | 0 | 0.48 | 251.54 | 0.11 | 0.47 |
| Hex | 70 | 6B | 85 | 10 | 14 | 0 | 30 | FC | B | 2F |
| Octal | 160 | 153 | 205 | 20 | 24 | 0 | 60 | 374 | 13 | 57 |
| Binary | 1110000 | 1101011 | 10000101 | 10000 | 10100 | 0 | 110000 | 11111100 | 1011 | 101111 |
Color Harmonies of #706B85
Complementary color
Monochromatic Colors of #706B85
Black with #706B85
Text Example
Text Example
White with #706B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B85; }
p { color: rgb(112,107,133); }
H1.HeaderClassName
{
color: #706B85;
}
.AnyTagClassName
{
color: #706B85;
}
</style>
background-color css
<style>
a { background-color: #706B85; }
a { background-color: rgb(112,107,133); }
div.DivClassName
{
background-color: #706B85;
}
.BgClassName
{
background-color: #706B85;
}
</style>
border-color css
<style>
span { border-color: #706B85; }
span { border-color: rgb(112,107,133); }
td.TdClassName
{
border-color: #706B85;
}
.TagClassName
{
border-color: #706B85;
}
</style>