Sink faucet (150 mm) MG-6251 URANS

The photographs are for illustrative purposes only.
Get AI analytics on product Sink faucet (150 mm) MG-6251 URANS:
28.79€
Ex Tax: 23.22€
MAGMA
0 reviews
In stock
Product Code: MA7103011SP
EAN Code: 4750667079616
Qty
One click order
Tags:

URANS MG-6251 150 mm sink mixer — Daugava series model

Compact sink faucet designed to deliver functionality and quality for kitchen and bathroom sinks. Part of the Daugava collection, created to satisfy diverse customer needs. For those who want to buy, check price and features at SityPro.

Key Benefits


    Designed for functionality and reliable everyday use
  • High quality consistent with the Daugava collection goals
  • Available in three different handle designs for style choice
  • Extensive assortment within the MAGMA range — wide selection
  • Proven popularity — series is a top seller year after year
  • Includes a 5-year warranty for buyer confidence

Applications

Suitable application areas include sinks where design and reliability matter.


    Kitchen sink installations
  • Bathroom sink installations
  • New residential builds
  • Renovations and replacements
  • Projects where handle style must match interior design

What to Consider When Choosing


    Pick among the three handle designs to match your kitchen or bathroom style
  1. Ensure the 150 mm size and MG-6251 model suit your sink and mounting
  2. Prioritise functionality and quality as core selection features
  3. Factor in the 5-year warranty when comparing options
  4. Compare price and buy options at SityPro for best value

Specifications


    Model: MG-6251
  • Size: 150 mm
  • Brand: URANS
  • Series: Daugava (part of MAGMA assortment)
  • Handle options: three design variants
  • Warranty: 5 years
  • Series status: one of MAGMA's top-selling collections

Why Buy from SityPro


    Easy online ordering to buy the MG-6251 with clear price information
  • Transparent product features and descriptions to simplify selection
  • Customer support and warranty assistance for purchases
  • Convenient delivery options, including Estonia and Finland
  • SityPro offers a focused catalogue making choice and comparison simple

Description provided by sitypro.com

Sink faucet (150 mm) MG-6251 URANS
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для раковины (150мм) MG-6251, URANS

What is the Sink faucet (150 mm) MG-6251 URANS and what is it suitable for?

Sink faucet (150 mm) MG-6251 URANS is a compact Daugava-series brass single-lever sink mixer with a chrome glossy finish and ceramic cartridge mechanism. It is suitable for bathroom and kitchen sinks, offering precise flow control and long service life.

What is the body material of the Sink faucet MG-6251 and why does it matter?

The MG-6251 body is made of brass (Materiāls: Латунь), providing corrosion resistance and strength. Brass is preferred for mixers because it extends service life and ensures reliable connections.

What control system and cartridge does this model use?

The mixer uses a single-lever control (Vadība: viena svira) and a ceramic cartridge mechanism (Mehānisms: keramiskā kasetne), providing smooth temperature and flow adjustment and enhanced durability.

Is the MG-6251 suitable for both kitchen and bathroom sinks?

Yes, the MG-6251 is designed for sinks in both bathroom and kitchen use (Pielietojums: Vannas istaba) thanks to its compact design and standard mounting. Check your sink hole position and spout height before installation.

What is the finish and colour of this faucet?

The faucet has a chrome glossy finish (Krāsa: Hroms, Virsma: glancēta), providing a modern look and easy maintenance when cleaned without abrasives.

What is the warranty period for the MG-6251 faucet?

The manufacturer specifies a 15-year warranty (Garantija: 15 gadi), indicating long service life with proper use and maintenance. The warranty covers manufacturing defects in the body and mechanism.

How do other Daugava-series models differ from MG-6251 and what to consider when choosing?

Daugava models vary by spout height, shape and handle types; the MG-6251 is a compact single-lever chrome option. When choosing, compare spout height/length and extra features (swivel spout, aerator) to fit your sink.

How is the MG-6251 installed and what are the typical mounting parameters?

The mixer is fitted through the sink/worktop mounting hole and secured with a nut underneath; it requires a single hole for the single-lever unit. Ensure the hole diameter and countertop thickness match standard mixer specifications.

Is this faucet compatible with hard or standard plumbing systems?

The MG-6251 is compatible with standard plumbing systems; the brass body and ceramic cartridge handle typical water hardness. In areas with hard water, installing a filter or regularly cleaning the aerator is recommended to prevent limescale.

What are the dimensions of the MG-6251 (150 mm) and what does 150 mm mean?

The 150 mm designation refers to the model size/standard dimension relevant to mounting and spacing of components. Use the 150 mm specification as a guide to ensure compatibility with your sink and mounting hole.

Where to buy Sink faucet (150 mm) MG-6251 URANS?

You can buy Sink faucet (150 mm) MG-6251 URANS in our online store for 23.22€. Category: Sink taps.

What is the price of Sink faucet (150 mm) MG-6251 URANS?

The current price of Sink faucet (150 mm) MG-6251 URANS is 23.22€. Brand: MAGMA.

Sink faucet (150 mm) MG-6251 URANS — specifications and description

Model: . Category: Sink taps. Brand: MAGMA. Price: 23.22€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');