Color spaces of #684661
RGB | 104 | 70 | 97 |
---|---|---|---|
HSL | 0.87 | 0.20 | 0.34 |
HSV | 312° | 33° | 41° |
CMYK | 0.00 | 0.33 | 0.07 0.59 |
XYZ | 10.0567 | 8.1864 | 12.3594 |
Yxy | 8.1864 | 0.3286 | 0.2675 |
Hunter Lab | 28.6119 | 12.6696 | -5.5830 |
CIE-Lab | 34.3681 | 19.3840 | -9.9957 |
#684661 color RGB value is (104,70,97).
#684661 hex color red value is 104, green value is 70 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #684661 hue: 0.87 , saturation: 0.20 and the lightness value of 684661 is 0.34.
The process color (four color CMYK) of #684661 color hex is 0.00, 0.33, 0.07, 0.59. Web safe color of #684661 is #663366. Color #684661 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01000110 | 01100001 |
Octal | 150 | 106 | 141 |
Decimal | 104 | 70 | 97 |
Hex | 68 | 46 | 61 |
Shades of #684661
Tints of #684661
RGB Percentages of Color #684661
CMYK Percentages of Color #684661
Complementary Color
#684661 | #46684d |
#684661 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#684661 Color Preview on White Background
Lorem ipsum dolor sit amet.
#684661 Color CSS Codes
.mybgcolor {background-color:#684661; } .myforecolor {color:#684661; } .mybordercolor {border:3px solid #684661; }
#684661 Text Font Color
<p style="color:#684661">Text here</p>
This sample text font color is #684661
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.
#684661 Background Color
<div style="background-color:#684661">
Div content here</div>
This div background color is #684661
#684661 Border Color
<div style="border:3px solid #684661">
Div here</div>
This div border color is #684661
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,70,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #684661; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #684661; -webkit-box-shadow: 1px 1px 3px 2px #684661; box-shadow: 1px 1px 3px 2px #684661; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,70,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #684661">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #684661; -webkit-box-shadow: 1px 1px 3px 2px #684661; box-shadow: 1px 1px 3px 2px #684661;">
Div content here</div>
This div box has shadow with color #684661
Comments
No comments written yet.
Please login to write comment.