Shades of Kimberly #706C8C
Tints of Kimberly #706C8C
RGB
CMYK
RGB Variations
Color information
#706C8C (or 0x706C8C) is known color: Kimberly. HEX triplet: 70, 6C and 8C. RGB value is (112,108,140). Sum of RGB (Red+Green+Blue) = 112+108+140=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #706C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706C8C is #8F9373. Grayscale: #707070. Windows color (decimal): -9409396 or 9202800. OLE color: 9202800.
HSL color Cylindrical-coordinate representation of color #706C8C: hue angle of 247.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706C8C is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 108 | 140 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.45 |
| HSL | 247.5º | 0.13% | 0.49% | - |
| HSV(B) | 247.5º | 0.23% | 0.55% | - |
| XYZ | 16.78 | 16.06 | 27.03 | - |
| YUV | 112.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 140 | 0.20 | 0.23 | 0 | 0.45 | 247.5 | 0.13 | 0.49 |
| Hex | 70 | 6C | 8C | 14 | 17 | 0 | 2D | F8 | D | 31 |
| Octal | 160 | 154 | 214 | 24 | 27 | 0 | 55 | 370 | 15 | 61 |
| Binary | 1110000 | 1101100 | 10001100 | 10100 | 10111 | 0 | 101101 | 11111000 | 1101 | 110001 |
Color Harmonies of #706C8C
Complementary color
Monochromatic Colors of #706C8C
Black with #706C8C
Text Example
Text Example
White with #706C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C8C; }
p { color: rgb(112,108,140); }
H1.HeaderClassName
{
color: #706C8C;
}
.AnyTagClassName
{
color: #706C8C;
}
</style>
background-color css
<style>
a { background-color: #706C8C; }
a { background-color: rgb(112,108,140); }
div.DivClassName
{
background-color: #706C8C;
}
.BgClassName
{
background-color: #706C8C;
}
</style>
border-color css
<style>
span { border-color: #706C8C; }
span { border-color: rgb(112,108,140); }
td.TdClassName
{
border-color: #706C8C;
}
.TagClassName
{
border-color: #706C8C;
}
</style>