Color spaces of #688dba
RGB | 104 | 141 | 186 |
---|---|---|---|
HSL | 0.59 | 0.37 | 0.57 |
HSV | 213° | 44° | 73° |
CMYK | 0.44 | 0.24 | 0.00 0.27 |
XYZ | 24.0967 | 25.5380 | 50.1137 |
Yxy | 25.5380 | 0.2416 | 0.2560 |
Hunter Lab | 50.5351 | -3.3222 | -23.4210 |
CIE-Lab | 57.5959 | -0.7703 | -27.5276 |
#688dba color RGB value is (104,141,186).
#688dba hex color red value is 104, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #688dba hue: 0.59 , saturation: 0.37 and the lightness value of 688dba is 0.57.
The process color (four color CMYK) of #688dba color hex is 0.44, 0.24, 0.00, 0.27. Web safe color of #688dba is #6699cc. Color #688dba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10001101 | 10111010 |
Octal | 150 | 215 | 272 |
Decimal | 104 | 141 | 186 |
Hex | 68 | 8D | BA |
Shades of #688dba
Tints of #688dba
RGB Percentages of Color #688dba
CMYK Percentages of Color #688dba
Complementary Color
#688dba | #ba9568 |
#688dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#688dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#688dba Color CSS Codes
.mybgcolor {background-color:#688dba; } .myforecolor {color:#688dba; } .mybordercolor {border:3px solid #688dba; }
#688dba Text Font Color
<p style="color:#688dba">Text here</p>
This sample text font color is #688dba
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.
#688dba Background Color
<div style="background-color:#688dba">
Div content here</div>
This div background color is #688dba
#688dba Border Color
<div style="border:3px solid #688dba">
Div here</div>
This div border color is #688dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,141,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #688dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #688dba; -webkit-box-shadow: 1px 1px 3px 2px #688dba; box-shadow: 1px 1px 3px 2px #688dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,141,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #688dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #688dba; -webkit-box-shadow: 1px 1px 3px 2px #688dba; box-shadow: 1px 1px 3px 2px #688dba;">
Div content here</div>
This div box has shadow with color #688dba
Comments
No comments written yet.
Please login to write comment.