Shades of Kimberly #706284
Tints of Kimberly #706284
RGB
CMYK
RGB Variations
Color information
#706284 (or 0x706284) is known color: Kimberly. HEX triplet: 70, 62 and 84. RGB value is (112,98,132). Sum of RGB (Red+Green+Blue) = 112+98+132=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #706284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706284 is #8F9D7B. Grayscale: #696969. Windows color (decimal): -9411964 or 8675952. OLE color: 8675952.
HSL color Cylindrical-coordinate representation of color #706284: hue angle of 264.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706284 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 98 | 132 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.48 |
| HSL | 264.71º | 0.15% | 0.45% | - |
| HSV(B) | 264.71º | 0.26% | 0.52% | - |
| XYZ | 15.21 | 13.85 | 23.7 | - |
| YUV | 106.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 132 | 0.15 | 0.26 | 0 | 0.48 | 264.71 | 0.15 | 0.45 |
| Hex | 70 | 62 | 84 | F | 1A | 0 | 30 | 109 | F | 2D |
| Octal | 160 | 142 | 204 | 17 | 32 | 0 | 60 | 411 | 17 | 55 |
| Binary | 1110000 | 1100010 | 10000100 | 1111 | 11010 | 0 | 110000 | 100001001 | 1111 | 101101 |
Color Harmonies of #706284
Complementary color
Monochromatic Colors of #706284
Black with #706284
Text Example
Text Example
White with #706284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706284; }
p { color: rgb(112,98,132); }
H1.HeaderClassName
{
color: #706284;
}
.AnyTagClassName
{
color: #706284;
}
</style>
background-color css
<style>
a { background-color: #706284; }
a { background-color: rgb(112,98,132); }
div.DivClassName
{
background-color: #706284;
}
.BgClassName
{
background-color: #706284;
}
</style>
border-color css
<style>
span { border-color: #706284; }
span { border-color: rgb(112,98,132); }
td.TdClassName
{
border-color: #706284;
}
.TagClassName
{
border-color: #706284;
}
</style>