#616b72 color RGB value is (6, 22, 183).
#616b72 hex color red value is 6, green value is 22, and blue value is 183.
Cylindrical-coordinate representations (HSL) of color #616b72
hue: 234.58,
saturation: 0.94 and lightness: 0.37.
The process color (four-color CMYK) of #616b72 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #616b72 is #ff9999. Color #616b72 contains mainly RED.
Color spaces of #616b72 | Value |
---|---|
RGB | 97, 107, 114 |
HSL | 0.57, 0.08, 0.41 |
HSV | 205°, 15°, 45° |
XYZ | 13.22, 14.27, 17.97 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1100001 | 1101011 | 1110010 |
Octal | 141 | 153 | 162 |
Decimal | 97 | 107 | 114 |
Hex | 61 | 6B | 72 |
Shades of #616b72
Tints of #616b72
.mybgColor {background-color: #616b72;} .myforeColor {color: #616b72;} .myborderColor {border:3px solid #616b72;}
<p style="color:#616b72">Text here</p>
This sample text is styled with the font color #616b72. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#616b72">Div content here</div>
<div style="border:3px solid #616b72">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97, 107, 114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #616b72; } .divShadow { -moz-box-shadow: 1px 1px 3px #616b72; -webkit-box-shadow: 1px 1px 3px #616b72; box-shadow: 1px 1px 3px #616b72; }
<p style="text-shadow: 4px 4px 2px rgba(97, 107, 114, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #616b72;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #616b72;
-webkit-box-shadow: 1px 1px 3px #616b72;
box-shadow: 1px 1px 3px #616b72;">Div content here</div>