Shades of Kimberly #70658B
Tints of Kimberly #70658B
RGB
CMYK
RGB Variations
Color information
#70658B (or 0x70658B) is known color: Kimberly. HEX triplet: 70, 65 and 8B. RGB value is (112,101,139). Sum of RGB (Red+Green+Blue) = 112+101+139=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #70658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70658B is #8F9A74. Grayscale: #6C6C6C. Windows color (decimal): -9411189 or 9135472. OLE color: 9135472.
HSL color Cylindrical-coordinate representation of color #70658B: hue angle of 257.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70658B is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 101 | 139 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.45 |
| HSL | 257.37º | 0.16% | 0.47% | - |
| HSV(B) | 257.37º | 0.27% | 0.55% | - |
| XYZ | 16 | 14.62 | 26.4 | - |
| YUV | 108.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 139 | 0.19 | 0.27 | 0 | 0.45 | 257.37 | 0.16 | 0.47 |
| Hex | 70 | 65 | 8B | 13 | 1B | 0 | 2D | 101 | 10 | 2F |
| Octal | 160 | 145 | 213 | 23 | 33 | 0 | 55 | 401 | 20 | 57 |
| Binary | 1110000 | 1100101 | 10001011 | 10011 | 11011 | 0 | 101101 | 100000001 | 10000 | 101111 |
Color Harmonies of #70658B
Complementary color
Monochromatic Colors of #70658B
Black with #70658B
Text Example
Text Example
White with #70658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70658B; }
p { color: rgb(112,101,139); }
H1.HeaderClassName
{
color: #70658B;
}
.AnyTagClassName
{
color: #70658B;
}
</style>
background-color css
<style>
a { background-color: #70658B; }
a { background-color: rgb(112,101,139); }
div.DivClassName
{
background-color: #70658B;
}
.BgClassName
{
background-color: #70658B;
}
</style>
border-color css
<style>
span { border-color: #70658B; }
span { border-color: rgb(112,101,139); }
td.TdClassName
{
border-color: #70658B;
}
.TagClassName
{
border-color: #70658B;
}
</style>