Grey blue to RGB — Color Code

RGB

rgb(107, 139, 164)

Format Value
HEX #6b8ba4
RGB rgb(107, 139, 164)
HSL hsl(206.3, 23.8%, 53.1%)
CMYK cmyk(34.8%, 15.2%, 0%, 35.7%)

What is the RGB code for grey blue?

The CSS color grey blue in RGB format is rgb(107, 139, 164). Use this value directly in CSS, SVG, and most design tools.

How do I use grey blue in CSS?

To apply grey blue in CSS:

  • Text color: color: rgb(107, 139, 164);
  • Background: background-color: rgb(107, 139, 164);
  • Border: border-color: rgb(107, 139, 164);

What are all the color format values for grey blue?

FormatValue
HEX#6b8ba4
RGBrgb(107, 139, 164)
HSLhsl(206.3, 23.8%, 53.1%)
CMYKcmyk(34.8%, 15.2%, 0%, 35.7%)

How do I convert grey blue to RGB?

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

What color family does grey blue belong to?

grey blue belongs to the blue color family. It is a medium, muted color with HSL values: hue 206.3°, saturation 23.8%, lightness 53.1%.

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

Lighter variant (lightness 68.1%): #9ab0c1. Darker variant (lightness 38.1%): #4a6478. 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.