Shades of Kimberly #706686
Tints of Kimberly #706686
RGB
CMYK
RGB Variations
Color information
#706686 (or 0x706686) is known color: Kimberly. HEX triplet: 70, 66 and 86. RGB value is (112,102,134). Sum of RGB (Red+Green+Blue) = 112+102+134=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #706686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706686 is #8F9979. Grayscale: #6C6C6C. Windows color (decimal): -9410938 or 8808048. OLE color: 8808048.
HSL color Cylindrical-coordinate representation of color #706686: hue angle of 258.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706686 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 102 | 134 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.47 |
| HSL | 258.75º | 0.14% | 0.46% | - |
| HSV(B) | 258.75º | 0.24% | 0.53% | - |
| XYZ | 15.74 | 14.67 | 24.56 | - |
| YUV | 108.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 134 | 0.16 | 0.24 | 0 | 0.47 | 258.75 | 0.14 | 0.46 |
| Hex | 70 | 66 | 86 | 10 | 18 | 0 | 2F | 103 | E | 2E |
| Octal | 160 | 146 | 206 | 20 | 30 | 0 | 57 | 403 | 16 | 56 |
| Binary | 1110000 | 1100110 | 10000110 | 10000 | 11000 | 0 | 101111 | 100000011 | 1110 | 101110 |
Color Harmonies of #706686
Complementary color
Monochromatic Colors of #706686
Black with #706686
Text Example
Text Example
White with #706686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706686; }
p { color: rgb(112,102,134); }
H1.HeaderClassName
{
color: #706686;
}
.AnyTagClassName
{
color: #706686;
}
</style>
background-color css
<style>
a { background-color: #706686; }
a { background-color: rgb(112,102,134); }
div.DivClassName
{
background-color: #706686;
}
.BgClassName
{
background-color: #706686;
}
</style>
border-color css
<style>
span { border-color: #706686; }
span { border-color: rgb(112,102,134); }
td.TdClassName
{
border-color: #706686;
}
.TagClassName
{
border-color: #706686;
}
</style>