Color spaces of #6e547e
RGB | 110 | 84 | 126 |
---|---|---|---|
HSL | 0.77 | 0.20 | 0.41 |
HSV | 277° | 33° | 49° |
CMYK | 0.13 | 0.33 | 0.00 0.51 |
XYZ | 13.3666 | 11.1620 | 21.1886 |
Yxy | 11.1620 | 0.2924 | 0.2442 |
Hunter Lab | 33.4096 | 12.9480 | -14.2154 |
CIE-Lab | 39.8520 | 19.2731 | -19.6018 |
#6e547e color RGB value is (110,84,126).
#6e547e hex color red value is 110, green value is 84 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6e547e hue: 0.77 , saturation: 0.20 and the lightness value of 6e547e is 0.41.
The process color (four color CMYK) of #6e547e color hex is 0.13, 0.33, 0.00, 0.51. Web safe color of #6e547e is #666666. Color #6e547e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101110 | 01010100 | 01111110 |
Octal | 156 | 124 | 176 |
Decimal | 110 | 84 | 126 |
Hex | 6E | 54 | 7E |
Shades of #6e547e
Tints of #6e547e
RGB Percentages of Color #6e547e
CMYK Percentages of Color #6e547e
Complementary Color
#6e547e | #647e54 |
#6e547e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6e547e Color Preview on White Background
Lorem ipsum dolor sit amet.
#6e547e Color CSS Codes
.mybgcolor {background-color:#6e547e; } .myforecolor {color:#6e547e; } .mybordercolor {border:3px solid #6e547e; }
#6e547e Text Font Color
<p style="color:#6e547e">Text here</p>
This sample text font color is #6e547e
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.
#6e547e Background Color
<div style="background-color:#6e547e">
Div content here</div>
This div background color is #6e547e
#6e547e Border Color
<div style="border:3px solid #6e547e">
Div here</div>
This div border color is #6e547e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(110,84,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6e547e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6e547e; -webkit-box-shadow: 1px 1px 3px 2px #6e547e; box-shadow: 1px 1px 3px 2px #6e547e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(110,84,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6e547e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6e547e; -webkit-box-shadow: 1px 1px 3px 2px #6e547e; box-shadow: 1px 1px 3px 2px #6e547e;">
Div content here</div>
This div box has shadow with color #6e547e
Comments
No comments written yet.
Please login to write comment.