Shades of Kimberly #706590
Tints of Kimberly #706590
RGB
CMYK
RGB Variations
Color information
#706590 (or 0x706590) is known color: Kimberly. HEX triplet: 70, 65 and 90. RGB value is (112,101,144). Sum of RGB (Red+Green+Blue) = 112+101+144=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #706590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706590 is #8F9A6F. Grayscale: #6D6D6D. Windows color (decimal): -9411184 or 9463152. OLE color: 9463152.
HSL color Cylindrical-coordinate representation of color #706590: hue angle of 255.35º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706590 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 101 | 144 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.44 |
| HSL | 255.35º | 0.18% | 0.48% | - |
| HSV(B) | 255.35º | 0.3% | 0.56% | - |
| XYZ | 16.37 | 14.77 | 28.37 | - |
| YUV | 109.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 144 | 0.22 | 0.30 | 0 | 0.44 | 255.35 | 0.18 | 0.48 |
| Hex | 70 | 65 | 90 | 16 | 1E | 0 | 2C | FF | 12 | 30 |
| Octal | 160 | 145 | 220 | 26 | 36 | 0 | 54 | 377 | 22 | 60 |
| Binary | 1110000 | 1100101 | 10010000 | 10110 | 11110 | 0 | 101100 | 11111111 | 10010 | 110000 |
Color Harmonies of #706590
Complementary color
Monochromatic Colors of #706590
Black with #706590
Text Example
Text Example
White with #706590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706590; }
p { color: rgb(112,101,144); }
H1.HeaderClassName
{
color: #706590;
}
.AnyTagClassName
{
color: #706590;
}
</style>
background-color css
<style>
a { background-color: #706590; }
a { background-color: rgb(112,101,144); }
div.DivClassName
{
background-color: #706590;
}
.BgClassName
{
background-color: #706590;
}
</style>
border-color css
<style>
span { border-color: #706590; }
span { border-color: rgb(112,101,144); }
td.TdClassName
{
border-color: #706590;
}
.TagClassName
{
border-color: #706590;
}
</style>