Shades of Kimberly #70608C
Tints of Kimberly #70608C
RGB
CMYK
RGB Variations
Color information
#70608C (or 0x70608C) is known color: Kimberly. HEX triplet: 70, 60 and 8C. RGB value is (112,96,140). Sum of RGB (Red+Green+Blue) = 112+96+140=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #70608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70608C is #8F9F73. Grayscale: #696969. Windows color (decimal): -9412468 or 9199728. OLE color: 9199728.
HSL color Cylindrical-coordinate representation of color #70608C: hue angle of 261.82º degrees, saturation: 0.19, 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 #70608C is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 96 | 140 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.45 |
| HSL | 261.82º | 0.19% | 0.46% | - |
| HSV(B) | 261.82º | 0.31% | 0.55% | - |
| XYZ | 15.6 | 13.7 | 26.63 | - |
| YUV | 105.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 140 | 0.20 | 0.31 | 0 | 0.45 | 261.82 | 0.19 | 0.46 |
| Hex | 70 | 60 | 8C | 14 | 1F | 0 | 2D | 106 | 13 | 2E |
| Octal | 160 | 140 | 214 | 24 | 37 | 0 | 55 | 406 | 23 | 56 |
| Binary | 1110000 | 1100000 | 10001100 | 10100 | 11111 | 0 | 101101 | 100000110 | 10011 | 101110 |
Color Harmonies of #70608C
Complementary color
Monochromatic Colors of #70608C
Black with #70608C
Text Example
Text Example
White with #70608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70608C; }
p { color: rgb(112,96,140); }
H1.HeaderClassName
{
color: #70608C;
}
.AnyTagClassName
{
color: #70608C;
}
</style>
background-color css
<style>
a { background-color: #70608C; }
a { background-color: rgb(112,96,140); }
div.DivClassName
{
background-color: #70608C;
}
.BgClassName
{
background-color: #70608C;
}
</style>
border-color css
<style>
span { border-color: #70608C; }
span { border-color: rgb(112,96,140); }
td.TdClassName
{
border-color: #70608C;
}
.TagClassName
{
border-color: #70608C;
}
</style>