Color spaces of #697489
RGB | 105 | 116 | 137 |
---|---|---|---|
HSL | 0.61 | 0.13 | 0.47 |
HSV | 219° | 23° | 54° |
CMYK | 0.23 | 0.15 | 0.00 0.46 |
XYZ | 16.5864 | 17.3002 | 26.1320 |
Yxy | 17.3002 | 0.2764 | 0.2882 |
Hunter Lab | 41.5935 | -1.6075 | -8.1347 |
CIE-Lab | 48.6361 | 0.8057 | -12.8479 |
#697489 color RGB value is (105,116,137).
#697489 hex color red value is 105, green value is 116 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #697489 hue: 0.61 , saturation: 0.13 and the lightness value of 697489 is 0.47.
The process color (four color CMYK) of #697489 color hex is 0.23, 0.15, 0.00, 0.46. Web safe color of #697489 is #666699. Color #697489 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01110100 | 10001001 |
Octal | 151 | 164 | 211 |
Decimal | 105 | 116 | 137 |
Hex | 69 | 74 | 89 |
Shades of #697489
Tints of #697489
RGB Percentages of Color #697489
CMYK Percentages of Color #697489
Complementary Color
#697489 | #897e69 |
#697489 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#697489 Color Preview on White Background
Lorem ipsum dolor sit amet.
#697489 Color CSS Codes
.mybgcolor {background-color:#697489; } .myforecolor {color:#697489; } .mybordercolor {border:3px solid #697489; }
#697489 Text Font Color
<p style="color:#697489">Text here</p>
This sample text font color is #697489
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.
#697489 Background Color
<div style="background-color:#697489">
Div content here</div>
This div background color is #697489
#697489 Border Color
<div style="border:3px solid #697489">
Div here</div>
This div border color is #697489
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,116,137, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #697489; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #697489; -webkit-box-shadow: 1px 1px 3px 2px #697489; box-shadow: 1px 1px 3px 2px #697489; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,116,137, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #697489">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #697489; -webkit-box-shadow: 1px 1px 3px 2px #697489; box-shadow: 1px 1px 3px 2px #697489;">
Div content here</div>
This div box has shadow with color #697489
Comments
No comments written yet.
Please login to write comment.