Color spaces of #618fac
RGB | 97 | 143 | 172 |
---|---|---|---|
HSL | 0.56 | 0.31 | 0.53 |
HSV | 203° | 44° | 67° |
CMYK | 0.44 | 0.17 | 0.00 0.33 |
XYZ | 22.1986 | 25.1649 | 42.7170 |
Yxy | 25.1649 | 0.2464 | 0.2794 |
Hunter Lab | 50.1646 | -8.7992 | -15.3723 |
CIE-Lab | 57.2357 | -7.7552 | -20.1436 |
#618fac color RGB value is (97,143,172).
#618fac hex color red value is 97, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #618fac hue: 0.56 , saturation: 0.31 and the lightness value of 618fac is 0.53.
The process color (four color CMYK) of #618fac color hex is 0.44, 0.17, 0.00, 0.33. Web safe color of #618fac is #669999. Color #618fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10001111 | 10101100 |
Octal | 141 | 217 | 254 |
Decimal | 97 | 143 | 172 |
Hex | 61 | 8F | AC |
Shades of #618fac
Tints of #618fac
RGB Percentages of Color #618fac
CMYK Percentages of Color #618fac
Complementary Color
#618fac | #ac7e61 |
#618fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#618fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#618fac Color CSS Codes
.mybgcolor {background-color:#618fac; } .myforecolor {color:#618fac; } .mybordercolor {border:3px solid #618fac; }
#618fac Text Font Color
<p style="color:#618fac">Text here</p>
This sample text font color is #618fac
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.
#618fac Background Color
<div style="background-color:#618fac">
Div content here</div>
This div background color is #618fac
#618fac Border Color
<div style="border:3px solid #618fac">
Div here</div>
This div border color is #618fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,143,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #618fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #618fac; -webkit-box-shadow: 1px 1px 3px 2px #618fac; box-shadow: 1px 1px 3px 2px #618fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,143,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #618fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #618fac; -webkit-box-shadow: 1px 1px 3px 2px #618fac; box-shadow: 1px 1px 3px 2px #618fac;">
Div content here</div>
This div box has shadow with color #618fac
Comments
No comments written yet.
Please login to write comment.