Color spaces of #687ead
RGB | 104 | 126 | 173 |
---|---|---|---|
HSL | 0.61 | 0.30 | 0.54 |
HSV | 221° | 40° | 68° |
CMYK | 0.40 | 0.27 | 0.00 0.32 |
XYZ | 20.7126 | 20.8819 | 42.4741 |
Yxy | 20.8819 | 0.2464 | 0.2484 |
Hunter Lab | 45.6967 | 0.9381 | -23.1211 |
CIE-Lab | 52.8200 | 4.2481 | -27.4789 |
#687ead color RGB value is (104,126,173).
#687ead hex color red value is 104, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #687ead hue: 0.61 , saturation: 0.30 and the lightness value of 687ead is 0.54.
The process color (four color CMYK) of #687ead color hex is 0.40, 0.27, 0.00, 0.32. Web safe color of #687ead is #666699. Color #687ead contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01111110 | 10101101 |
Octal | 150 | 176 | 255 |
Decimal | 104 | 126 | 173 |
Hex | 68 | 7E | AD |
Shades of #687ead
Tints of #687ead
RGB Percentages of Color #687ead
CMYK Percentages of Color #687ead
Complementary Color
#687ead | #ad9768 |
#687ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#687ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#687ead Color CSS Codes
.mybgcolor {background-color:#687ead; } .myforecolor {color:#687ead; } .mybordercolor {border:3px solid #687ead; }
#687ead Text Font Color
<p style="color:#687ead">Text here</p>
This sample text font color is #687ead
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.
#687ead Background Color
<div style="background-color:#687ead">
Div content here</div>
This div background color is #687ead
#687ead Border Color
<div style="border:3px solid #687ead">
Div here</div>
This div border color is #687ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,126,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #687ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #687ead; -webkit-box-shadow: 1px 1px 3px 2px #687ead; box-shadow: 1px 1px 3px 2px #687ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,126,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #687ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #687ead; -webkit-box-shadow: 1px 1px 3px 2px #687ead; box-shadow: 1px 1px 3px 2px #687ead;">
Div content here</div>
This div box has shadow with color #687ead
Comments
No comments written yet.
Please login to write comment.