Shades of Kimberly #70608B
Tints of Kimberly #70608B
RGB
CMYK
RGB Variations
Color information
#70608B (or 0x70608B) is known color: Kimberly. HEX triplet: 70, 60 and 8B. RGB value is (112,96,139). Sum of RGB (Red+Green+Blue) = 112+96+139=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #70608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70608B is #8F9F74. Grayscale: #696969. Windows color (decimal): -9412469 or 9134192. OLE color: 9134192.
HSL color Cylindrical-coordinate representation of color #70608B: hue angle of 262.33º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70608B is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 96 | 139 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.45 |
| HSL | 262.33º | 0.18% | 0.46% | - |
| HSV(B) | 262.33º | 0.31% | 0.55% | - |
| XYZ | 15.53 | 13.67 | 26.25 | - |
| YUV | 105.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 139 | 0.19 | 0.31 | 0 | 0.45 | 262.33 | 0.18 | 0.46 |
| Hex | 70 | 60 | 8B | 13 | 1F | 0 | 2D | 106 | 12 | 2E |
| Octal | 160 | 140 | 213 | 23 | 37 | 0 | 55 | 406 | 22 | 56 |
| Binary | 1110000 | 1100000 | 10001011 | 10011 | 11111 | 0 | 101101 | 100000110 | 10010 | 101110 |
Color Harmonies of #70608B
Complementary color
Monochromatic Colors of #70608B
Black with #70608B
Text Example
Text Example
White with #70608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70608B; }
p { color: rgb(112,96,139); }
H1.HeaderClassName
{
color: #70608B;
}
.AnyTagClassName
{
color: #70608B;
}
</style>
background-color css
<style>
a { background-color: #70608B; }
a { background-color: rgb(112,96,139); }
div.DivClassName
{
background-color: #70608B;
}
.BgClassName
{
background-color: #70608B;
}
</style>
border-color css
<style>
span { border-color: #70608B; }
span { border-color: rgb(112,96,139); }
td.TdClassName
{
border-color: #70608B;
}
.TagClassName
{
border-color: #70608B;
}
</style>