Color spaces of #6bbbaa
RGB | 107 | 187 | 170 |
---|---|---|---|
HSL | 0.46 | 0.37 | 0.58 |
HSV | 167° | 43° | 73° |
CMYK | 0.43 | 0.00 | 0.09 0.27 |
XYZ | 31.0894 | 41.5687 | 44.4152 |
Yxy | 41.5687 | 0.2656 | 0.3551 |
Hunter Lab | 64.4738 | -26.7561 | 4.2875 |
CIE-Lab | 70.5725 | -28.6532 | 0.9359 |
#6bbbaa color RGB value is (107,187,170).
#6bbbaa hex color red value is 107, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6bbbaa hue: 0.46 , saturation: 0.37 and the lightness value of 6bbbaa is 0.58.
The process color (four color CMYK) of #6bbbaa color hex is 0.43, 0.00, 0.09, 0.27. Web safe color of #6bbbaa is #66cc99. Color #6bbbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 10111011 | 10101010 |
Octal | 153 | 273 | 252 |
Decimal | 107 | 187 | 170 |
Hex | 6B | BB | AA |
Shades of #6bbbaa
Tints of #6bbbaa
RGB Percentages of Color #6bbbaa
CMYK Percentages of Color #6bbbaa
Complementary Color
#6bbbaa | #bb6b7c |
#6bbbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6bbbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6bbbaa Color CSS Codes
.mybgcolor {background-color:#6bbbaa; } .myforecolor {color:#6bbbaa; } .mybordercolor {border:3px solid #6bbbaa; }
#6bbbaa Text Font Color
<p style="color:#6bbbaa">Text here</p>
This sample text font color is #6bbbaa
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.
#6bbbaa Background Color
<div style="background-color:#6bbbaa">
Div content here</div>
This div background color is #6bbbaa
#6bbbaa Border Color
<div style="border:3px solid #6bbbaa">
Div here</div>
This div border color is #6bbbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,187,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6bbbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6bbbaa; -webkit-box-shadow: 1px 1px 3px 2px #6bbbaa; box-shadow: 1px 1px 3px 2px #6bbbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,187,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6bbbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6bbbaa; -webkit-box-shadow: 1px 1px 3px 2px #6bbbaa; box-shadow: 1px 1px 3px 2px #6bbbaa;">
Div content here</div>
This div box has shadow with color #6bbbaa
Comments
No comments written yet.
Please login to write comment.