Color spaces of #629bdb
RGB | 98 | 155 | 219 |
---|---|---|---|
HSL | 0.59 | 0.63 | 0.62 |
HSV | 212° | 55° | 86° |
CMYK | 0.55 | 0.29 | 0.00 0.14 |
XYZ | 29.5445 | 31.1538 | 71.4740 |
Yxy | 31.1538 | 0.2235 | 0.2357 |
Hunter Lab | 55.8156 | -3.1930 | -36.8522 |
CIE-Lab | 62.6373 | -0.2530 | -38.2357 |
#629bdb color RGB value is (98,155,219).
#629bdb hex color red value is 98, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #629bdb hue: 0.59 , saturation: 0.63 and the lightness value of 629bdb is 0.62.
The process color (four color CMYK) of #629bdb color hex is 0.55, 0.29, 0.00, 0.14. Web safe color of #629bdb is #6699cc. Color #629bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100010 | 10011011 | 11011011 |
Octal | 142 | 233 | 333 |
Decimal | 98 | 155 | 219 |
Hex | 62 | 9B | DB |
Shades of #629bdb
Tints of #629bdb
RGB Percentages of Color #629bdb
CMYK Percentages of Color #629bdb
Complementary Color
#629bdb | #dba262 |
#629bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#629bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#629bdb Color CSS Codes
.mybgcolor {background-color:#629bdb; } .myforecolor {color:#629bdb; } .mybordercolor {border:3px solid #629bdb; }
#629bdb Text Font Color
<p style="color:#629bdb">Text here</p>
This sample text font color is #629bdb
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.
#629bdb Background Color
<div style="background-color:#629bdb">
Div content here</div>
This div background color is #629bdb
#629bdb Border Color
<div style="border:3px solid #629bdb">
Div here</div>
This div border color is #629bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(98,155,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #629bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #629bdb; -webkit-box-shadow: 1px 1px 3px 2px #629bdb; box-shadow: 1px 1px 3px 2px #629bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(98,155,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #629bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #629bdb; -webkit-box-shadow: 1px 1px 3px 2px #629bdb; box-shadow: 1px 1px 3px 2px #629bdb;">
Div content here</div>
This div box has shadow with color #629bdb
Comments
No comments written yet.
Please login to write comment.