Shades of Kimberly #706283
Tints of Kimberly #706283
RGB
CMYK
RGB Variations
Color information
#706283 (or 0x706283) is known color: Kimberly. HEX triplet: 70, 62 and 83. RGB value is (112,98,131). Sum of RGB (Red+Green+Blue) = 112+98+131=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #706283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706283 is #8F9D7C. Grayscale: #696969. Windows color (decimal): -9411965 or 8610416. OLE color: 8610416.
HSL color Cylindrical-coordinate representation of color #706283: hue angle of 265.45º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706283 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 98 | 131 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.49 |
| HSL | 265.45º | 0.14% | 0.45% | - |
| HSV(B) | 265.45º | 0.25% | 0.51% | - |
| XYZ | 15.15 | 13.82 | 23.34 | - |
| YUV | 105.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 131 | 0.15 | 0.25 | 0 | 0.49 | 265.45 | 0.14 | 0.45 |
| Hex | 70 | 62 | 83 | F | 19 | 0 | 31 | 109 | E | 2D |
| Octal | 160 | 142 | 203 | 17 | 31 | 0 | 61 | 411 | 16 | 55 |
| Binary | 1110000 | 1100010 | 10000011 | 1111 | 11001 | 0 | 110001 | 100001001 | 1110 | 101101 |
Color Harmonies of #706283
Complementary color
Monochromatic Colors of #706283
Black with #706283
Text Example
Text Example
White with #706283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706283; }
p { color: rgb(112,98,131); }
H1.HeaderClassName
{
color: #706283;
}
.AnyTagClassName
{
color: #706283;
}
</style>
background-color css
<style>
a { background-color: #706283; }
a { background-color: rgb(112,98,131); }
div.DivClassName
{
background-color: #706283;
}
.BgClassName
{
background-color: #706283;
}
</style>
border-color css
<style>
span { border-color: #706283; }
span { border-color: rgb(112,98,131); }
td.TdClassName
{
border-color: #706283;
}
.TagClassName
{
border-color: #706283;
}
</style>