Shades of Kimberly #706492
Tints of Kimberly #706492
RGB
CMYK
RGB Variations
Color information
#706492 (or 0x706492) is known color: Kimberly. HEX triplet: 70, 64 and 92. RGB value is (112,100,146). Sum of RGB (Red+Green+Blue) = 112+100+146=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #706492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706492 is #8F9B6D. Grayscale: #6C6C6C. Windows color (decimal): -9411438 or 9593968. OLE color: 9593968.
HSL color Cylindrical-coordinate representation of color #706492: hue angle of 255.65º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706492 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 100 | 146 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.43 |
| HSL | 255.65º | 0.19% | 0.48% | - |
| HSV(B) | 255.65º | 0.32% | 0.57% | - |
| XYZ | 16.43 | 14.63 | 29.15 | - |
| YUV | 108.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 146 | 0.23 | 0.32 | 0 | 0.43 | 255.65 | 0.19 | 0.48 |
| Hex | 70 | 64 | 92 | 17 | 20 | 0 | 2B | 100 | 13 | 30 |
| Octal | 160 | 144 | 222 | 27 | 40 | 0 | 53 | 400 | 23 | 60 |
| Binary | 1110000 | 1100100 | 10010010 | 10111 | 100000 | 0 | 101011 | 100000000 | 10011 | 110000 |
Color Harmonies of #706492
Complementary color
Monochromatic Colors of #706492
Black with #706492
Text Example
Text Example
White with #706492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706492; }
p { color: rgb(112,100,146); }
H1.HeaderClassName
{
color: #706492;
}
.AnyTagClassName
{
color: #706492;
}
</style>
background-color css
<style>
a { background-color: #706492; }
a { background-color: rgb(112,100,146); }
div.DivClassName
{
background-color: #706492;
}
.BgClassName
{
background-color: #706492;
}
</style>
border-color css
<style>
span { border-color: #706492; }
span { border-color: rgb(112,100,146); }
td.TdClassName
{
border-color: #706492;
}
.TagClassName
{
border-color: #706492;
}
</style>