Color spaces of #685566
RGB | 104 | 85 | 102 |
---|---|---|---|
HSL | 0.85 | 0.10 | 0.37 |
HSV | 306° | 18° | 41° |
CMYK | 0.00 | 0.18 | 0.02 0.59 |
XYZ | 11.3557 | 10.3994 | 13.9791 |
Yxy | 10.3994 | 0.3178 | 0.2910 |
Hunter Lab | 32.2481 | 6.4220 | -3.1277 |
CIE-Lab | 38.5499 | 11.1318 | -6.8434 |
#685566 color RGB value is (104,85,102).
#685566 hex color red value is 104, green value is 85 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #685566 hue: 0.85 , saturation: 0.10 and the lightness value of 685566 is 0.37.
The process color (four color CMYK) of #685566 color hex is 0.00, 0.18, 0.02, 0.59. Web safe color of #685566 is #666666. Color #685566 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01010101 | 01100110 |
Octal | 150 | 125 | 146 |
Decimal | 104 | 85 | 102 |
Hex | 68 | 55 | 66 |
Shades of #685566
Tints of #685566
RGB Percentages of Color #685566
CMYK Percentages of Color #685566
Complementary Color
#685566 | #556857 |
#685566 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#685566 Color Preview on White Background
Lorem ipsum dolor sit amet.
#685566 Color CSS Codes
.mybgcolor {background-color:#685566; } .myforecolor {color:#685566; } .mybordercolor {border:3px solid #685566; }
#685566 Text Font Color
<p style="color:#685566">Text here</p>
This sample text font color is #685566
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.
#685566 Background Color
<div style="background-color:#685566">
Div content here</div>
This div background color is #685566
#685566 Border Color
<div style="border:3px solid #685566">
Div here</div>
This div border color is #685566
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,85,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #685566; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #685566; -webkit-box-shadow: 1px 1px 3px 2px #685566; box-shadow: 1px 1px 3px 2px #685566; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,85,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #685566">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #685566; -webkit-box-shadow: 1px 1px 3px 2px #685566; box-shadow: 1px 1px 3px 2px #685566;">
Div content here</div>
This div box has shadow with color #685566
Comments
No comments written yet.
Please login to write comment.