Shades of Kimberly #706292
Tints of Kimberly #706292
RGB
CMYK
RGB Variations
Color information
#706292 (or 0x706292) is known color: Kimberly. HEX triplet: 70, 62 and 92. RGB value is (112,98,146). Sum of RGB (Red+Green+Blue) = 112+98+146=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #706292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706292 is #8F9D6D. Grayscale: #6B6B6B. Windows color (decimal): -9411950 or 9593456. OLE color: 9593456.
HSL color Cylindrical-coordinate representation of color #706292: hue angle of 257.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706292 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 98 | 146 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.43 |
| HSL | 257.5º | 0.2% | 0.48% | - |
| HSV(B) | 257.5º | 0.33% | 0.57% | - |
| XYZ | 16.24 | 14.26 | 29.09 | - |
| YUV | 107.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 146 | 0.23 | 0.33 | 0 | 0.43 | 257.5 | 0.2 | 0.48 |
| Hex | 70 | 62 | 92 | 17 | 21 | 0 | 2B | 102 | 14 | 30 |
| Octal | 160 | 142 | 222 | 27 | 41 | 0 | 53 | 402 | 24 | 60 |
| Binary | 1110000 | 1100010 | 10010010 | 10111 | 100001 | 0 | 101011 | 100000010 | 10100 | 110000 |
Color Harmonies of #706292
Complementary color
Monochromatic Colors of #706292
Black with #706292
Text Example
Text Example
White with #706292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706292; }
p { color: rgb(112,98,146); }
H1.HeaderClassName
{
color: #706292;
}
.AnyTagClassName
{
color: #706292;
}
</style>
background-color css
<style>
a { background-color: #706292; }
a { background-color: rgb(112,98,146); }
div.DivClassName
{
background-color: #706292;
}
.BgClassName
{
background-color: #706292;
}
</style>
border-color css
<style>
span { border-color: #706292; }
span { border-color: rgb(112,98,146); }
td.TdClassName
{
border-color: #706292;
}
.TagClassName
{
border-color: #706292;
}
</style>