Color spaces of #649fac
RGB | 100 | 159 | 172 |
---|---|---|---|
HSL | 0.53 | 0.30 | 0.53 |
HSV | 191° | 42° | 67° |
CMYK | 0.42 | 0.08 | 0.00 0.33 |
XYZ | 25.1001 | 30.4842 | 43.5908 |
Yxy | 30.4842 | 0.2531 | 0.3074 |
Hunter Lab | 55.2125 | -15.4742 | -8.1613 |
CIE-Lab | 62.0698 | -15.7214 | -12.8006 |
#649fac color RGB value is (100,159,172).
#649fac hex color red value is 100, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #649fac hue: 0.53 , saturation: 0.30 and the lightness value of 649fac is 0.53.
The process color (four color CMYK) of #649fac color hex is 0.42, 0.08, 0.00, 0.33. Web safe color of #649fac is #669999. Color #649fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 10011111 | 10101100 |
Octal | 144 | 237 | 254 |
Decimal | 100 | 159 | 172 |
Hex | 64 | 9F | AC |
Shades of #649fac
Tints of #649fac
RGB Percentages of Color #649fac
CMYK Percentages of Color #649fac
Complementary Color
#649fac | #ac7164 |
#649fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#649fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#649fac Color CSS Codes
.mybgcolor {background-color:#649fac; } .myforecolor {color:#649fac; } .mybordercolor {border:3px solid #649fac; }
#649fac Text Font Color
<p style="color:#649fac">Text here</p>
This sample text font color is #649fac
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.
#649fac Background Color
<div style="background-color:#649fac">
Div content here</div>
This div background color is #649fac
#649fac Border Color
<div style="border:3px solid #649fac">
Div here</div>
This div border color is #649fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,159,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #649fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #649fac; -webkit-box-shadow: 1px 1px 3px 2px #649fac; box-shadow: 1px 1px 3px 2px #649fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,159,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 #649fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #649fac; -webkit-box-shadow: 1px 1px 3px 2px #649fac; box-shadow: 1px 1px 3px 2px #649fac;">
Div content here</div>
This div box has shadow with color #649fac
Comments
No comments written yet.
Please login to write comment.