color details

Color Details
#616b72 Color Hex

#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
Color spaces of #616b72Value
RGB97, 107, 114
HSL0.57, 0.08, 0.41
HSV205°, 15°, 45°
XYZ13.22, 14.27, 17.97
Base Numbers
Base Red Green Blue
Binary 1100001 1101011 1110010
Octal 141 153 162
Decimal 97 107 114
Hex 61 6B 72

RGB Percentages for Color #616b72

30.5%
33.65%
35.85%

CMYK Percentages of the Color #616b72

14.91%
6.14%
55.29%
CSS Codes for Color #616b72
.mybgColor {background-color: #616b72;}
.myforeColor {color: #616b72;}
.myborderColor {border:3px solid #616b72;}
Text Font Color #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,

Background Color #616b72

<div style="background-color:#616b72">Div content here</div>

The background color of this div is #616b72
Border Color #616b72

<div style="border:3px solid #616b72">Div here</div>

The border color of this div is #616b72
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97, 107, 114, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #616b72;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #616b72
Scroll to Top