Shades of Kimberly #70608F
Tints of Kimberly #70608F
RGB
CMYK
RGB Variations
Color information
#70608F (or 0x70608F) is known color: Kimberly. HEX triplet: 70, 60 and 8F. RGB value is (112,96,143). Sum of RGB (Red+Green+Blue) = 112+96+143=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #70608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70608F is #8F9F70. Grayscale: #696969. Windows color (decimal): -9412465 or 9396336. OLE color: 9396336.
HSL color Cylindrical-coordinate representation of color #70608F: hue angle of 260.43º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70608F is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 96 | 143 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.44 |
| HSL | 260.43º | 0.2% | 0.47% | - |
| HSV(B) | 260.43º | 0.33% | 0.56% | - |
| XYZ | 15.82 | 13.79 | 27.82 | - |
| YUV | 106.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 143 | 0.22 | 0.33 | 0 | 0.44 | 260.43 | 0.2 | 0.47 |
| Hex | 70 | 60 | 8F | 16 | 21 | 0 | 2C | 104 | 14 | 2F |
| Octal | 160 | 140 | 217 | 26 | 41 | 0 | 54 | 404 | 24 | 57 |
| Binary | 1110000 | 1100000 | 10001111 | 10110 | 100001 | 0 | 101100 | 100000100 | 10100 | 101111 |
Color Harmonies of #70608F
Complementary color
Monochromatic Colors of #70608F
Black with #70608F
Text Example
Text Example
White with #70608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70608F; }
p { color: rgb(112,96,143); }
H1.HeaderClassName
{
color: #70608F;
}
.AnyTagClassName
{
color: #70608F;
}
</style>
background-color css
<style>
a { background-color: #70608F; }
a { background-color: rgb(112,96,143); }
div.DivClassName
{
background-color: #70608F;
}
.BgClassName
{
background-color: #70608F;
}
</style>
border-color css
<style>
span { border-color: #70608F; }
span { border-color: rgb(112,96,143); }
td.TdClassName
{
border-color: #70608F;
}
.TagClassName
{
border-color: #70608F;
}
</style>