Shades of Kimberly #70618B
Tints of Kimberly #70618B
RGB
CMYK
RGB Variations
Color information
#70618B (or 0x70618B) is known color: Kimberly. HEX triplet: 70, 61 and 8B. RGB value is (112,97,139). Sum of RGB (Red+Green+Blue) = 112+97+139=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #70618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70618B is #8F9E74. Grayscale: #6A6A6A. Windows color (decimal): -9412213 or 9134448. OLE color: 9134448.
HSL color Cylindrical-coordinate representation of color #70618B: hue angle of 261.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70618B is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 97 | 139 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.45 |
| HSL | 261.43º | 0.18% | 0.46% | - |
| HSV(B) | 261.43º | 0.3% | 0.55% | - |
| XYZ | 15.62 | 13.86 | 26.28 | - |
| YUV | 106.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 139 | 0.19 | 0.30 | 0 | 0.45 | 261.43 | 0.18 | 0.46 |
| Hex | 70 | 61 | 8B | 13 | 1E | 0 | 2D | 105 | 12 | 2E |
| Octal | 160 | 141 | 213 | 23 | 36 | 0 | 55 | 405 | 22 | 56 |
| Binary | 1110000 | 1100001 | 10001011 | 10011 | 11110 | 0 | 101101 | 100000101 | 10010 | 101110 |
Color Harmonies of #70618B
Complementary color
Monochromatic Colors of #70618B
Black with #70618B
Text Example
Text Example
White with #70618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70618B; }
p { color: rgb(112,97,139); }
H1.HeaderClassName
{
color: #70618B;
}
.AnyTagClassName
{
color: #70618B;
}
</style>
background-color css
<style>
a { background-color: #70618B; }
a { background-color: rgb(112,97,139); }
div.DivClassName
{
background-color: #70618B;
}
.BgClassName
{
background-color: #70618B;
}
</style>
border-color css
<style>
span { border-color: #70618B; }
span { border-color: rgb(112,97,139); }
td.TdClassName
{
border-color: #70618B;
}
.TagClassName
{
border-color: #70618B;
}
</style>