Porcelain tile 60x60x0.9 Kliff Sand Rect R9

The photographs are for illustrative purposes only.
Get AI analytics on product Porcelain tile 60x60x0.9 Kliff Sand Rect R9:
25.20€ / box
Ex Tax: 20.32€ / box
17.50€ / m²
1 box = 1.44m²
CIFRE
0 reviews
In stock
Product Code: 000-486367ASP

Specification

  • Quantity of pieces in package: 4
  • Size (cm): 60x60
Qty
One click order
Tags:

Kliff Sand 60×60 cm porcelain tile with rectified edges and R9 grip

Porcelain tile intended for floor coverings; sold in packs and suitable for modern interiors where a neutral sand tone and rectified joints are desired.

Key Benefits


    Durable porcelain construction for long-lasting floors
  • Large 60×60 cm format reduces visible joints
  • Rectified edges for tight, even grout lines
  • R9 slip rating offers improved underfoot grip
  • Neutral "Kliff Sand" color for versatile styling
  • Packaged quantity simplifies ordering and planning

Applications

Suitable for a range of indoor flooring applications where a durable, even surface is required.


    Residential living rooms and bedrooms
  • Kitchens and bathrooms
  • Hallways and entryways
  • Offices and retail spaces

What to Consider When Choosing


    Confirm the 60×60 cm size and 0.9 cm thickness fit your layout
  1. Account for the pack size when calculating quantities (pack contains 4 pcs)
  2. Plan for rectified edges and minimal grout joints during installation
  3. Evaluate the R9 slip rating against the intended application
  4. Compare price and features before you buy to match project needs

Specifications


    Type: Porcelain tile
  • Size: 60×60 cm
  • Thickness: 0.9 cm
  • Finish/Model: Kliff Sand
  • Edge: Rectified (RECT)
  • Slip rating: R9
  • Pack quantity: 4 pcs per pack

Why Buy from SityPro


    Easy online buy process with clear product features
  • Transparent price information to compare options
  • Delivery available to Estonia and Finland
  • Customer support and advice from SityPro for selection and planning
  • Convenient ordering and packaging tailored to tile quantities

Description provided by sitypro.com

Keraamilised plaadid
Quantity of pieces in package
4
Size (cm)
60x60
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Porcelain tile 60x60x0.9 Kliff Sand Rect R9
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the PORCELAIN TILE 60X60X0,9 KLIFF SAND RECT R9

What is TÄISMASSPLAAT 60X60X0,9 KLIFF SAND RECT R9 and where is it best used?

TÄISMASSPLAAT 60X60X0,9 KLIFF SAND RECT R9 is a full-body porcelain tile sized 60×60 cm with 0.9 cm thickness, rectified edges and R9 slip resistance, suitable for floors and walls in areas like hallways, living rooms, kitchens and protected outdoor spaces. Best for indoor use and lightly loaded outdoor areas.

What are the exact dimensions and thickness of this tile?

The tile measures 60×60 cm with a thickness of 0.9 cm. It is supplied in packs of 4 pieces.

What does the RECT marking mean and why are rectified edges useful?

RECT indicates rectified edges — the tile is precisely cut to allow minimal grout joints and a flat installation. This produces a neat, near-seamless appearance and reduces grout usage.

Is this tile suitable for kitchen and bathroom floors?

The tile is suitable for kitchen floors due to its full-body porcelain and R9 slip resistance; it can be used on bathroom floors and walls, but R9 is moderate slip resistance, so for very wet areas consider higher rating or additional measures. Always apply proper grout and waterproofing.

What does R9 mean on the tile and how does it affect safety?

R9 is a slip resistance rating indicating low-to-moderate surface roughness, suitable for dry and slightly damp areas. For public or continuously wet locations, choose a higher rating such as R11 or above.

How many pieces are in a pack and what area does one pack cover?

The pack contains 4 tiles sized 60×60 cm; one pack covers 1.44 m² (4 × 0.36 m²).

What material is the tile made of and who is the manufacturer?

The tile is full-body porcelain (keramogranit), manufactured by CIFRE. Model A153034SP, SKU 000-486367ASP.

Is this tile suitable for outdoor use in winter in Ukraine?

Full-body porcelain is commonly frost-resistant, but the provided data does not state a frost-resistance class. For winter outdoor use, confirm frost resistance with the manufacturer CIFRE or product specs.

What grout width and grout type suit the 60×60 0.9 cm tile?

For 60×60 rectified tiles a 2–3 mm grout joint is common for a clean look; use epoxy or cementitious grout suitable for floors and an elastic adhesive formulated for porcelain tiles.

How does model A153034SP (SKU 000-486367ASP) differ from other CIFRE tiles?

Model A153034SP (000-486367ASP) is a 60×60 cm, 0.9 cm thick rectified tile with R9 slip rating; other CIFRE tiles may differ by size, thickness, R-class and surface design. Compare those specific parameters when choosing.

wwwwwwwwwwww

wwwwwwwwwwww

wwwwwwwwwwww

wwwwwwwwwwww

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ххххххх');