Color spaces of #6c9aae
RGB | 108 | 154 | 174 |
---|---|---|---|
HSL | 0.55 | 0.29 | 0.55 |
HSV | 198° | 38° | 68° |
CMYK | 0.38 | 0.11 | 0.00 0.32 |
XYZ | 25.3799 | 29.3553 | 44.3729 |
Yxy | 29.3553 | 0.2561 | 0.2962 |
Hunter Lab | 54.1805 | -11.2008 | -10.6311 |
CIE-Lab | 61.0939 | -10.3276 | -15.3594 |
#6c9aae color RGB value is (108,154,174).
#6c9aae hex color red value is 108, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6c9aae hue: 0.55 , saturation: 0.29 and the lightness value of 6c9aae is 0.55.
The process color (four color CMYK) of #6c9aae color hex is 0.38, 0.11, 0.00, 0.32. Web safe color of #6c9aae is #669999. Color #6c9aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 10011010 | 10101110 |
Octal | 154 | 232 | 256 |
Decimal | 108 | 154 | 174 |
Hex | 6C | 9A | AE |
Shades of #6c9aae
Tints of #6c9aae
RGB Percentages of Color #6c9aae
CMYK Percentages of Color #6c9aae
Complementary Color
#6c9aae | #ae806c |
#6c9aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6c9aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#6c9aae Color CSS Codes
.mybgcolor {background-color:#6c9aae; } .myforecolor {color:#6c9aae; } .mybordercolor {border:3px solid #6c9aae; }
#6c9aae Text Font Color
<p style="color:#6c9aae">Text here</p>
This sample text font color is #6c9aae
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.
#6c9aae Background Color
<div style="background-color:#6c9aae">
Div content here</div>
This div background color is #6c9aae
#6c9aae Border Color
<div style="border:3px solid #6c9aae">
Div here</div>
This div border color is #6c9aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,154,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6c9aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6c9aae; -webkit-box-shadow: 1px 1px 3px 2px #6c9aae; box-shadow: 1px 1px 3px 2px #6c9aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,154,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 #6c9aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6c9aae; -webkit-box-shadow: 1px 1px 3px 2px #6c9aae; box-shadow: 1px 1px 3px 2px #6c9aae;">
Div content here</div>
This div box has shadow with color #6c9aae
Comments
No comments written yet.
Please login to write comment.