Shades of Kimberly #706190
Tints of Kimberly #706190
RGB
CMYK
RGB Variations
Color information
#706190 (or 0x706190) is known color: Kimberly. HEX triplet: 70, 61 and 90. RGB value is (112,97,144). Sum of RGB (Red+Green+Blue) = 112+97+144=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #706190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706190 is #8F9E6F. Grayscale: #6A6A6A. Windows color (decimal): -9412208 or 9462128. OLE color: 9462128.
HSL color Cylindrical-coordinate representation of color #706190: hue angle of 259.15º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706190 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 97 | 144 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.44 |
| HSL | 259.15º | 0.2% | 0.47% | - |
| HSV(B) | 259.15º | 0.33% | 0.56% | - |
| XYZ | 15.99 | 14.01 | 28.25 | - |
| YUV | 106.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 144 | 0.22 | 0.33 | 0 | 0.44 | 259.15 | 0.2 | 0.47 |
| Hex | 70 | 61 | 90 | 16 | 21 | 0 | 2C | 103 | 14 | 2F |
| Octal | 160 | 141 | 220 | 26 | 41 | 0 | 54 | 403 | 24 | 57 |
| Binary | 1110000 | 1100001 | 10010000 | 10110 | 100001 | 0 | 101100 | 100000011 | 10100 | 101111 |
Color Harmonies of #706190
Complementary color
Monochromatic Colors of #706190
Black with #706190
Text Example
Text Example
White with #706190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706190; }
p { color: rgb(112,97,144); }
H1.HeaderClassName
{
color: #706190;
}
.AnyTagClassName
{
color: #706190;
}
</style>
background-color css
<style>
a { background-color: #706190; }
a { background-color: rgb(112,97,144); }
div.DivClassName
{
background-color: #706190;
}
.BgClassName
{
background-color: #706190;
}
</style>
border-color css
<style>
span { border-color: #706190; }
span { border-color: rgb(112,97,144); }
td.TdClassName
{
border-color: #706190;
}
.TagClassName
{
border-color: #706190;
}
</style>