Shades of Kimberly #70628A
Tints of Kimberly #70628A
RGB
CMYK
RGB Variations
Color information
#70628A (or 0x70628A) is known color: Kimberly. HEX triplet: 70, 62 and 8A. RGB value is (112,98,138). Sum of RGB (Red+Green+Blue) = 112+98+138=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #70628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70628A is #8F9D75. Grayscale: #6A6A6A. Windows color (decimal): -9411958 or 9069168. OLE color: 9069168.
HSL color Cylindrical-coordinate representation of color #70628A: hue angle of 261º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70628A is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 98 | 138 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.46 |
| HSL | 261º | 0.17% | 0.46% | - |
| HSV(B) | 261º | 0.29% | 0.54% | - |
| XYZ | 15.64 | 14.02 | 25.93 | - |
| YUV | 106.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 138 | 0.19 | 0.29 | 0 | 0.46 | 261 | 0.17 | 0.46 |
| Hex | 70 | 62 | 8A | 13 | 1D | 0 | 2E | 105 | 11 | 2E |
| Octal | 160 | 142 | 212 | 23 | 35 | 0 | 56 | 405 | 21 | 56 |
| Binary | 1110000 | 1100010 | 10001010 | 10011 | 11101 | 0 | 101110 | 100000101 | 10001 | 101110 |
Color Harmonies of #70628A
Complementary color
Monochromatic Colors of #70628A
Black with #70628A
Text Example
Text Example
White with #70628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70628A; }
p { color: rgb(112,98,138); }
H1.HeaderClassName
{
color: #70628A;
}
.AnyTagClassName
{
color: #70628A;
}
</style>
background-color css
<style>
a { background-color: #70628A; }
a { background-color: rgb(112,98,138); }
div.DivClassName
{
background-color: #70628A;
}
.BgClassName
{
background-color: #70628A;
}
</style>
border-color css
<style>
span { border-color: #70628A; }
span { border-color: rgb(112,98,138); }
td.TdClassName
{
border-color: #70628A;
}
.TagClassName
{
border-color: #70628A;
}
</style>