color details

Color Details
#6d7172 Color Hex

#6d7172 color RGB value is (6, 215, 23).
#6d7172 hex color red value is 6, green value is 215, and blue value is 23.
Cylindrical-coordinate representations (HSL) of color #6d7172 hue: 124.88, saturation: 0.95 and lightness: 0.43.

The process color (four-color CMYK) of #6d7172 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #6d7172 is #ff9999. Color #6d7172 contains mainly RED.

Color Spaces
Color spaces of #6d7172Value
RGB109, 113, 114
HSL0.53, 0.02, 0.44
HSV192°, 4°, 45°
XYZ15.25, 16.28, 18.25
Base Numbers
Base Red Green Blue
Binary 1101101 1110001 1110010
Octal 155 161 162
Decimal 109 113 114
Hex 6D 71 72

RGB Percentages for Color #6d7172

32.44%
33.63%
33.93%

CMYK Percentages of the Color #6d7172

4.39%
0.88%
55.29%
CSS Codes for Color #6d7172
.mybgColor {background-color: #6d7172;}
.myforeColor {color: #6d7172;}
.myborderColor {border:3px solid #6d7172;}
Text Font Color #6d7172

<p style="color:#6d7172">Text here</p>

This sample text is styled with the font color #6d7172. 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 #6d7172

<div style="background-color:#6d7172">Div content here</div>

The background color of this div is #6d7172
Border Color #6d7172

<div style="border:3px solid #6d7172">Div here</div>

The border color of this div is #6d7172
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(109, 113, 114, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #6d7172;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #6d7172;
-webkit-box-shadow: 1px 1px 3px #6d7172;
box-shadow: 1px 1px 3px #6d7172;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109, 113, 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 #6d7172;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #6d7172; -webkit-box-shadow: 1px 1px 3px #6d7172; box-shadow: 1px 1px 3px #6d7172;">Div content here</div>

This div box has a shadow with a specified color. #6d7172

Scroll to Top