Color spaces of #6aabbb
RGB | 106 | 171 | 187 |
---|---|---|---|
HSL | 0.53 | 0.37 | 0.57 |
HSV | 192° | 43° | 73° |
CMYK | 0.43 | 0.09 | 0.00 0.27 |
XYZ | 29.4764 | 35.7778 | 52.3660 |
Yxy | 35.7778 | 0.2506 | 0.3042 |
Hunter Lab | 59.8145 | -16.7113 | -10.0366 |
CIE-Lab | 66.3498 | -16.5158 | -14.7143 |
#6aabbb color RGB value is (106,171,187).
#6aabbb hex color red value is 106, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6aabbb hue: 0.53 , saturation: 0.37 and the lightness value of 6aabbb is 0.57.
The process color (four color CMYK) of #6aabbb color hex is 0.43, 0.09, 0.00, 0.27. Web safe color of #6aabbb is #6699cc. Color #6aabbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10101011 | 10111011 |
Octal | 152 | 253 | 273 |
Decimal | 106 | 171 | 187 |
Hex | 6A | AB | BB |
Shades of #6aabbb
Tints of #6aabbb
RGB Percentages of Color #6aabbb
CMYK Percentages of Color #6aabbb
Complementary Color
#6aabbb | #bb7a6a |
#6aabbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aabbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aabbb Color CSS Codes
.mybgcolor {background-color:#6aabbb; } .myforecolor {color:#6aabbb; } .mybordercolor {border:3px solid #6aabbb; }
#6aabbb Text Font Color
<p style="color:#6aabbb">Text here</p>
This sample text font color is #6aabbb
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.
#6aabbb Background Color
<div style="background-color:#6aabbb">
Div content here</div>
This div background color is #6aabbb
#6aabbb Border Color
<div style="border:3px solid #6aabbb">
Div here</div>
This div border color is #6aabbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,171,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aabbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aabbb; -webkit-box-shadow: 1px 1px 3px 2px #6aabbb; box-shadow: 1px 1px 3px 2px #6aabbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,171,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6aabbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aabbb; -webkit-box-shadow: 1px 1px 3px 2px #6aabbb; box-shadow: 1px 1px 3px 2px #6aabbb;">
Div content here</div>
This div box has shadow with color #6aabbb
Comments
No comments written yet.
Please login to write comment.