Color spaces of #6099ae
RGB | 96 | 153 | 174 |
---|---|---|---|
HSL | 0.54 | 0.33 | 0.53 |
HSV | 196° | 45° | 68° |
CMYK | 0.45 | 0.12 | 0.00 0.32 |
XYZ | 23.8551 | 28.3253 | 44.2544 |
Yxy | 28.3253 | 0.2474 | 0.2937 |
Hunter Lab | 53.2215 | -13.1299 | -12.0454 |
CIE-Lab | 60.1815 | -12.9763 | -16.8005 |
#6099ae color RGB value is (96,153,174).
#6099ae hex color red value is 96, green value is 153 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6099ae hue: 0.54 , saturation: 0.33 and the lightness value of 6099ae is 0.53.
The process color (four color CMYK) of #6099ae color hex is 0.45, 0.12, 0.00, 0.32. Web safe color of #6099ae is #669999. Color #6099ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10011001 | 10101110 |
Octal | 140 | 231 | 256 |
Decimal | 96 | 153 | 174 |
Hex | 60 | 99 | AE |
Shades of #6099ae
Tints of #6099ae
RGB Percentages of Color #6099ae
CMYK Percentages of Color #6099ae
Complementary Color
#6099ae | #ae7560 |
#6099ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6099ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#6099ae Color CSS Codes
.mybgcolor {background-color:#6099ae; } .myforecolor {color:#6099ae; } .mybordercolor {border:3px solid #6099ae; }
#6099ae Text Font Color
<p style="color:#6099ae">Text here</p>
This sample text font color is #6099ae
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.
#6099ae Background Color
<div style="background-color:#6099ae">
Div content here</div>
This div background color is #6099ae
#6099ae Border Color
<div style="border:3px solid #6099ae">
Div here</div>
This div border color is #6099ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,153,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6099ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6099ae; -webkit-box-shadow: 1px 1px 3px 2px #6099ae; box-shadow: 1px 1px 3px 2px #6099ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,153,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6099ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6099ae; -webkit-box-shadow: 1px 1px 3px 2px #6099ae; box-shadow: 1px 1px 3px 2px #6099ae;">
Div content here</div>
This div box has shadow with color #6099ae
Comments
No comments written yet.
Please login to write comment.