Shades of Salt Box #664661
Tints of Salt Box #664661
RGB
CMYK
RGB Variations
Color information
#664661 (or 0x664661) is known color: Salt Box. HEX triplet: 66, 46 and 61. RGB value is (102,70,97). Sum of RGB (Red+Green+Blue) = 102+70+97=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664661 is #99B99E. Grayscale: #525252. Windows color (decimal): -10074527 or 6375014. OLE color: 6375014.
HSL color Cylindrical-coordinate representation of color #664661: hue angle of 309.38º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664661 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 97 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.6 |
| HSL | 309.38º | 0.19% | 0.34% | - |
| HSV(B) | 309.38º | 0.31% | 0.4% | - |
| XYZ | 9.83 | 8.07 | 12.35 | - |
| YUV | 82.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 97 | 0 | 0.31 | 0.05 | 0.6 | 309.38 | 0.19 | 0.34 |
| Hex | 66 | 46 | 61 | 0 | 1F | 5 | 3C | 135 | 13 | 22 |
| Octal | 146 | 106 | 141 | 0 | 37 | 5 | 74 | 465 | 23 | 42 |
| Binary | 1100110 | 1000110 | 1100001 | 0 | 11111 | 101 | 111100 | 100110101 | 10011 | 100010 |
Color Harmonies of #664661
Complementary color
Monochromatic Colors of #664661
Black with #664661
Text Example
Text Example
White with #664661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664661; }
p { color: rgb(102,70,97); }
H1.HeaderClassName
{
color: #664661;
}
.AnyTagClassName
{
color: #664661;
}
</style>
background-color css
<style>
a { background-color: #664661; }
a { background-color: rgb(102,70,97); }
div.DivClassName
{
background-color: #664661;
}
.BgClassName
{
background-color: #664661;
}
</style>
border-color css
<style>
span { border-color: #664661; }
span { border-color: rgb(102,70,97); }
td.TdClassName
{
border-color: #664661;
}
.TagClassName
{
border-color: #664661;
}
</style>