Color spaces of #684667
RGB | 104 | 70 | 103 |
---|---|---|---|
HSL | 0.84 | 0.20 | 0.34 |
HSV | 302° | 33° | 41° |
CMYK | 0.00 | 0.33 | 0.01 0.59 |
XYZ | 10.3473 | 8.3026 | 13.8892 |
Yxy | 8.3026 | 0.3180 | 0.2552 |
Hunter Lab | 28.8142 | 13.6751 | -8.4093 |
CIE-Lab | 34.6053 | 20.6179 | -13.4277 |
#684667 color RGB value is (104,70,103).
#684667 hex color red value is 104, green value is 70 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #684667 hue: 0.84 , saturation: 0.20 and the lightness value of 684667 is 0.34.
The process color (four color CMYK) of #684667 color hex is 0.00, 0.33, 0.01, 0.59. Web safe color of #684667 is #663366. Color #684667 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01000110 | 01100111 |
Octal | 150 | 106 | 147 |
Decimal | 104 | 70 | 103 |
Hex | 68 | 46 | 67 |
Shades of #684667
Tints of #684667
RGB Percentages of Color #684667
CMYK Percentages of Color #684667
Complementary Color
#684667 | #466847 |
#684667 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#684667 Color Preview on White Background
Lorem ipsum dolor sit amet.
#684667 Color CSS Codes
.mybgcolor {background-color:#684667; } .myforecolor {color:#684667; } .mybordercolor {border:3px solid #684667; }
#684667 Text Font Color
<p style="color:#684667">Text here</p>
This sample text font color is #684667
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.
#684667 Background Color
<div style="background-color:#684667">
Div content here</div>
This div background color is #684667
#684667 Border Color
<div style="border:3px solid #684667">
Div here</div>
This div border color is #684667
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,70,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #684667; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #684667; -webkit-box-shadow: 1px 1px 3px 2px #684667; box-shadow: 1px 1px 3px 2px #684667; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,70,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #684667">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #684667; -webkit-box-shadow: 1px 1px 3px 2px #684667; box-shadow: 1px 1px 3px 2px #684667;">
Div content here</div>
This div box has shadow with color #684667
Comments
No comments written yet.
Please login to write comment.