Color spaces of #6faab5
RGB | 111 | 170 | 181 |
---|---|---|---|
HSL | 0.53 | 0.32 | 0.57 |
HSV | 189° | 39° | 71° |
CMYK | 0.39 | 0.06 | 0.00 0.29 |
XYZ | 29.2708 | 35.4652 | 49.0188 |
Yxy | 35.4652 | 0.2573 | 0.3118 |
Hunter Lab | 59.5527 | -16.4824 | -7.1157 |
CIE-Lab | 66.1093 | -16.2677 | -11.7166 |
#6faab5 color RGB value is (111,170,181).
#6faab5 hex color red value is 111, green value is 170 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #6faab5 hue: 0.53 , saturation: 0.32 and the lightness value of 6faab5 is 0.57.
The process color (four color CMYK) of #6faab5 color hex is 0.39, 0.06, 0.00, 0.29. Web safe color of #6faab5 is #6699cc. Color #6faab5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10101010 | 10110101 |
Octal | 157 | 252 | 265 |
Decimal | 111 | 170 | 181 |
Hex | 6F | AA | B5 |
Shades of #6faab5
Tints of #6faab5
RGB Percentages of Color #6faab5
CMYK Percentages of Color #6faab5
Complementary Color
#6faab5 | #b57a6f |
#6faab5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6faab5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#6faab5 Color CSS Codes
.mybgcolor {background-color:#6faab5; } .myforecolor {color:#6faab5; } .mybordercolor {border:3px solid #6faab5; }
#6faab5 Text Font Color
<p style="color:#6faab5">Text here</p>
This sample text font color is #6faab5
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.
#6faab5 Background Color
<div style="background-color:#6faab5">
Div content here</div>
This div background color is #6faab5
#6faab5 Border Color
<div style="border:3px solid #6faab5">
Div here</div>
This div border color is #6faab5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,170,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6faab5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6faab5; -webkit-box-shadow: 1px 1px 3px 2px #6faab5; box-shadow: 1px 1px 3px 2px #6faab5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,170,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6faab5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6faab5; -webkit-box-shadow: 1px 1px 3px 2px #6faab5; box-shadow: 1px 1px 3px 2px #6faab5;">
Div content here</div>
This div box has shadow with color #6faab5
#6faab5 Color Palettes
Comments
No comments written yet.
Please login to write comment.