Color spaces of #618ebd
RGB | 97 | 142 | 189 |
---|---|---|---|
HSL | 0.59 | 0.41 | 0.56 |
HSV | 211° | 49° | 74° |
CMYK | 0.49 | 0.25 | 0.00 0.26 |
XYZ | 23.7881 | 25.5615 | 51.8242 |
Yxy | 25.5615 | 0.2351 | 0.2526 |
Hunter Lab | 50.5584 | -4.4916 | -25.3836 |
CIE-Lab | 57.6185 | -2.2243 | -29.2260 |
#618ebd color RGB value is (97,142,189).
#618ebd hex color red value is 97, green value is 142 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #618ebd hue: 0.59 , saturation: 0.41 and the lightness value of 618ebd is 0.56.
The process color (four color CMYK) of #618ebd color hex is 0.49, 0.25, 0.00, 0.26. Web safe color of #618ebd is #6699cc. Color #618ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10001110 | 10111101 |
Octal | 141 | 216 | 275 |
Decimal | 97 | 142 | 189 |
Hex | 61 | 8E | BD |
Shades of #618ebd
Tints of #618ebd
RGB Percentages of Color #618ebd
CMYK Percentages of Color #618ebd
Complementary Color
#618ebd | #bd9061 |
#618ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#618ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#618ebd Color CSS Codes
.mybgcolor {background-color:#618ebd; } .myforecolor {color:#618ebd; } .mybordercolor {border:3px solid #618ebd; }
#618ebd Text Font Color
<p style="color:#618ebd">Text here</p>
This sample text font color is #618ebd
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.
#618ebd Background Color
<div style="background-color:#618ebd">
Div content here</div>
This div background color is #618ebd
#618ebd Border Color
<div style="border:3px solid #618ebd">
Div here</div>
This div border color is #618ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,142,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #618ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #618ebd; -webkit-box-shadow: 1px 1px 3px 2px #618ebd; box-shadow: 1px 1px 3px 2px #618ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,142,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #618ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #618ebd; -webkit-box-shadow: 1px 1px 3px 2px #618ebd; box-shadow: 1px 1px 3px 2px #618ebd;">
Div content here</div>
This div box has shadow with color #618ebd
Comments
No comments written yet.
Please login to write comment.