HP 61XL Black & Color Remanufactured Combo Pack - (High Capacity of HP 61)

HP 61XL Black & Color Remanufactured Combo Pack - (High Capacity of HP 61)

$54.99
  • Same-day shipping on orders before 1:00 PM (EST)
  • Fast local delivery from our own Canadian warehouses
  • 4 warehouse locations: AB, BC, QC, SK
  • 30-day easy returns if you're not satisfied
  • 1-year warranty on all compatible ink & toner
  • Proudly Canadian small business
Available:In Stock

    Bundle & Save

    Buy 1
    HP 61XL Black & Color Remanufactured Combo Pack - (High Capacity of HP 61)
    $54.99
    Buy 2 Save 5% OFF
    HP 61XL Black & Color Remanufactured Combo Pack - (High Capacity of HP 61) - (2X)
    $104.48 $109.98
    Buy 3 Save 10% OFF
    HP 61XL Black & Color Remanufactured Combo Pack - (High Capacity of HP 61) - (3X)
    $148.47 $164.97
    My Image
    Product Info & Specs
    Product Information & Specifications

     ✅This is NOT CHEAP compatible ink that under perform, This is HIGH QUALITY ink ships from Canada to provide you with highest quality results

    ✅Page Yield:Black 480 Pages, Color 330 Pages

    ✅Compatible with:1000, 1010, 1012, 1014, 1050, 1050A, 1051, 1055, 1056, 1510, 1511, 1512, 1513, 2000, 2050, 2510, 2511, 2514, 2540, 2541, 2542, 2543, 2544, 2546, 2547, 2548, 2549, 3000, 3050, 3050A, 3051A, 3052A, 3054, 3054A, 3510, 3512, 4500, 4501, 4502, 4503, 4504, 4505, 4506, 4508, 4509, 5530, 5531, 5532, 5534, 5535, 5539, 2620, 2621, 2622, 2624, 4630, 4631, 4632, 4634, 4635, 4636, 4639

    ✅Free Returns & 1 Year Money Back Guarantee

    ✅Delivered in 3-6 Business days in Most cities in Canada

    document.addEventListener("DOMContentLoaded", function () { const header = document.querySelector(".header-main"); const logoImg = document.querySelector(".logo-site img"); if (!header) return; // Save original styles const originalPosition = header.style.position || ""; const originalTop = header.style.top || ""; const originalPaddingTop = header.style.paddingTop || ""; const originalPaddingBottom = header.style.paddingBottom || ""; const originalLogoWidth = logoImg ? logoImg.style.maxWidth || "" : ""; const originalBackgroundColor = header.style.backgroundColor || ""; if (logoImg) logoImg.style.transition = "max-width 0.3s ease"; header.style.transition = "padding 0.3s ease, background-color 0.3s ease"; function onScroll() { if (window.scrollY > 0) { header.style.position = "fixed"; header.style.top = "0"; header.style.left = "0"; header.style.right = "0"; header.style.width = "100%"; header.style.zIndex = "9999"; // Shrink header header.style.paddingTop = "0"; header.style.paddingBottom = "0"; // Set white background header.style.backgroundColor = "white"; // Shrink logo if (logoImg) logoImg.style.maxWidth = "100px"; } else { // Revert to original header.style.position = originalPosition; header.style.top = originalTop; header.style.paddingTop = originalPaddingTop; header.style.paddingBottom = originalPaddingBottom; header.style.backgroundColor = originalBackgroundColor; if (logoImg) logoImg.style.maxWidth = originalLogoWidth; } } window.addEventListener("scroll", onScroll); });