Shades of Kimberly #70698E
Tints of Kimberly #70698E
RGB
CMYK
RGB Variations
Color information
#70698E (or 0x70698E) is known color: Kimberly. HEX triplet: 70, 69 and 8E. RGB value is (112,105,142). Sum of RGB (Red+Green+Blue) = 112+105+142=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #70698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70698E is #8F9671. Grayscale: #6F6F6F. Windows color (decimal): -9410162 or 9333104. OLE color: 9333104.
HSL color Cylindrical-coordinate representation of color #70698E: hue angle of 251.35º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70698E is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 105 | 142 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.44 |
| HSL | 251.35º | 0.15% | 0.48% | - |
| HSV(B) | 251.35º | 0.26% | 0.56% | - |
| XYZ | 16.62 | 15.5 | 27.71 | - |
| YUV | 111.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 142 | 0.21 | 0.26 | 0 | 0.44 | 251.35 | 0.15 | 0.48 |
| Hex | 70 | 69 | 8E | 15 | 1A | 0 | 2C | FB | F | 30 |
| Octal | 160 | 151 | 216 | 25 | 32 | 0 | 54 | 373 | 17 | 60 |
| Binary | 1110000 | 1101001 | 10001110 | 10101 | 11010 | 0 | 101100 | 11111011 | 1111 | 110000 |
Color Harmonies of #70698E
Complementary color
Monochromatic Colors of #70698E
Black with #70698E
Text Example
Text Example
White with #70698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70698E; }
p { color: rgb(112,105,142); }
H1.HeaderClassName
{
color: #70698E;
}
.AnyTagClassName
{
color: #70698E;
}
</style>
background-color css
<style>
a { background-color: #70698E; }
a { background-color: rgb(112,105,142); }
div.DivClassName
{
background-color: #70698E;
}
.BgClassName
{
background-color: #70698E;
}
</style>
border-color css
<style>
span { border-color: #70698E; }
span { border-color: rgb(112,105,142); }
td.TdClassName
{
border-color: #70698E;
}
.TagClassName
{
border-color: #70698E;
}
</style>