Shades of Kimberly #706182
Tints of Kimberly #706182
RGB
CMYK
RGB Variations
Color information
#706182 (or 0x706182) is known color: Kimberly. HEX triplet: 70, 61 and 82. RGB value is (112,97,130). Sum of RGB (Red+Green+Blue) = 112+97+130=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #706182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706182 is #8F9E7D. Grayscale: #696969. Windows color (decimal): -9412222 or 8544624. OLE color: 8544624.
HSL color Cylindrical-coordinate representation of color #706182: hue angle of 267.27º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706182 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 97 | 130 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.49 |
| HSL | 267.27º | 0.15% | 0.45% | - |
| HSV(B) | 267.27º | 0.25% | 0.51% | - |
| XYZ | 14.99 | 13.61 | 22.96 | - |
| YUV | 105.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 130 | 0.14 | 0.25 | 0 | 0.49 | 267.27 | 0.15 | 0.45 |
| Hex | 70 | 61 | 82 | E | 19 | 0 | 31 | 10B | F | 2D |
| Octal | 160 | 141 | 202 | 16 | 31 | 0 | 61 | 413 | 17 | 55 |
| Binary | 1110000 | 1100001 | 10000010 | 1110 | 11001 | 0 | 110001 | 100001011 | 1111 | 101101 |
Color Harmonies of #706182
Complementary color
Monochromatic Colors of #706182
Black with #706182
Text Example
Text Example
White with #706182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706182; }
p { color: rgb(112,97,130); }
H1.HeaderClassName
{
color: #706182;
}
.AnyTagClassName
{
color: #706182;
}
</style>
background-color css
<style>
a { background-color: #706182; }
a { background-color: rgb(112,97,130); }
div.DivClassName
{
background-color: #706182;
}
.BgClassName
{
background-color: #706182;
}
</style>
border-color css
<style>
span { border-color: #706182; }
span { border-color: rgb(112,97,130); }
td.TdClassName
{
border-color: #706182;
}
.TagClassName
{
border-color: #706182;
}
</style>