Shades of Kimberly #706388
Tints of Kimberly #706388
RGB
CMYK
RGB Variations
Color information
#706388 (or 0x706388) is known color: Kimberly. HEX triplet: 70, 63 and 88. RGB value is (112,99,136). Sum of RGB (Red+Green+Blue) = 112+99+136=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #706388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706388 is #8F9C77. Grayscale: #6A6A6A. Windows color (decimal): -9411704 or 8938352. OLE color: 8938352.
HSL color Cylindrical-coordinate representation of color #706388: hue angle of 261.08º degrees, saturation: 0.16, 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 #706388 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 99 | 136 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.47 |
| HSL | 261.08º | 0.16% | 0.46% | - |
| HSV(B) | 261.08º | 0.27% | 0.53% | - |
| XYZ | 15.59 | 14.15 | 25.2 | - |
| YUV | 107.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 136 | 0.18 | 0.27 | 0 | 0.47 | 261.08 | 0.16 | 0.46 |
| Hex | 70 | 63 | 88 | 12 | 1B | 0 | 2F | 105 | 10 | 2E |
| Octal | 160 | 143 | 210 | 22 | 33 | 0 | 57 | 405 | 20 | 56 |
| Binary | 1110000 | 1100011 | 10001000 | 10010 | 11011 | 0 | 101111 | 100000101 | 10000 | 101110 |
Color Harmonies of #706388
Complementary color
Monochromatic Colors of #706388
Black with #706388
Text Example
Text Example
White with #706388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706388; }
p { color: rgb(112,99,136); }
H1.HeaderClassName
{
color: #706388;
}
.AnyTagClassName
{
color: #706388;
}
</style>
background-color css
<style>
a { background-color: #706388; }
a { background-color: rgb(112,99,136); }
div.DivClassName
{
background-color: #706388;
}
.BgClassName
{
background-color: #706388;
}
</style>
border-color css
<style>
span { border-color: #706388; }
span { border-color: rgb(112,99,136); }
td.TdClassName
{
border-color: #706388;
}
.TagClassName
{
border-color: #706388;
}
</style>