Shades of Kimberly #706290
Tints of Kimberly #706290
RGB
CMYK
RGB Variations
Color information
#706290 (or 0x706290) is known color: Kimberly. HEX triplet: 70, 62 and 90. RGB value is (112,98,144). Sum of RGB (Red+Green+Blue) = 112+98+144=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #706290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706290 is #8F9D6F. Grayscale: #6B6B6B. Windows color (decimal): -9411952 or 9462384. OLE color: 9462384.
HSL color Cylindrical-coordinate representation of color #706290: hue angle of 258.26º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706290 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 98 | 144 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.44 |
| HSL | 258.26º | 0.19% | 0.47% | - |
| HSV(B) | 258.26º | 0.32% | 0.56% | - |
| XYZ | 16.08 | 14.19 | 28.28 | - |
| YUV | 107.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 144 | 0.22 | 0.32 | 0 | 0.44 | 258.26 | 0.19 | 0.47 |
| Hex | 70 | 62 | 90 | 16 | 20 | 0 | 2C | 102 | 13 | 2F |
| Octal | 160 | 142 | 220 | 26 | 40 | 0 | 54 | 402 | 23 | 57 |
| Binary | 1110000 | 1100010 | 10010000 | 10110 | 100000 | 0 | 101100 | 100000010 | 10011 | 101111 |
Color Harmonies of #706290
Complementary color
Monochromatic Colors of #706290
Black with #706290
Text Example
Text Example
White with #706290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706290; }
p { color: rgb(112,98,144); }
H1.HeaderClassName
{
color: #706290;
}
.AnyTagClassName
{
color: #706290;
}
</style>
background-color css
<style>
a { background-color: #706290; }
a { background-color: rgb(112,98,144); }
div.DivClassName
{
background-color: #706290;
}
.BgClassName
{
background-color: #706290;
}
</style>
border-color css
<style>
span { border-color: #706290; }
span { border-color: rgb(112,98,144); }
td.TdClassName
{
border-color: #706290;
}
.TagClassName
{
border-color: #706290;
}
</style>