Color spaces of #687bff
RGB | 104 | 123 | 255 |
---|---|---|---|
HSL | 0.65 | 1.00 | 0.70 |
HSV | 232° | 59° | 100° |
CMYK | 0.59 | 0.52 | 0.00 0.00 |
XYZ | 30.8419 | 24.3290 | 97.6782 |
Yxy | 24.3290 | 0.2018 | 0.1592 |
Hunter Lab | 49.3244 | 25.2959 | -82.8861 |
CIE-Lab | 56.4157 | 31.4510 | -68.0351 |
#687bff color RGB value is (104,123,255).
#687bff hex color red value is 104, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #687bff hue: 0.65 , saturation: 1.00 and the lightness value of 687bff is 0.70.
The process color (four color CMYK) of #687bff color hex is 0.59, 0.52, 0.00, 0.00. Web safe color of #687bff is #6666ff. Color #687bff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 01111011 | 11111111 |
Octal | 150 | 173 | 377 |
Decimal | 104 | 123 | 255 |
Hex | 68 | 7B | FF |
Shades of #687bff
Tints of #687bff
RGB Percentages of Color #687bff
CMYK Percentages of Color #687bff
Complementary Color
#687bff | #ffec68 |
#687bff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#687bff Color Preview on White Background
Lorem ipsum dolor sit amet.
#687bff Color CSS Codes
.mybgcolor {background-color:#687bff; } .myforecolor {color:#687bff; } .mybordercolor {border:3px solid #687bff; }
#687bff Text Font Color
<p style="color:#687bff">Text here</p>
This sample text font color is #687bff
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.
#687bff Background Color
<div style="background-color:#687bff">
Div content here</div>
This div background color is #687bff
#687bff Border Color
<div style="border:3px solid #687bff">
Div here</div>
This div border color is #687bff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,123,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #687bff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #687bff; -webkit-box-shadow: 1px 1px 3px 2px #687bff; box-shadow: 1px 1px 3px 2px #687bff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,123,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #687bff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #687bff; -webkit-box-shadow: 1px 1px 3px 2px #687bff; box-shadow: 1px 1px 3px 2px #687bff;">
Div content here</div>
This div box has shadow with color #687bff
Comments
No comments written yet.
Please login to write comment.