Color spaces of #619fdb
RGB | 97 | 159 | 219 |
---|---|---|---|
HSL | 0.58 | 0.63 | 0.62 |
HSV | 210° | 56° | 86° |
CMYK | 0.56 | 0.27 | 0.00 0.14 |
XYZ | 30.1141 | 32.4521 | 71.6945 |
Yxy | 32.4521 | 0.2243 | 0.2417 |
Hunter Lab | 56.9667 | -5.3321 | -34.7417 |
CIE-Lab | 63.7148 | -2.7347 | -36.5564 |
#619fdb color RGB value is (97,159,219).
#619fdb hex color red value is 97, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #619fdb hue: 0.58 , saturation: 0.63 and the lightness value of 619fdb is 0.62.
The process color (four color CMYK) of #619fdb color hex is 0.56, 0.27, 0.00, 0.14. Web safe color of #619fdb is #6699cc. Color #619fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10011111 | 11011011 |
Octal | 141 | 237 | 333 |
Decimal | 97 | 159 | 219 |
Hex | 61 | 9F | DB |
Shades of #619fdb
Tints of #619fdb
RGB Percentages of Color #619fdb
CMYK Percentages of Color #619fdb
Complementary Color
#619fdb | #db9d61 |
#619fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#619fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#619fdb Color CSS Codes
.mybgcolor {background-color:#619fdb; } .myforecolor {color:#619fdb; } .mybordercolor {border:3px solid #619fdb; }
#619fdb Text Font Color
<p style="color:#619fdb">Text here</p>
This sample text font color is #619fdb
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.
#619fdb Background Color
<div style="background-color:#619fdb">
Div content here</div>
This div background color is #619fdb
#619fdb Border Color
<div style="border:3px solid #619fdb">
Div here</div>
This div border color is #619fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,159,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #619fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #619fdb; -webkit-box-shadow: 1px 1px 3px 2px #619fdb; box-shadow: 1px 1px 3px 2px #619fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,159,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 #619fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #619fdb; -webkit-box-shadow: 1px 1px 3px 2px #619fdb; box-shadow: 1px 1px 3px 2px #619fdb;">
Div content here</div>
This div box has shadow with color #619fdb
Comments
No comments written yet.
Please login to write comment.