Shades of Kimberly #706D8A
Tints of Kimberly #706D8A
RGB
CMYK
RGB Variations
Color information
#706D8A (or 0x706D8A) is known color: Kimberly. HEX triplet: 70, 6D and 8A. RGB value is (112,109,138). Sum of RGB (Red+Green+Blue) = 112+109+138=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #706D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706D8A is #8F9275. Grayscale: #717171. Windows color (decimal): -9409142 or 9071984. OLE color: 9071984.
HSL color Cylindrical-coordinate representation of color #706D8A: hue angle of 246.21º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706D8A is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 109 | 138 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.46 |
| HSL | 246.21º | 0.12% | 0.48% | - |
| HSV(B) | 246.21º | 0.21% | 0.54% | - |
| XYZ | 16.74 | 16.22 | 26.29 | - |
| YUV | 113.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 138 | 0.19 | 0.21 | 0 | 0.46 | 246.21 | 0.12 | 0.48 |
| Hex | 70 | 6D | 8A | 13 | 15 | 0 | 2E | F6 | C | 30 |
| Octal | 160 | 155 | 212 | 23 | 25 | 0 | 56 | 366 | 14 | 60 |
| Binary | 1110000 | 1101101 | 10001010 | 10011 | 10101 | 0 | 101110 | 11110110 | 1100 | 110000 |
Color Harmonies of #706D8A
Complementary color
Monochromatic Colors of #706D8A
Black with #706D8A
Text Example
Text Example
White with #706D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D8A; }
p { color: rgb(112,109,138); }
H1.HeaderClassName
{
color: #706D8A;
}
.AnyTagClassName
{
color: #706D8A;
}
</style>
background-color css
<style>
a { background-color: #706D8A; }
a { background-color: rgb(112,109,138); }
div.DivClassName
{
background-color: #706D8A;
}
.BgClassName
{
background-color: #706D8A;
}
</style>
border-color css
<style>
span { border-color: #706D8A; }
span { border-color: rgb(112,109,138); }
td.TdClassName
{
border-color: #706D8A;
}
.TagClassName
{
border-color: #706D8A;
}
</style>