Color spaces of #689baa
RGB | 104 | 155 | 170 |
---|---|---|---|
HSL | 0.54 | 0.28 | 0.54 |
HSV | 194° | 39° | 67° |
CMYK | 0.39 | 0.09 | 0.00 0.33 |
XYZ | 24.6860 | 29.2880 | 42.3823 |
Yxy | 29.2880 | 0.2562 | 0.3040 |
Hunter Lab | 54.1184 | -13.2847 | -8.5495 |
CIE-Lab | 61.0350 | -13.0350 | -13.2098 |
#689baa color RGB value is (104,155,170).
#689baa hex color red value is 104, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #689baa hue: 0.54 , saturation: 0.28 and the lightness value of 689baa is 0.54.
The process color (four color CMYK) of #689baa color hex is 0.39, 0.09, 0.00, 0.33. Web safe color of #689baa is #669999. Color #689baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10011011 | 10101010 |
Octal | 150 | 233 | 252 |
Decimal | 104 | 155 | 170 |
Hex | 68 | 9B | AA |
Shades of #689baa
Tints of #689baa
RGB Percentages of Color #689baa
CMYK Percentages of Color #689baa
Complementary Color
#689baa | #aa7768 |
#689baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#689baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#689baa Color CSS Codes
.mybgcolor {background-color:#689baa; } .myforecolor {color:#689baa; } .mybordercolor {border:3px solid #689baa; }
#689baa Text Font Color
<p style="color:#689baa">Text here</p>
This sample text font color is #689baa
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.
#689baa Background Color
<div style="background-color:#689baa">
Div content here</div>
This div background color is #689baa
#689baa Border Color
<div style="border:3px solid #689baa">
Div here</div>
This div border color is #689baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,155,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #689baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #689baa; -webkit-box-shadow: 1px 1px 3px 2px #689baa; box-shadow: 1px 1px 3px 2px #689baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,155,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 #689baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #689baa; -webkit-box-shadow: 1px 1px 3px 2px #689baa; box-shadow: 1px 1px 3px 2px #689baa;">
Div content here</div>
This div box has shadow with color #689baa
Comments
No comments written yet.
Please login to write comment.