Shades of Kimberly #706387
Tints of Kimberly #706387
RGB
CMYK
RGB Variations
Color information
#706387 (or 0x706387) is known color: Kimberly. HEX triplet: 70, 63 and 87. RGB value is (112,99,135). Sum of RGB (Red+Green+Blue) = 112+99+135=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #706387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706387 is #8F9C78. Grayscale: #6A6A6A. Windows color (decimal): -9411705 or 8872816. OLE color: 8872816.
HSL color Cylindrical-coordinate representation of color #706387: hue angle of 261.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706387 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 99 | 135 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.47 |
| HSL | 261.67º | 0.15% | 0.46% | - |
| HSV(B) | 261.67º | 0.27% | 0.53% | - |
| XYZ | 15.52 | 14.12 | 24.83 | - |
| YUV | 106.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 135 | 0.17 | 0.27 | 0 | 0.47 | 261.67 | 0.15 | 0.46 |
| Hex | 70 | 63 | 87 | 11 | 1B | 0 | 2F | 106 | F | 2E |
| Octal | 160 | 143 | 207 | 21 | 33 | 0 | 57 | 406 | 17 | 56 |
| Binary | 1110000 | 1100011 | 10000111 | 10001 | 11011 | 0 | 101111 | 100000110 | 1111 | 101110 |
Color Harmonies of #706387
Complementary color
Monochromatic Colors of #706387
Black with #706387
Text Example
Text Example
White with #706387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706387; }
p { color: rgb(112,99,135); }
H1.HeaderClassName
{
color: #706387;
}
.AnyTagClassName
{
color: #706387;
}
</style>
background-color css
<style>
a { background-color: #706387; }
a { background-color: rgb(112,99,135); }
div.DivClassName
{
background-color: #706387;
}
.BgClassName
{
background-color: #706387;
}
</style>
border-color css
<style>
span { border-color: #706387; }
span { border-color: rgb(112,99,135); }
td.TdClassName
{
border-color: #706387;
}
.TagClassName
{
border-color: #706387;
}
</style>