Blue grey to RGB — Color Code

RGB

rgb(96, 124, 142)

Format Value
HEX #607c8e
RGB rgb(96, 124, 142)
HSL hsl(203.5, 19.3%, 46.7%)
CMYK cmyk(32.4%, 12.7%, 0%, 44.3%)

What is the RGB code for blue grey?

The CSS color blue grey in RGB format is rgb(96, 124, 142). Use this value directly in CSS, SVG, and most design tools.

How do I use blue grey in CSS?

To apply blue grey in CSS:

  • Text color: color: rgb(96, 124, 142);
  • Background: background-color: rgb(96, 124, 142);
  • Border: border-color: rgb(96, 124, 142);

What are all the color format values for blue grey?

FormatValue
HEX#607c8e
RGBrgb(96, 124, 142)
HSLhsl(203.5, 19.3%, 46.7%)
CMYKcmyk(32.4%, 12.7%, 0%, 44.3%)

How do I convert blue grey to RGB?

Select blue grey from the color name list in our color converter. The RGB value — rgb(96, 124, 142) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does blue grey belong to?

blue grey belongs to the blue color family. It is a medium, muted color with HSL values: hue 203.5°, saturation 19.3%, lightness 46.7%.

How do I create lighter and darker shades of blue grey?

Lighter variant (lightness 61.7%): #8aa1b0. Darker variant (lightness 31.700000000000003%): #415460. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.