Shades of Kimberly #706885
Tints of Kimberly #706885
RGB
CMYK
RGB Variations
Color information
#706885 (or 0x706885) is known color: Kimberly. HEX triplet: 70, 68 and 85. RGB value is (112,104,133). Sum of RGB (Red+Green+Blue) = 112+104+133=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #706885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706885 is #8F977A. Grayscale: #6D6D6D. Windows color (decimal): -9410427 or 8743024. OLE color: 8743024.
HSL color Cylindrical-coordinate representation of color #706885: hue angle of 256.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706885 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 104 | 133 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.48 |
| HSL | 256.55º | 0.12% | 0.46% | - |
| HSV(B) | 256.55º | 0.22% | 0.52% | - |
| XYZ | 15.87 | 15.04 | 24.26 | - |
| YUV | 109.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 133 | 0.16 | 0.22 | 0 | 0.48 | 256.55 | 0.12 | 0.46 |
| Hex | 70 | 68 | 85 | 10 | 16 | 0 | 30 | 101 | C | 2E |
| Octal | 160 | 150 | 205 | 20 | 26 | 0 | 60 | 401 | 14 | 56 |
| Binary | 1110000 | 1101000 | 10000101 | 10000 | 10110 | 0 | 110000 | 100000001 | 1100 | 101110 |
Color Harmonies of #706885
Complementary color
Monochromatic Colors of #706885
Black with #706885
Text Example
Text Example
White with #706885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706885; }
p { color: rgb(112,104,133); }
H1.HeaderClassName
{
color: #706885;
}
.AnyTagClassName
{
color: #706885;
}
</style>
background-color css
<style>
a { background-color: #706885; }
a { background-color: rgb(112,104,133); }
div.DivClassName
{
background-color: #706885;
}
.BgClassName
{
background-color: #706885;
}
</style>
border-color css
<style>
span { border-color: #706885; }
span { border-color: rgb(112,104,133); }
td.TdClassName
{
border-color: #706885;
}
.TagClassName
{
border-color: #706885;
}
</style>