Shades of Old Lavender #706470
Tints of Old Lavender #706470
RGB
CMYK
RGB Variations
Color information
#706470 (or 0x706470) is known color: Old Lavender. HEX triplet: 70, 64 and 70. RGB value is (112,100,112). Sum of RGB (Red+Green+Blue) = 112+100+112=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #706470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706470 is #8F9B8F. Grayscale: #686868. Windows color (decimal): -9411472 or 7365744. OLE color: 7365744.
HSL color Cylindrical-coordinate representation of color #706470: hue angle of 300º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706470 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 112 | - |
| CMYK | 0 | 0.11 | 0 | 0.56 |
| HSL | 300º | 0.06% | 0.42% | - |
| HSV(B) | 300º | 0.11% | 0.44% | - |
| XYZ | 14.16 | 13.73 | 17.23 | - |
| YUV | 104.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 112 | 0 | 0.11 | 0 | 0.56 | 300 | 0.06 | 0.42 |
| Hex | 70 | 64 | 70 | 0 | B | 0 | 38 | 12C | 6 | 2A |
| Octal | 160 | 144 | 160 | 0 | 13 | 0 | 70 | 454 | 6 | 52 |
| Binary | 1110000 | 1100100 | 1110000 | 0 | 1011 | 0 | 111000 | 100101100 | 110 | 101010 |
Color Harmonies of #706470
Complementary color
Monochromatic Colors of #706470
Black with #706470
Text Example
Text Example
White with #706470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706470; }
p { color: rgb(112,100,112); }
H1.HeaderClassName
{
color: #706470;
}
.AnyTagClassName
{
color: #706470;
}
</style>
background-color css
<style>
a { background-color: #706470; }
a { background-color: rgb(112,100,112); }
div.DivClassName
{
background-color: #706470;
}
.BgClassName
{
background-color: #706470;
}
</style>
border-color css
<style>
span { border-color: #706470; }
span { border-color: rgb(112,100,112); }
td.TdClassName
{
border-color: #706470;
}
.TagClassName
{
border-color: #706470;
}
</style>