Shades of Kimberly #706780
Tints of Kimberly #706780
RGB
CMYK
RGB Variations
Color information
#706780 (or 0x706780) is known color: Kimberly. HEX triplet: 70, 67 and 80. RGB value is (112,103,128). Sum of RGB (Red+Green+Blue) = 112+103+128=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 128 - color contains mainly: blue. Hex color #706780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706780 is #8F987F. Grayscale: #6C6C6C. Windows color (decimal): -9410688 or 8415088. OLE color: 8415088.
HSL color Cylindrical-coordinate representation of color #706780: hue angle of 261.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706780 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 103 | 128 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.50 |
| HSL | 261.6º | 0.11% | 0.45% | - |
| HSV(B) | 261.6º | 0.2% | 0.5% | - |
| XYZ | 15.43 | 14.7 | 22.45 | - |
| YUV | 108.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 128 | 0.12 | 0.20 | 0 | 0.50 | 261.6 | 0.11 | 0.45 |
| Hex | 70 | 67 | 80 | C | 14 | 0 | 32 | 106 | B | 2D |
| Octal | 160 | 147 | 200 | 14 | 24 | 0 | 62 | 406 | 13 | 55 |
| Binary | 1110000 | 1100111 | 10000000 | 1100 | 10100 | 0 | 110010 | 100000110 | 1011 | 101101 |
Color Harmonies of #706780
Complementary color
Monochromatic Colors of #706780
Black with #706780
Text Example
Text Example
White with #706780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706780; }
p { color: rgb(112,103,128); }
H1.HeaderClassName
{
color: #706780;
}
.AnyTagClassName
{
color: #706780;
}
</style>
background-color css
<style>
a { background-color: #706780; }
a { background-color: rgb(112,103,128); }
div.DivClassName
{
background-color: #706780;
}
.BgClassName
{
background-color: #706780;
}
</style>
border-color css
<style>
span { border-color: #706780; }
span { border-color: rgb(112,103,128); }
td.TdClassName
{
border-color: #706780;
}
.TagClassName
{
border-color: #706780;
}
</style>