Shades of Kimberly #706191
Tints of Kimberly #706191
RGB
CMYK
RGB Variations
Color information
#706191 (or 0x706191) is known color: Kimberly. HEX triplet: 70, 61 and 91. RGB value is (112,97,145). Sum of RGB (Red+Green+Blue) = 112+97+145=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #706191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706191 is #8F9E6E. Grayscale: #6A6A6A. Windows color (decimal): -9412207 or 9527664. OLE color: 9527664.
HSL color Cylindrical-coordinate representation of color #706191: hue angle of 258.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706191 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 97 | 145 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.43 |
| HSL | 258.75º | 0.2% | 0.47% | - |
| HSV(B) | 258.75º | 0.33% | 0.57% | - |
| XYZ | 16.07 | 14.04 | 28.65 | - |
| YUV | 106.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 145 | 0.23 | 0.33 | 0 | 0.43 | 258.75 | 0.2 | 0.47 |
| Hex | 70 | 61 | 91 | 17 | 21 | 0 | 2B | 103 | 14 | 2F |
| Octal | 160 | 141 | 221 | 27 | 41 | 0 | 53 | 403 | 24 | 57 |
| Binary | 1110000 | 1100001 | 10010001 | 10111 | 100001 | 0 | 101011 | 100000011 | 10100 | 101111 |
Color Harmonies of #706191
Complementary color
Monochromatic Colors of #706191
Black with #706191
Text Example
Text Example
White with #706191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706191; }
p { color: rgb(112,97,145); }
H1.HeaderClassName
{
color: #706191;
}
.AnyTagClassName
{
color: #706191;
}
</style>
background-color css
<style>
a { background-color: #706191; }
a { background-color: rgb(112,97,145); }
div.DivClassName
{
background-color: #706191;
}
.BgClassName
{
background-color: #706191;
}
</style>
border-color css
<style>
span { border-color: #706191; }
span { border-color: rgb(112,97,145); }
td.TdClassName
{
border-color: #706191;
}
.TagClassName
{
border-color: #706191;
}
</style>