Shades of Kimberly #70608A
Tints of Kimberly #70608A
RGB
CMYK
RGB Variations
Color information
#70608A (or 0x70608A) is known color: Kimberly. HEX triplet: 70, 60 and 8A. RGB value is (112,96,138). Sum of RGB (Red+Green+Blue) = 112+96+138=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #70608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70608A is #8F9F75. Grayscale: #696969. Windows color (decimal): -9412470 or 9068656. OLE color: 9068656.
HSL color Cylindrical-coordinate representation of color #70608A: hue angle of 262.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70608A is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 96 | 138 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.46 |
| HSL | 262.86º | 0.18% | 0.46% | - |
| HSV(B) | 262.86º | 0.3% | 0.54% | - |
| XYZ | 15.45 | 13.65 | 25.86 | - |
| YUV | 105.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 138 | 0.19 | 0.30 | 0 | 0.46 | 262.86 | 0.18 | 0.46 |
| Hex | 70 | 60 | 8A | 13 | 1E | 0 | 2E | 107 | 12 | 2E |
| Octal | 160 | 140 | 212 | 23 | 36 | 0 | 56 | 407 | 22 | 56 |
| Binary | 1110000 | 1100000 | 10001010 | 10011 | 11110 | 0 | 101110 | 100000111 | 10010 | 101110 |
Color Harmonies of #70608A
Complementary color
Monochromatic Colors of #70608A
Black with #70608A
Text Example
Text Example
White with #70608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70608A; }
p { color: rgb(112,96,138); }
H1.HeaderClassName
{
color: #70608A;
}
.AnyTagClassName
{
color: #70608A;
}
</style>
background-color css
<style>
a { background-color: #70608A; }
a { background-color: rgb(112,96,138); }
div.DivClassName
{
background-color: #70608A;
}
.BgClassName
{
background-color: #70608A;
}
</style>
border-color css
<style>
span { border-color: #70608A; }
span { border-color: rgb(112,96,138); }
td.TdClassName
{
border-color: #70608A;
}
.TagClassName
{
border-color: #70608A;
}
</style>