Color spaces of #617dbc
RGB | 97 | 125 | 188 |
---|---|---|---|
HSL | 0.62 | 0.40 | 0.56 |
HSV | 222° | 48° | 74° |
CMYK | 0.48 | 0.34 | 0.00 0.26 |
XYZ | 21.3405 | 20.8395 | 50.4746 |
Yxy | 20.8395 | 0.2303 | 0.2249 |
Hunter Lab | 45.6503 | 3.5568 | -33.6005 |
CIE-Lab | 52.7734 | 7.4593 | -36.2121 |
#617dbc color RGB value is (97,125,188).
#617dbc hex color red value is 97, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #617dbc hue: 0.62 , saturation: 0.40 and the lightness value of 617dbc is 0.56.
The process color (four color CMYK) of #617dbc color hex is 0.48, 0.34, 0.00, 0.26. Web safe color of #617dbc is #6666cc. Color #617dbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01111101 | 10111100 |
Octal | 141 | 175 | 274 |
Decimal | 97 | 125 | 188 |
Hex | 61 | 7D | BC |
Shades of #617dbc
Tints of #617dbc
RGB Percentages of Color #617dbc
CMYK Percentages of Color #617dbc
Complementary Color
#617dbc | #bca061 |
#617dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#617dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#617dbc Color CSS Codes
.mybgcolor {background-color:#617dbc; } .myforecolor {color:#617dbc; } .mybordercolor {border:3px solid #617dbc; }
#617dbc Text Font Color
<p style="color:#617dbc">Text here</p>
This sample text font color is #617dbc
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.
#617dbc Background Color
<div style="background-color:#617dbc">
Div content here</div>
This div background color is #617dbc
#617dbc Border Color
<div style="border:3px solid #617dbc">
Div here</div>
This div border color is #617dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,125,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #617dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #617dbc; -webkit-box-shadow: 1px 1px 3px 2px #617dbc; box-shadow: 1px 1px 3px 2px #617dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,125,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #617dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #617dbc; -webkit-box-shadow: 1px 1px 3px 2px #617dbc; box-shadow: 1px 1px 3px 2px #617dbc;">
Div content here</div>
This div box has shadow with color #617dbc
Comments
No comments written yet.
Please login to write comment.