Shades of Kimberly #706983
Tints of Kimberly #706983
RGB
CMYK
RGB Variations
Color information
#706983 (or 0x706983) is known color: Kimberly. HEX triplet: 70, 69 and 83. RGB value is (112,105,131). Sum of RGB (Red+Green+Blue) = 112+105+131=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #706983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706983 is #8F967C. Grayscale: #6D6D6D. Windows color (decimal): -9410173 or 8612208. OLE color: 8612208.
HSL color Cylindrical-coordinate representation of color #706983: hue angle of 256.15º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706983 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 105 | 131 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.49 |
| HSL | 256.15º | 0.11% | 0.46% | - |
| HSV(B) | 256.15º | 0.2% | 0.51% | - |
| XYZ | 15.83 | 15.19 | 23.57 | - |
| YUV | 110.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 131 | 0.15 | 0.20 | 0 | 0.49 | 256.15 | 0.11 | 0.46 |
| Hex | 70 | 69 | 83 | F | 14 | 0 | 31 | 100 | B | 2E |
| Octal | 160 | 151 | 203 | 17 | 24 | 0 | 61 | 400 | 13 | 56 |
| Binary | 1110000 | 1101001 | 10000011 | 1111 | 10100 | 0 | 110001 | 100000000 | 1011 | 101110 |
Color Harmonies of #706983
Complementary color
Monochromatic Colors of #706983
Black with #706983
Text Example
Text Example
White with #706983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706983; }
p { color: rgb(112,105,131); }
H1.HeaderClassName
{
color: #706983;
}
.AnyTagClassName
{
color: #706983;
}
</style>
background-color css
<style>
a { background-color: #706983; }
a { background-color: rgb(112,105,131); }
div.DivClassName
{
background-color: #706983;
}
.BgClassName
{
background-color: #706983;
}
</style>
border-color css
<style>
span { border-color: #706983; }
span { border-color: rgb(112,105,131); }
td.TdClassName
{
border-color: #706983;
}
.TagClassName
{
border-color: #706983;
}
</style>