Color spaces of #68997d
RGB | 104 | 153 | 125 |
---|---|---|---|
HSL | 0.40 | 0.19 | 0.50 |
HSV | 146° | 32° | 60° |
CMYK | 0.32 | 0.00 | 0.18 0.40 |
XYZ | 20.8018 | 27.2062 | 23.5570 |
Yxy | 27.2062 | 0.2907 | 0.3802 |
Hunter Lab | 52.1596 | -20.0915 | 9.7344 |
CIE-Lab | 59.1647 | -22.6684 | 9.5293 |
#68997d color RGB value is (104,153,125).
#68997d hex color red value is 104, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #68997d hue: 0.40 , saturation: 0.19 and the lightness value of 68997d is 0.50.
The process color (four color CMYK) of #68997d color hex is 0.32, 0.00, 0.18, 0.40. Web safe color of #68997d is #669966. Color #68997d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10011001 | 01111101 |
Octal | 150 | 231 | 175 |
Decimal | 104 | 153 | 125 |
Hex | 68 | 99 | 7D |
Shades of #68997d
Tints of #68997d
RGB Percentages of Color #68997d
CMYK Percentages of Color #68997d
Complementary Color
#68997d | #996884 |
#68997d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#68997d Color Preview on White Background
Lorem ipsum dolor sit amet.
#68997d Color CSS Codes
.mybgcolor {background-color:#68997d; } .myforecolor {color:#68997d; } .mybordercolor {border:3px solid #68997d; }
#68997d Text Font Color
<p style="color:#68997d">Text here</p>
This sample text font color is #68997d
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.
#68997d Background Color
<div style="background-color:#68997d">
Div content here</div>
This div background color is #68997d
#68997d Border Color
<div style="border:3px solid #68997d">
Div here</div>
This div border color is #68997d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,153,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #68997d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #68997d; -webkit-box-shadow: 1px 1px 3px 2px #68997d; box-shadow: 1px 1px 3px 2px #68997d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,153,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #68997d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #68997d; -webkit-box-shadow: 1px 1px 3px 2px #68997d; box-shadow: 1px 1px 3px 2px #68997d;">
Div content here</div>
This div box has shadow with color #68997d
Comments
No comments written yet.
Please login to write comment.