Color spaces of #687bac
RGB | 104 | 123 | 172 |
---|---|---|---|
HSL | 0.62 | 0.29 | 0.54 |
HSV | 223° | 40° | 67° |
CMYK | 0.40 | 0.28 | 0.00 0.33 |
XYZ | 20.2383 | 20.0875 | 41.8403 |
Yxy | 20.0875 | 0.2463 | 0.2445 |
Hunter Lab | 44.8191 | 2.1693 | -23.9761 |
CIE-Lab | 51.9360 | 5.7441 | -28.2725 |
#687bac color RGB value is (104,123,172).
#687bac hex color red value is 104, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #687bac hue: 0.62 , saturation: 0.29 and the lightness value of 687bac is 0.54.
The process color (four color CMYK) of #687bac color hex is 0.40, 0.28, 0.00, 0.33. Web safe color of #687bac is #666699. Color #687bac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01111011 | 10101100 |
Octal | 150 | 173 | 254 |
Decimal | 104 | 123 | 172 |
Hex | 68 | 7B | AC |
Shades of #687bac
Tints of #687bac
RGB Percentages of Color #687bac
CMYK Percentages of Color #687bac
Complementary Color
#687bac | #ac9968 |
#687bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#687bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#687bac Color CSS Codes
.mybgcolor {background-color:#687bac; } .myforecolor {color:#687bac; } .mybordercolor {border:3px solid #687bac; }
#687bac Text Font Color
<p style="color:#687bac">Text here</p>
This sample text font color is #687bac
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.
#687bac Background Color
<div style="background-color:#687bac">
Div content here</div>
This div background color is #687bac
#687bac Border Color
<div style="border:3px solid #687bac">
Div here</div>
This div border color is #687bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,123,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #687bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #687bac; -webkit-box-shadow: 1px 1px 3px 2px #687bac; box-shadow: 1px 1px 3px 2px #687bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,123,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #687bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #687bac; -webkit-box-shadow: 1px 1px 3px 2px #687bac; box-shadow: 1px 1px 3px 2px #687bac;">
Div content here</div>
This div box has shadow with color #687bac
Comments
No comments written yet.
Please login to write comment.