Color spaces of #616999
RGB | 97 | 105 | 153 |
---|---|---|---|
HSL | 0.64 | 0.22 | 0.49 |
HSV | 231° | 37° | 60° |
CMYK | 0.37 | 0.31 | 0.00 0.40 |
XYZ | 15.7311 | 14.9444 | 32.1924 |
Yxy | 14.9444 | 0.2502 | 0.2377 |
Hunter Lab | 38.6580 | 4.9856 | -22.3131 |
CIE-Lab | 45.5580 | 9.1858 | -27.1035 |
#616999 color RGB value is (97,105,153).
#616999 hex color red value is 97, green value is 105 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #616999 hue: 0.64 , saturation: 0.22 and the lightness value of 616999 is 0.49.
The process color (four color CMYK) of #616999 color hex is 0.37, 0.31, 0.00, 0.40. Web safe color of #616999 is #666699. Color #616999 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01101001 | 10011001 |
Octal | 141 | 151 | 231 |
Decimal | 97 | 105 | 153 |
Hex | 61 | 69 | 99 |
Shades of #616999
Tints of #616999
RGB Percentages of Color #616999
CMYK Percentages of Color #616999
Complementary Color
#616999 | #999161 |
#616999 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#616999 Color Preview on White Background
Lorem ipsum dolor sit amet.
#616999 Color CSS Codes
.mybgcolor {background-color:#616999; } .myforecolor {color:#616999; } .mybordercolor {border:3px solid #616999; }
#616999 Text Font Color
<p style="color:#616999">Text here</p>
This sample text font color is #616999
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.
#616999 Background Color
<div style="background-color:#616999">
Div content here</div>
This div background color is #616999
#616999 Border Color
<div style="border:3px solid #616999">
Div here</div>
This div border color is #616999
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,105,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #616999; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #616999; -webkit-box-shadow: 1px 1px 3px 2px #616999; box-shadow: 1px 1px 3px 2px #616999; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,105,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #616999">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #616999; -webkit-box-shadow: 1px 1px 3px 2px #616999; box-shadow: 1px 1px 3px 2px #616999;">
Div content here</div>
This div box has shadow with color #616999
Comments
No comments written yet.
Please login to write comment.