Shades of Kimberly #706091
Tints of Kimberly #706091
RGB
CMYK
RGB Variations
Color information
#706091 (or 0x706091) is known color: Kimberly. HEX triplet: 70, 60 and 91. RGB value is (112,96,145). Sum of RGB (Red+Green+Blue) = 112+96+145=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #706091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706091 is #8F9F6E. Grayscale: #6A6A6A. Windows color (decimal): -9412463 or 9527408. OLE color: 9527408.
HSL color Cylindrical-coordinate representation of color #706091: hue angle of 259.59º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706091 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 96 | 145 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.43 |
| HSL | 259.59º | 0.2% | 0.47% | - |
| HSV(B) | 259.59º | 0.34% | 0.57% | - |
| XYZ | 15.98 | 13.85 | 28.62 | - |
| YUV | 106.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 145 | 0.23 | 0.34 | 0 | 0.43 | 259.59 | 0.2 | 0.47 |
| Hex | 70 | 60 | 91 | 17 | 22 | 0 | 2B | 104 | 14 | 2F |
| Octal | 160 | 140 | 221 | 27 | 42 | 0 | 53 | 404 | 24 | 57 |
| Binary | 1110000 | 1100000 | 10010001 | 10111 | 100010 | 0 | 101011 | 100000100 | 10100 | 101111 |
Color Harmonies of #706091
Complementary color
Monochromatic Colors of #706091
Black with #706091
Text Example
Text Example
White with #706091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706091; }
p { color: rgb(112,96,145); }
H1.HeaderClassName
{
color: #706091;
}
.AnyTagClassName
{
color: #706091;
}
</style>
background-color css
<style>
a { background-color: #706091; }
a { background-color: rgb(112,96,145); }
div.DivClassName
{
background-color: #706091;
}
.BgClassName
{
background-color: #706091;
}
</style>
border-color css
<style>
span { border-color: #706091; }
span { border-color: rgb(112,96,145); }
td.TdClassName
{
border-color: #706091;
}
.TagClassName
{
border-color: #706091;
}
</style>