Shades of Kimberly #70698B
Tints of Kimberly #70698B
RGB
CMYK
RGB Variations
Color information
#70698B (or 0x70698B) is known color: Kimberly. HEX triplet: 70, 69 and 8B. RGB value is (112,105,139). Sum of RGB (Red+Green+Blue) = 112+105+139=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #70698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70698B is #8F9674. Grayscale: #6E6E6E. Windows color (decimal): -9410165 or 9136496. OLE color: 9136496.
HSL color Cylindrical-coordinate representation of color #70698B: hue angle of 252.35º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70698B is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 105 | 139 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.45 |
| HSL | 252.35º | 0.14% | 0.48% | - |
| HSV(B) | 252.35º | 0.24% | 0.55% | - |
| XYZ | 16.39 | 15.41 | 26.54 | - |
| YUV | 110.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 139 | 0.19 | 0.24 | 0 | 0.45 | 252.35 | 0.14 | 0.48 |
| Hex | 70 | 69 | 8B | 13 | 18 | 0 | 2D | FC | E | 30 |
| Octal | 160 | 151 | 213 | 23 | 30 | 0 | 55 | 374 | 16 | 60 |
| Binary | 1110000 | 1101001 | 10001011 | 10011 | 11000 | 0 | 101101 | 11111100 | 1110 | 110000 |
Color Harmonies of #70698B
Complementary color
Monochromatic Colors of #70698B
Black with #70698B
Text Example
Text Example
White with #70698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70698B; }
p { color: rgb(112,105,139); }
H1.HeaderClassName
{
color: #70698B;
}
.AnyTagClassName
{
color: #70698B;
}
</style>
background-color css
<style>
a { background-color: #70698B; }
a { background-color: rgb(112,105,139); }
div.DivClassName
{
background-color: #70698B;
}
.BgClassName
{
background-color: #70698B;
}
</style>
border-color css
<style>
span { border-color: #70698B; }
span { border-color: rgb(112,105,139); }
td.TdClassName
{
border-color: #70698B;
}
.TagClassName
{
border-color: #70698B;
}
</style>