Shades of Kimberly #70688C
Tints of Kimberly #70688C
RGB
CMYK
RGB Variations
Color information
#70688C (or 0x70688C) is known color: Kimberly. HEX triplet: 70, 68 and 8C. RGB value is (112,104,140). Sum of RGB (Red+Green+Blue) = 112+104+140=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #70688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70688C is #8F9773. Grayscale: #6E6E6E. Windows color (decimal): -9410420 or 9201776. OLE color: 9201776.
HSL color Cylindrical-coordinate representation of color #70688C: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70688C is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 104 | 140 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.45 |
| HSL | 253.33º | 0.15% | 0.48% | - |
| HSV(B) | 253.33º | 0.26% | 0.55% | - |
| XYZ | 16.37 | 15.24 | 26.89 | - |
| YUV | 110.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 140 | 0.20 | 0.26 | 0 | 0.45 | 253.33 | 0.15 | 0.48 |
| Hex | 70 | 68 | 8C | 14 | 1A | 0 | 2D | FD | F | 30 |
| Octal | 160 | 150 | 214 | 24 | 32 | 0 | 55 | 375 | 17 | 60 |
| Binary | 1110000 | 1101000 | 10001100 | 10100 | 11010 | 0 | 101101 | 11111101 | 1111 | 110000 |
Color Harmonies of #70688C
Complementary color
Monochromatic Colors of #70688C
Black with #70688C
Text Example
Text Example
White with #70688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70688C; }
p { color: rgb(112,104,140); }
H1.HeaderClassName
{
color: #70688C;
}
.AnyTagClassName
{
color: #70688C;
}
</style>
background-color css
<style>
a { background-color: #70688C; }
a { background-color: rgb(112,104,140); }
div.DivClassName
{
background-color: #70688C;
}
.BgClassName
{
background-color: #70688C;
}
</style>
border-color css
<style>
span { border-color: #70688C; }
span { border-color: rgb(112,104,140); }
td.TdClassName
{
border-color: #70688C;
}
.TagClassName
{
border-color: #70688C;
}
</style>