Color spaces of #697baa
RGB | 105 | 123 | 170 |
---|---|---|---|
HSL | 0.62 | 0.28 | 0.54 |
HSV | 223° | 38° | 67° |
CMYK | 0.38 | 0.28 | 0.00 0.33 |
XYZ | 20.1644 | 20.0715 | 40.8416 |
Yxy | 20.0715 | 0.2487 | 0.2476 |
Hunter Lab | 44.8012 | 1.9382 | -22.6890 |
CIE-Lab | 51.9180 | 5.4580 | -27.1374 |
#697baa color RGB value is (105,123,170).
#697baa hex color red value is 105, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #697baa hue: 0.62 , saturation: 0.28 and the lightness value of 697baa is 0.54.
The process color (four color CMYK) of #697baa color hex is 0.38, 0.28, 0.00, 0.33. Web safe color of #697baa is #666699. Color #697baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01111011 | 10101010 |
Octal | 151 | 173 | 252 |
Decimal | 105 | 123 | 170 |
Hex | 69 | 7B | AA |
Shades of #697baa
Tints of #697baa
RGB Percentages of Color #697baa
CMYK Percentages of Color #697baa
Complementary Color
#697baa | #aa9869 |
#697baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#697baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#697baa Color CSS Codes
.mybgcolor {background-color:#697baa; } .myforecolor {color:#697baa; } .mybordercolor {border:3px solid #697baa; }
#697baa Text Font Color
<p style="color:#697baa">Text here</p>
This sample text font color is #697baa
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.
#697baa Background Color
<div style="background-color:#697baa">
Div content here</div>
This div background color is #697baa
#697baa Border Color
<div style="border:3px solid #697baa">
Div here</div>
This div border color is #697baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,123,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #697baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #697baa; -webkit-box-shadow: 1px 1px 3px 2px #697baa; box-shadow: 1px 1px 3px 2px #697baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,123,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #697baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #697baa; -webkit-box-shadow: 1px 1px 3px 2px #697baa; box-shadow: 1px 1px 3px 2px #697baa;">
Div content here</div>
This div box has shadow with color #697baa
Comments
No comments written yet.
Please login to write comment.