Shades of Kimberly #70658C
Tints of Kimberly #70658C
RGB
CMYK
RGB Variations
Color information
#70658C (or 0x70658C) is known color: Kimberly. HEX triplet: 70, 65 and 8C. RGB value is (112,101,140). Sum of RGB (Red+Green+Blue) = 112+101+140=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #70658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70658C is #8F9A73. Grayscale: #6C6C6C. Windows color (decimal): -9411188 or 9201008. OLE color: 9201008.
HSL color Cylindrical-coordinate representation of color #70658C: hue angle of 256.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70658C is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 101 | 140 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.45 |
| HSL | 256.92º | 0.16% | 0.47% | - |
| HSV(B) | 256.92º | 0.28% | 0.55% | - |
| XYZ | 16.07 | 14.65 | 26.79 | - |
| YUV | 108.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 140 | 0.20 | 0.28 | 0 | 0.45 | 256.92 | 0.16 | 0.47 |
| Hex | 70 | 65 | 8C | 14 | 1C | 0 | 2D | 101 | 10 | 2F |
| Octal | 160 | 145 | 214 | 24 | 34 | 0 | 55 | 401 | 20 | 57 |
| Binary | 1110000 | 1100101 | 10001100 | 10100 | 11100 | 0 | 101101 | 100000001 | 10000 | 101111 |
Color Harmonies of #70658C
Complementary color
Monochromatic Colors of #70658C
Black with #70658C
Text Example
Text Example
White with #70658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70658C; }
p { color: rgb(112,101,140); }
H1.HeaderClassName
{
color: #70658C;
}
.AnyTagClassName
{
color: #70658C;
}
</style>
background-color css
<style>
a { background-color: #70658C; }
a { background-color: rgb(112,101,140); }
div.DivClassName
{
background-color: #70658C;
}
.BgClassName
{
background-color: #70658C;
}
</style>
border-color css
<style>
span { border-color: #70658C; }
span { border-color: rgb(112,101,140); }
td.TdClassName
{
border-color: #70658C;
}
.TagClassName
{
border-color: #70658C;
}
</style>