Shades of Kimberly #706D8B
Tints of Kimberly #706D8B
RGB
CMYK
RGB Variations
Color information
#706D8B (or 0x706D8B) is known color: Kimberly. HEX triplet: 70, 6D and 8B. RGB value is (112,109,139). Sum of RGB (Red+Green+Blue) = 112+109+139=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #706D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D8B is #8F9274. Grayscale: #717171. Windows color (decimal): -9409141 or 9137520. OLE color: 9137520.
HSL color Cylindrical-coordinate representation of color #706D8B: hue angle of 246º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706D8B is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 109 | 139 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.45 |
| HSL | 246º | 0.12% | 0.49% | - |
| HSV(B) | 246º | 0.22% | 0.55% | - |
| XYZ | 16.81 | 16.25 | 26.68 | - |
| YUV | 113.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 139 | 0.19 | 0.22 | 0 | 0.45 | 246 | 0.12 | 0.49 |
| Hex | 70 | 6D | 8B | 13 | 16 | 0 | 2D | F6 | C | 31 |
| Octal | 160 | 155 | 213 | 23 | 26 | 0 | 55 | 366 | 14 | 61 |
| Binary | 1110000 | 1101101 | 10001011 | 10011 | 10110 | 0 | 101101 | 11110110 | 1100 | 110001 |
Color Harmonies of #706D8B
Complementary color
Monochromatic Colors of #706D8B
Black with #706D8B
Text Example
Text Example
White with #706D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D8B; }
p { color: rgb(112,109,139); }
H1.HeaderClassName
{
color: #706D8B;
}
.AnyTagClassName
{
color: #706D8B;
}
</style>
background-color css
<style>
a { background-color: #706D8B; }
a { background-color: rgb(112,109,139); }
div.DivClassName
{
background-color: #706D8B;
}
.BgClassName
{
background-color: #706D8B;
}
</style>
border-color css
<style>
span { border-color: #706D8B; }
span { border-color: rgb(112,109,139); }
td.TdClassName
{
border-color: #706D8B;
}
.TagClassName
{
border-color: #706D8B;
}
</style>