Shades of Kimberly #706486
Tints of Kimberly #706486
RGB
CMYK
RGB Variations
Color information
#706486 (or 0x706486) is known color: Kimberly. HEX triplet: 70, 64 and 86. RGB value is (112,100,134). Sum of RGB (Red+Green+Blue) = 112+100+134=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #706486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706486 is #8F9B79. Grayscale: #6B6B6B. Windows color (decimal): -9411450 or 8807536. OLE color: 8807536.
HSL color Cylindrical-coordinate representation of color #706486: hue angle of 261.18º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706486 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 100 | 134 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.47 |
| HSL | 261.18º | 0.15% | 0.46% | - |
| HSV(B) | 261.18º | 0.25% | 0.53% | - |
| XYZ | 15.54 | 14.28 | 24.49 | - |
| YUV | 107.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 134 | 0.16 | 0.25 | 0 | 0.47 | 261.18 | 0.15 | 0.46 |
| Hex | 70 | 64 | 86 | 10 | 19 | 0 | 2F | 105 | F | 2E |
| Octal | 160 | 144 | 206 | 20 | 31 | 0 | 57 | 405 | 17 | 56 |
| Binary | 1110000 | 1100100 | 10000110 | 10000 | 11001 | 0 | 101111 | 100000101 | 1111 | 101110 |
Color Harmonies of #706486
Complementary color
Monochromatic Colors of #706486
Black with #706486
Text Example
Text Example
White with #706486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706486; }
p { color: rgb(112,100,134); }
H1.HeaderClassName
{
color: #706486;
}
.AnyTagClassName
{
color: #706486;
}
</style>
background-color css
<style>
a { background-color: #706486; }
a { background-color: rgb(112,100,134); }
div.DivClassName
{
background-color: #706486;
}
.BgClassName
{
background-color: #706486;
}
</style>
border-color css
<style>
span { border-color: #706486; }
span { border-color: rgb(112,100,134); }
td.TdClassName
{
border-color: #706486;
}
.TagClassName
{
border-color: #706486;
}
</style>