Color spaces of #656771
RGB | 101 | 103 | 113 |
---|---|---|---|
HSL | 0.64 | 0.06 | 0.42 |
HSV | 230° | 11° | 44° |
CMYK | 0.11 | 0.09 | 0.00 0.56 |
XYZ | 13.1977 | 13.6595 | 17.5637 |
Yxy | 13.6595 | 0.2971 | 0.3075 |
Hunter Lab | 36.9588 | -0.9368 | -2.3049 |
CIE-Lab | 43.7406 | 1.4121 | -5.8707 |
#656771 color RGB value is (101,103,113).
#656771 hex color red value is 101, green value is 103 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #656771 hue: 0.64 , saturation: 0.06 and the lightness value of 656771 is 0.42.
The process color (four color CMYK) of #656771 color hex is 0.11, 0.09, 0.00, 0.56. Web safe color of #656771 is #666666. Color #656771 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01100111 | 01110001 |
Octal | 145 | 147 | 161 |
Decimal | 101 | 103 | 113 |
Hex | 65 | 67 | 71 |
Shades of #656771
Tints of #656771
RGB Percentages of Color #656771
CMYK Percentages of Color #656771
Complementary Color
#656771 | #716f65 |
#656771 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#656771 Color Preview on White Background
Lorem ipsum dolor sit amet.
#656771 Color CSS Codes
.mybgcolor {background-color:#656771; } .myforecolor {color:#656771; } .mybordercolor {border:3px solid #656771; }
#656771 Text Font Color
<p style="color:#656771">Text here</p>
This sample text font color is #656771
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.
#656771 Background Color
<div style="background-color:#656771">
Div content here</div>
This div background color is #656771
#656771 Border Color
<div style="border:3px solid #656771">
Div here</div>
This div border color is #656771
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,103,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #656771; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #656771; -webkit-box-shadow: 1px 1px 3px 2px #656771; box-shadow: 1px 1px 3px 2px #656771; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,103,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #656771">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #656771; -webkit-box-shadow: 1px 1px 3px 2px #656771; box-shadow: 1px 1px 3px 2px #656771;">
Div content here</div>
This div box has shadow with color #656771
Comments
No comments written yet.
Please login to write comment.