Shades of Kimberly #70698A
Tints of Kimberly #70698A
RGB
CMYK
RGB Variations
Color information
#70698A (or 0x70698A) is known color: Kimberly. HEX triplet: 70, 69 and 8A. RGB value is (112,105,138). Sum of RGB (Red+Green+Blue) = 112+105+138=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #70698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70698A is #8F9675. Grayscale: #6E6E6E. Windows color (decimal): -9410166 or 9070960. OLE color: 9070960.
HSL color Cylindrical-coordinate representation of color #70698A: hue angle of 252.73º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70698A is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 105 | 138 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.46 |
| HSL | 252.73º | 0.14% | 0.48% | - |
| HSV(B) | 252.73º | 0.24% | 0.54% | - |
| XYZ | 16.32 | 15.38 | 26.15 | - |
| YUV | 110.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 138 | 0.19 | 0.24 | 0 | 0.46 | 252.73 | 0.14 | 0.48 |
| Hex | 70 | 69 | 8A | 13 | 18 | 0 | 2E | FD | E | 30 |
| Octal | 160 | 151 | 212 | 23 | 30 | 0 | 56 | 375 | 16 | 60 |
| Binary | 1110000 | 1101001 | 10001010 | 10011 | 11000 | 0 | 101110 | 11111101 | 1110 | 110000 |
Color Harmonies of #70698A
Complementary color
Monochromatic Colors of #70698A
Black with #70698A
Text Example
Text Example
White with #70698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70698A; }
p { color: rgb(112,105,138); }
H1.HeaderClassName
{
color: #70698A;
}
.AnyTagClassName
{
color: #70698A;
}
</style>
background-color css
<style>
a { background-color: #70698A; }
a { background-color: rgb(112,105,138); }
div.DivClassName
{
background-color: #70698A;
}
.BgClassName
{
background-color: #70698A;
}
</style>
border-color css
<style>
span { border-color: #70698A; }
span { border-color: rgb(112,105,138); }
td.TdClassName
{
border-color: #70698A;
}
.TagClassName
{
border-color: #70698A;
}
</style>