Shades of Kimberly #706186
Tints of Kimberly #706186
RGB
CMYK
RGB Variations
Color information
#706186 (or 0x706186) is known color: Kimberly. HEX triplet: 70, 61 and 86. RGB value is (112,97,134). Sum of RGB (Red+Green+Blue) = 112+97+134=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 134 - color contains mainly: blue. Hex color #706186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706186 is #8F9E79. Grayscale: #696969. Windows color (decimal): -9412218 or 8806768. OLE color: 8806768.
HSL color Cylindrical-coordinate representation of color #706186: hue angle of 264.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706186 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 97 | 134 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.47 |
| HSL | 264.32º | 0.16% | 0.45% | - |
| HSV(B) | 264.32º | 0.28% | 0.53% | - |
| XYZ | 15.26 | 13.72 | 24.4 | - |
| YUV | 105.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 134 | 0.16 | 0.28 | 0 | 0.47 | 264.32 | 0.16 | 0.45 |
| Hex | 70 | 61 | 86 | 10 | 1C | 0 | 2F | 108 | 10 | 2D |
| Octal | 160 | 141 | 206 | 20 | 34 | 0 | 57 | 410 | 20 | 55 |
| Binary | 1110000 | 1100001 | 10000110 | 10000 | 11100 | 0 | 101111 | 100001000 | 10000 | 101101 |
Color Harmonies of #706186
Complementary color
Monochromatic Colors of #706186
Black with #706186
Text Example
Text Example
White with #706186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706186; }
p { color: rgb(112,97,134); }
H1.HeaderClassName
{
color: #706186;
}
.AnyTagClassName
{
color: #706186;
}
</style>
background-color css
<style>
a { background-color: #706186; }
a { background-color: rgb(112,97,134); }
div.DivClassName
{
background-color: #706186;
}
.BgClassName
{
background-color: #706186;
}
</style>
border-color css
<style>
span { border-color: #706186; }
span { border-color: rgb(112,97,134); }
td.TdClassName
{
border-color: #706186;
}
.TagClassName
{
border-color: #706186;
}
</style>