Color spaces of #60668e
RGB | 96 | 102 | 142 |
---|---|---|---|
HSL | 0.64 | 0.19 | 0.47 |
HSV | 232° | 32° | 56° |
CMYK | 0.32 | 0.28 | 0.00 0.44 |
XYZ | 14.4577 | 13.9425 | 27.5204 |
Yxy | 13.9425 | 0.2585 | 0.2493 |
Hunter Lab | 37.3397 | 3.7698 | -17.5607 |
CIE-Lab | 44.1504 | 7.6364 | -22.7452 |
#60668e color RGB value is (96,102,142).
#60668e hex color red value is 96, green value is 102 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #60668e hue: 0.64 , saturation: 0.19 and the lightness value of 60668e is 0.47.
The process color (four color CMYK) of #60668e color hex is 0.32, 0.28, 0.00, 0.44. Web safe color of #60668e is #666699. Color #60668e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01100110 | 10001110 |
Octal | 140 | 146 | 216 |
Decimal | 96 | 102 | 142 |
Hex | 60 | 66 | 8E |
Shades of #60668e
Tints of #60668e
RGB Percentages of Color #60668e
CMYK Percentages of Color #60668e
Complementary Color
#60668e | #8e8860 |
#60668e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60668e Color Preview on White Background
Lorem ipsum dolor sit amet.
#60668e Color CSS Codes
.mybgcolor {background-color:#60668e; } .myforecolor {color:#60668e; } .mybordercolor {border:3px solid #60668e; }
#60668e Text Font Color
<p style="color:#60668e">Text here</p>
This sample text font color is #60668e
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.
#60668e Background Color
<div style="background-color:#60668e">
Div content here</div>
This div background color is #60668e
#60668e Border Color
<div style="border:3px solid #60668e">
Div here</div>
This div border color is #60668e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,102,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60668e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60668e; -webkit-box-shadow: 1px 1px 3px 2px #60668e; box-shadow: 1px 1px 3px 2px #60668e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,102,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60668e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60668e; -webkit-box-shadow: 1px 1px 3px 2px #60668e; box-shadow: 1px 1px 3px 2px #60668e;">
Div content here</div>
This div box has shadow with color #60668e
Comments
No comments written yet.
Please login to write comment.