Shades of Kimberly #706982
Tints of Kimberly #706982
RGB
CMYK
RGB Variations
Color information
#706982 (or 0x706982) is known color: Kimberly. HEX triplet: 70, 69 and 82. RGB value is (112,105,130). Sum of RGB (Red+Green+Blue) = 112+105+130=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #706982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706982 is #8F967D. Grayscale: #6D6D6D. Windows color (decimal): -9410174 or 8546672. OLE color: 8546672.
HSL color Cylindrical-coordinate representation of color #706982: hue angle of 256.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #706982 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 105 | 130 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.49 |
| HSL | 256.8º | 0.11% | 0.46% | - |
| HSV(B) | 256.8º | 0.19% | 0.51% | - |
| XYZ | 15.76 | 15.16 | 23.21 | - |
| YUV | 109.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 130 | 0.14 | 0.19 | 0 | 0.49 | 256.8 | 0.11 | 0.46 |
| Hex | 70 | 69 | 82 | E | 13 | 0 | 31 | 101 | B | 2E |
| Octal | 160 | 151 | 202 | 16 | 23 | 0 | 61 | 401 | 13 | 56 |
| Binary | 1110000 | 1101001 | 10000010 | 1110 | 10011 | 0 | 110001 | 100000001 | 1011 | 101110 |
Color Harmonies of #706982
Complementary color
Monochromatic Colors of #706982
Black with #706982
Text Example
Text Example
White with #706982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706982; }
p { color: rgb(112,105,130); }
H1.HeaderClassName
{
color: #706982;
}
.AnyTagClassName
{
color: #706982;
}
</style>
background-color css
<style>
a { background-color: #706982; }
a { background-color: rgb(112,105,130); }
div.DivClassName
{
background-color: #706982;
}
.BgClassName
{
background-color: #706982;
}
</style>
border-color css
<style>
span { border-color: #706982; }
span { border-color: rgb(112,105,130); }
td.TdClassName
{
border-color: #706982;
}
.TagClassName
{
border-color: #706982;
}
</style>