HP 60XL Black Remanufactured Inkjet Cartridge - High Capacity (CC641WN)

HP 60XL Black Remanufactured Inkjet Cartridge - High Capacity (CC641WN)

$24.49
  • 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 60XL Black Remanufactured Inkjet Cartridge - High Capacity (CC641WN)
    $24.49
    Buy 2 Save 5% OFF
    HP 60XL Black Remanufactured Inkjet Cartridge - High Capacity (CC641WN) - (2X)
    $46.53 $48.98
    Buy 3 Save 10% OFF
    HP 60XL Black Remanufactured Inkjet Cartridge - High Capacity (CC641WN) - (3X)
    $66.12 $73.47
    My Image
    Product Info & Specs
    Product Information & Specifications
    ✅This is not a cheap compatible Ink Cartridge that under perform, This is HIGH QUALITY ink cartridge ship from Canada to provide you with highest quality results.

    ✅Compatible with : HP Deskjet D1660, HP Deskjet D2420, HP Deskjet D2530, HP Deskjet D2545, HP Deskjet D2560, HP Deskjet D2660, HP Deskjet D2680, HP Deskjet D5560, HP Deskjet F2430, HP Deskjet F2440, HP Deskjet F2480, HP Deskjet F4210, HP Deskjet F4230, HP Deskjet F4235, HP Deskjet F4240, HP Deskjet F4280, HP Deskjet F4435, HP Deskjet F4440, HP Deskjet F4480, HP Deskjet F4580, HP Envy 100, HP Envy 110, HP Envy 111, HP Envy 114, HP Envy 120, HP Envy 121, HP Photosmart D110, HP Photosmart C4635, HP Photosmart C4640, HP Photosmart C4650, HP Photosmart C4680, HP Photosmart C4740, HP Photosmart C4750, HP Photosmart C4780, HP Photosmart C4795

    ✅Page Yield: 600 pages each @ 5% Coverage

    ✅Eco Friendly & Guaranteed to meet or exceed all OEM standards for page yield and print quality.

    ✅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); });