Shades of Kimberly #706386
Tints of Kimberly #706386
RGB
CMYK
RGB Variations
Color information
#706386 (or 0x706386) is known color: Kimberly. HEX triplet: 70, 63 and 86. RGB value is (112,99,134). Sum of RGB (Red+Green+Blue) = 112+99+134=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #706386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706386 is #8F9C79. Grayscale: #6A6A6A. Windows color (decimal): -9411706 or 8807280. OLE color: 8807280.
HSL color Cylindrical-coordinate representation of color #706386: hue angle of 262.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706386 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 99 | 134 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.47 |
| HSL | 262.29º | 0.15% | 0.46% | - |
| HSV(B) | 262.29º | 0.26% | 0.53% | - |
| XYZ | 15.45 | 14.09 | 24.46 | - |
| YUV | 106.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 134 | 0.16 | 0.26 | 0 | 0.47 | 262.29 | 0.15 | 0.46 |
| Hex | 70 | 63 | 86 | 10 | 1A | 0 | 2F | 106 | F | 2E |
| Octal | 160 | 143 | 206 | 20 | 32 | 0 | 57 | 406 | 17 | 56 |
| Binary | 1110000 | 1100011 | 10000110 | 10000 | 11010 | 0 | 101111 | 100000110 | 1111 | 101110 |
Color Harmonies of #706386
Complementary color
Monochromatic Colors of #706386
Black with #706386
Text Example
Text Example
White with #706386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706386; }
p { color: rgb(112,99,134); }
H1.HeaderClassName
{
color: #706386;
}
.AnyTagClassName
{
color: #706386;
}
</style>
background-color css
<style>
a { background-color: #706386; }
a { background-color: rgb(112,99,134); }
div.DivClassName
{
background-color: #706386;
}
.BgClassName
{
background-color: #706386;
}
</style>
border-color css
<style>
span { border-color: #706386; }
span { border-color: rgb(112,99,134); }
td.TdClassName
{
border-color: #706386;
}
.TagClassName
{
border-color: #706386;
}
</style>