Shades of Kimberly #706784
Tints of Kimberly #706784
RGB
CMYK
RGB Variations
Color information
#706784 (or 0x706784) is known color: Kimberly. HEX triplet: 70, 67 and 84. RGB value is (112,103,132). Sum of RGB (Red+Green+Blue) = 112+103+132=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #706784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706784 is #8F987B. Grayscale: #6C6C6C. Windows color (decimal): -9410684 or 8677232. OLE color: 8677232.
HSL color Cylindrical-coordinate representation of color #706784: hue angle of 258.62º 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 #706784 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 103 | 132 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.48 |
| HSL | 258.62º | 0.12% | 0.46% | - |
| HSV(B) | 258.62º | 0.22% | 0.52% | - |
| XYZ | 15.7 | 14.81 | 23.86 | - |
| YUV | 109 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 132 | 0.15 | 0.22 | 0 | 0.48 | 258.62 | 0.12 | 0.46 |
| Hex | 70 | 67 | 84 | F | 16 | 0 | 30 | 103 | C | 2E |
| Octal | 160 | 147 | 204 | 17 | 26 | 0 | 60 | 403 | 14 | 56 |
| Binary | 1110000 | 1100111 | 10000100 | 1111 | 10110 | 0 | 110000 | 100000011 | 1100 | 101110 |
Color Harmonies of #706784
Complementary color
Monochromatic Colors of #706784
Black with #706784
Text Example
Text Example
White with #706784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706784; }
p { color: rgb(112,103,132); }
H1.HeaderClassName
{
color: #706784;
}
.AnyTagClassName
{
color: #706784;
}
</style>
background-color css
<style>
a { background-color: #706784; }
a { background-color: rgb(112,103,132); }
div.DivClassName
{
background-color: #706784;
}
.BgClassName
{
background-color: #706784;
}
</style>
border-color css
<style>
span { border-color: #706784; }
span { border-color: rgb(112,103,132); }
td.TdClassName
{
border-color: #706784;
}
.TagClassName
{
border-color: #706784;
}
</style>