Hex #6fa39e Color
equivalent to
RGB
(111, 163, 158)Details of #6fa39e
|
|
|
|
Color HEX #6fa39e matches (111, 163, 158) in RGB.
#6fa39e hex color red value is 111, green value is 163 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #6fa39e hue: 0.48, saturation: 0.22 and the lightness value of 6fa39e is 0.54.
The process color (four color CMYK) of #6fa39e color hex is 0.32, 0.00, 0.03, 0.36. Web safe color of #6fa39e is #669999. Color #6fa39e contains mainly GREEN color.
Base Numbers
|
|
|
|
#6fa39e tints
#6fa39e shades
RGB in % of #6fa39e
CMYK in % of #6fa39e
Preview Color #6fa39e on black ground
Very nice color.
Preview Color #6fa39e on white ground
Very nice color.
CSS Codes #6fa39e color
.mybgcolor {background-color:#6fa39e; } .myforecolor {color:#6fa39e; } .mybordercolor {border:3px solid #6fa39e; }
Text Font Color #6fa39e
<p style="color:#6fa39e">Text here</p>
This sample text font color is #6fa39e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #6fa39e
<div style="background-color:#6fa39e">
Div content here</div>
This div background color is #6fa39e
Border Color #6fa39e
<div style="border:3px solid #6fa39e">
Div here</div>
The color of this border is #6fa39e
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fa39e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fa39e; -webkit-box-shadow: 1px 1px 3px 2px #6fa39e; box-shadow: 1px 1px 3px 2px #6fa39e; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #6fa39e">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fa39e; -webkit-box-shadow: 1px 1px 3px 2px #6fa39e; box-shadow: 1px 1px 3px 2px #6fa39e;">
Div content here</div>
The shadow of div box using color #6fa39e