Shades of Kimberly #706481
Tints of Kimberly #706481
RGB
CMYK
RGB Variations
Color information
#706481 (or 0x706481) is known color: Kimberly. HEX triplet: 70, 64 and 81. RGB value is (112,100,129). Sum of RGB (Red+Green+Blue) = 112+100+129=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 129 - color contains mainly: blue. Hex color #706481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706481 is #8F9B7E. Grayscale: #6A6A6A. Windows color (decimal): -9411455 or 8479856. OLE color: 8479856.
HSL color Cylindrical-coordinate representation of color #706481: hue angle of 264.83º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706481 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 100 | 129 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.49 |
| HSL | 264.83º | 0.13% | 0.45% | - |
| HSV(B) | 264.83º | 0.22% | 0.51% | - |
| XYZ | 15.2 | 14.14 | 22.7 | - |
| YUV | 106.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 129 | 0.13 | 0.22 | 0 | 0.49 | 264.83 | 0.13 | 0.45 |
| Hex | 70 | 64 | 81 | D | 16 | 0 | 31 | 109 | D | 2D |
| Octal | 160 | 144 | 201 | 15 | 26 | 0 | 61 | 411 | 15 | 55 |
| Binary | 1110000 | 1100100 | 10000001 | 1101 | 10110 | 0 | 110001 | 100001001 | 1101 | 101101 |
Color Harmonies of #706481
Complementary color
Monochromatic Colors of #706481
Black with #706481
Text Example
Text Example
White with #706481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706481; }
p { color: rgb(112,100,129); }
H1.HeaderClassName
{
color: #706481;
}
.AnyTagClassName
{
color: #706481;
}
</style>
background-color css
<style>
a { background-color: #706481; }
a { background-color: rgb(112,100,129); }
div.DivClassName
{
background-color: #706481;
}
.BgClassName
{
background-color: #706481;
}
</style>
border-color css
<style>
span { border-color: #706481; }
span { border-color: rgb(112,100,129); }
td.TdClassName
{
border-color: #706481;
}
.TagClassName
{
border-color: #706481;
}
</style>