Color spaces of #664674
RGB | 102 | 70 | 116 |
---|---|---|---|
HSL | 0.78 | 0.25 | 0.36 |
HSV | 282° | 40° | 45° |
CMYK | 0.12 | 0.40 | 0.00 0.55 |
XYZ | 10.8220 | 8.4661 | 17.5867 |
Yxy | 8.4661 | 0.2935 | 0.2296 |
Hunter Lab | 29.0966 | 15.4712 | -15.4688 |
CIE-Lab | 34.9353 | 22.7919 | -21.0997 |
#664674 color RGB value is (102,70,116).
#664674 hex color red value is 102, green value is 70 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #664674 hue: 0.78 , saturation: 0.25 and the lightness value of 664674 is 0.36.
The process color (four color CMYK) of #664674 color hex is 0.12, 0.40, 0.00, 0.55. Web safe color of #664674 is #663366. Color #664674 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01000110 | 01110100 |
Octal | 146 | 106 | 164 |
Decimal | 102 | 70 | 116 |
Hex | 66 | 46 | 74 |
Shades of #664674
Tints of #664674
RGB Percentages of Color #664674
CMYK Percentages of Color #664674
Complementary Color
#664674 | #547446 |
#664674 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#664674 Color Preview on White Background
Lorem ipsum dolor sit amet.
#664674 Color CSS Codes
.mybgcolor {background-color:#664674; } .myforecolor {color:#664674; } .mybordercolor {border:3px solid #664674; }
#664674 Text Font Color
<p style="color:#664674">Text here</p>
This sample text font color is #664674
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.
#664674 Background Color
<div style="background-color:#664674">
Div content here</div>
This div background color is #664674
#664674 Border Color
<div style="border:3px solid #664674">
Div here</div>
This div border color is #664674
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,70,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #664674; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #664674; -webkit-box-shadow: 1px 1px 3px 2px #664674; box-shadow: 1px 1px 3px 2px #664674; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,70,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #664674">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #664674; -webkit-box-shadow: 1px 1px 3px 2px #664674; box-shadow: 1px 1px 3px 2px #664674;">
Div content here</div>
This div box has shadow with color #664674
Comments
No comments written yet.
Please login to write comment.