Shades of Kimberly #706B8C
Tints of Kimberly #706B8C
RGB
CMYK
RGB Variations
Color information
#706B8C (or 0x706B8C) is known color: Kimberly. HEX triplet: 70, 6B and 8C. RGB value is (112,107,140). Sum of RGB (Red+Green+Blue) = 112+107+140=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #706B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B8C is #8F9473. Grayscale: #707070. Windows color (decimal): -9409652 or 9202544. OLE color: 9202544.
HSL color Cylindrical-coordinate representation of color #706B8C: hue angle of 249.09º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706B8C is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 107 | 140 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.45 |
| HSL | 249.09º | 0.13% | 0.48% | - |
| HSV(B) | 249.09º | 0.24% | 0.55% | - |
| XYZ | 16.67 | 15.85 | 26.99 | - |
| YUV | 112.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 140 | 0.20 | 0.24 | 0 | 0.45 | 249.09 | 0.13 | 0.48 |
| Hex | 70 | 6B | 8C | 14 | 18 | 0 | 2D | F9 | D | 30 |
| Octal | 160 | 153 | 214 | 24 | 30 | 0 | 55 | 371 | 15 | 60 |
| Binary | 1110000 | 1101011 | 10001100 | 10100 | 11000 | 0 | 101101 | 11111001 | 1101 | 110000 |
Color Harmonies of #706B8C
Complementary color
Monochromatic Colors of #706B8C
Black with #706B8C
Text Example
Text Example
White with #706B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B8C; }
p { color: rgb(112,107,140); }
H1.HeaderClassName
{
color: #706B8C;
}
.AnyTagClassName
{
color: #706B8C;
}
</style>
background-color css
<style>
a { background-color: #706B8C; }
a { background-color: rgb(112,107,140); }
div.DivClassName
{
background-color: #706B8C;
}
.BgClassName
{
background-color: #706B8C;
}
</style>
border-color css
<style>
span { border-color: #706B8C; }
span { border-color: rgb(112,107,140); }
td.TdClassName
{
border-color: #706B8C;
}
.TagClassName
{
border-color: #706B8C;
}
</style>