Color spaces of #604981
RGB | 96 | 73 | 129 |
---|---|---|---|
HSL | 0.74 | 0.28 | 0.40 |
HSV | 265° | 43° | 51° |
CMYK | 0.26 | 0.43 | 0.00 0.49 |
XYZ | 11.1689 | 8.8369 | 21.8859 |
Yxy | 8.8369 | 0.2666 | 0.2109 |
Hunter Lab | 29.7269 | 15.0433 | -22.8423 |
CIE-Lab | 35.6684 | 22.1945 | -28.0727 |
#604981 color RGB value is (96,73,129).
#604981 hex color red value is 96, green value is 73 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #604981 hue: 0.74 , saturation: 0.28 and the lightness value of 604981 is 0.40.
The process color (four color CMYK) of #604981 color hex is 0.26, 0.43, 0.00, 0.49. Web safe color of #604981 is #663399. Color #604981 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01001001 | 10000001 |
Octal | 140 | 111 | 201 |
Decimal | 96 | 73 | 129 |
Hex | 60 | 49 | 81 |
Shades of #604981
Tints of #604981
RGB Percentages of Color #604981
CMYK Percentages of Color #604981
Complementary Color
#604981 | #6a8149 |
#604981 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#604981 Color Preview on White Background
Lorem ipsum dolor sit amet.
#604981 Color CSS Codes
.mybgcolor {background-color:#604981; } .myforecolor {color:#604981; } .mybordercolor {border:3px solid #604981; }
#604981 Text Font Color
<p style="color:#604981">Text here</p>
This sample text font color is #604981
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.
#604981 Background Color
<div style="background-color:#604981">
Div content here</div>
This div background color is #604981
#604981 Border Color
<div style="border:3px solid #604981">
Div here</div>
This div border color is #604981
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,73,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #604981; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #604981; -webkit-box-shadow: 1px 1px 3px 2px #604981; box-shadow: 1px 1px 3px 2px #604981; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,73,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #604981">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #604981; -webkit-box-shadow: 1px 1px 3px 2px #604981; box-shadow: 1px 1px 3px 2px #604981;">
Div content here</div>
This div box has shadow with color #604981
Comments
No comments written yet.
Please login to write comment.