Color spaces of #664fba
RGB | 102 | 79 | 186 |
---|---|---|---|
HSL | 0.70 | 0.44 | 0.52 |
HSV | 253° | 58° | 73° |
CMYK | 0.45 | 0.58 | 0.00 0.27 |
XYZ | 17.1384 | 11.9619 | 47.8600 |
Yxy | 11.9619 | 0.2227 | 0.1554 |
Hunter Lab | 34.5860 | 27.9267 | -57.8352 |
CIE-Lab | 41.1555 | 36.1155 | -53.5228 |
#664fba color RGB value is (102,79,186).
#664fba hex color red value is 102, green value is 79 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #664fba hue: 0.70 , saturation: 0.44 and the lightness value of 664fba is 0.52.
The process color (four color CMYK) of #664fba color hex is 0.45, 0.58, 0.00, 0.27. Web safe color of #664fba is #6666cc. Color #664fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01001111 | 10111010 |
Octal | 146 | 117 | 272 |
Decimal | 102 | 79 | 186 |
Hex | 66 | 4F | BA |
Shades of #664fba
Tints of #664fba
RGB Percentages of Color #664fba
CMYK Percentages of Color #664fba
Complementary Color
#664fba | #a3ba4f |
#664fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#664fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#664fba Color CSS Codes
.mybgcolor {background-color:#664fba; } .myforecolor {color:#664fba; } .mybordercolor {border:3px solid #664fba; }
#664fba Text Font Color
<p style="color:#664fba">Text here</p>
This sample text font color is #664fba
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.
#664fba Background Color
<div style="background-color:#664fba">
Div content here</div>
This div background color is #664fba
#664fba Border Color
<div style="border:3px solid #664fba">
Div here</div>
This div border color is #664fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,79,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #664fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #664fba; -webkit-box-shadow: 1px 1px 3px 2px #664fba; box-shadow: 1px 1px 3px 2px #664fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,79,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #664fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #664fba; -webkit-box-shadow: 1px 1px 3px 2px #664fba; box-shadow: 1px 1px 3px 2px #664fba;">
Div content here</div>
This div box has shadow with color #664fba
Comments
No comments written yet.
Please login to write comment.