Color spaces of #618fda
RGB | 97 | 143 | 218 |
---|---|---|---|
HSL | 0.60 | 0.62 | 0.62 |
HSV | 217° | 56° | 85° |
CMYK | 0.56 | 0.34 | 0.00 0.15 |
XYZ | 27.4071 | 27.2483 | 70.1446 |
Yxy | 27.2483 | 0.2196 | 0.2183 |
Hunter Lab | 52.1999 | 2.3700 | -43.1321 |
CIE-Lab | 59.2035 | 6.1748 | -43.0716 |
#618fda color RGB value is (97,143,218).
#618fda hex color red value is 97, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #618fda hue: 0.60 , saturation: 0.62 and the lightness value of 618fda is 0.62.
The process color (four color CMYK) of #618fda color hex is 0.56, 0.34, 0.00, 0.15. Web safe color of #618fda is #6699cc. Color #618fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10001111 | 11011010 |
Octal | 141 | 217 | 332 |
Decimal | 97 | 143 | 218 |
Hex | 61 | 8F | DA |
Shades of #618fda
Tints of #618fda
RGB Percentages of Color #618fda
CMYK Percentages of Color #618fda
Complementary Color
#618fda | #daac61 |
#618fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#618fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#618fda Color CSS Codes
.mybgcolor {background-color:#618fda; } .myforecolor {color:#618fda; } .mybordercolor {border:3px solid #618fda; }
#618fda Text Font Color
<p style="color:#618fda">Text here</p>
This sample text font color is #618fda
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.
#618fda Background Color
<div style="background-color:#618fda">
Div content here</div>
This div background color is #618fda
#618fda Border Color
<div style="border:3px solid #618fda">
Div here</div>
This div border color is #618fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,143,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #618fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #618fda; -webkit-box-shadow: 1px 1px 3px 2px #618fda; box-shadow: 1px 1px 3px 2px #618fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,143,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #618fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #618fda; -webkit-box-shadow: 1px 1px 3px 2px #618fda; box-shadow: 1px 1px 3px 2px #618fda;">
Div content here</div>
This div box has shadow with color #618fda
#618fda Color Palettes
Comments
No comments written yet.
Please login to write comment.