Shades of Kimberly #706684
Tints of Kimberly #706684
RGB
CMYK
RGB Variations
Color information
#706684 (or 0x706684) is known color: Kimberly. HEX triplet: 70, 66 and 84. RGB value is (112,102,132). Sum of RGB (Red+Green+Blue) = 112+102+132=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #706684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706684 is #8F997B. Grayscale: #6C6C6C. Windows color (decimal): -9410940 or 8676976. OLE color: 8676976.
HSL color Cylindrical-coordinate representation of color #706684: hue angle of 260º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706684 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 102 | 132 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.48 |
| HSL | 260º | 0.13% | 0.46% | - |
| HSV(B) | 260º | 0.23% | 0.52% | - |
| XYZ | 15.6 | 14.61 | 23.83 | - |
| YUV | 108.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 132 | 0.15 | 0.23 | 0 | 0.48 | 260 | 0.13 | 0.46 |
| Hex | 70 | 66 | 84 | F | 17 | 0 | 30 | 104 | D | 2E |
| Octal | 160 | 146 | 204 | 17 | 27 | 0 | 60 | 404 | 15 | 56 |
| Binary | 1110000 | 1100110 | 10000100 | 1111 | 10111 | 0 | 110000 | 100000100 | 1101 | 101110 |
Color Harmonies of #706684
Complementary color
Monochromatic Colors of #706684
Black with #706684
Text Example
Text Example
White with #706684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706684; }
p { color: rgb(112,102,132); }
H1.HeaderClassName
{
color: #706684;
}
.AnyTagClassName
{
color: #706684;
}
</style>
background-color css
<style>
a { background-color: #706684; }
a { background-color: rgb(112,102,132); }
div.DivClassName
{
background-color: #706684;
}
.BgClassName
{
background-color: #706684;
}
</style>
border-color css
<style>
span { border-color: #706684; }
span { border-color: rgb(112,102,132); }
td.TdClassName
{
border-color: #706684;
}
.TagClassName
{
border-color: #706684;
}
</style>