Shades of Kimberly #706685
Tints of Kimberly #706685
RGB
CMYK
RGB Variations
Color information
#706685 (or 0x706685) is known color: Kimberly. HEX triplet: 70, 66 and 85. RGB value is (112,102,133). Sum of RGB (Red+Green+Blue) = 112+102+133=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #706685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706685 is #8F997A. Grayscale: #6C6C6C. Windows color (decimal): -9410939 or 8742512. OLE color: 8742512.
HSL color Cylindrical-coordinate representation of color #706685: hue angle of 259.35º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706685 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 102 | 133 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.48 |
| HSL | 259.35º | 0.13% | 0.46% | - |
| HSV(B) | 259.35º | 0.23% | 0.52% | - |
| XYZ | 15.67 | 14.64 | 24.19 | - |
| YUV | 108.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 133 | 0.16 | 0.23 | 0 | 0.48 | 259.35 | 0.13 | 0.46 |
| Hex | 70 | 66 | 85 | 10 | 17 | 0 | 30 | 103 | D | 2E |
| Octal | 160 | 146 | 205 | 20 | 27 | 0 | 60 | 403 | 15 | 56 |
| Binary | 1110000 | 1100110 | 10000101 | 10000 | 10111 | 0 | 110000 | 100000011 | 1101 | 101110 |
Color Harmonies of #706685
Complementary color
Monochromatic Colors of #706685
Black with #706685
Text Example
Text Example
White with #706685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706685; }
p { color: rgb(112,102,133); }
H1.HeaderClassName
{
color: #706685;
}
.AnyTagClassName
{
color: #706685;
}
</style>
background-color css
<style>
a { background-color: #706685; }
a { background-color: rgb(112,102,133); }
div.DivClassName
{
background-color: #706685;
}
.BgClassName
{
background-color: #706685;
}
</style>
border-color css
<style>
span { border-color: #706685; }
span { border-color: rgb(112,102,133); }
td.TdClassName
{
border-color: #706685;
}
.TagClassName
{
border-color: #706685;
}
</style>