Color spaces of #656881
RGB | 101 | 104 | 129 |
---|---|---|---|
HSL | 0.65 | 0.12 | 0.45 |
HSV | 234° | 22° | 51° |
CMYK | 0.22 | 0.19 | 0.00 0.49 |
XYZ | 14.2796 | 14.2523 | 22.7672 |
Yxy | 14.2523 | 0.2784 | 0.2778 |
Hunter Lab | 37.7522 | 1.4504 | -9.3294 |
CIE-Lab | 44.5926 | 4.6296 | -14.2379 |
#656881 color RGB value is (101,104,129).
#656881 hex color red value is 101, green value is 104 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #656881 hue: 0.65 , saturation: 0.12 and the lightness value of 656881 is 0.45.
The process color (four color CMYK) of #656881 color hex is 0.22, 0.19, 0.00, 0.49. Web safe color of #656881 is #666699. Color #656881 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 01101000 | 10000001 |
Octal | 145 | 150 | 201 |
Decimal | 101 | 104 | 129 |
Hex | 65 | 68 | 81 |
Shades of #656881
Tints of #656881
RGB Percentages of Color #656881
CMYK Percentages of Color #656881
Complementary Color
#656881 | #817e65 |
#656881 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#656881 Color Preview on White Background
Lorem ipsum dolor sit amet.
#656881 Color CSS Codes
.mybgcolor {background-color:#656881; } .myforecolor {color:#656881; } .mybordercolor {border:3px solid #656881; }
#656881 Text Font Color
<p style="color:#656881">Text here</p>
This sample text font color is #656881
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.
#656881 Background Color
<div style="background-color:#656881">
Div content here</div>
This div background color is #656881
#656881 Border Color
<div style="border:3px solid #656881">
Div here</div>
This div border color is #656881
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,104,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #656881; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #656881; -webkit-box-shadow: 1px 1px 3px 2px #656881; box-shadow: 1px 1px 3px 2px #656881; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,104,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #656881">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #656881; -webkit-box-shadow: 1px 1px 3px 2px #656881; box-shadow: 1px 1px 3px 2px #656881;">
Div content here</div>
This div box has shadow with color #656881
Comments
No comments written yet.
Please login to write comment.