Color spaces of #6aaabf
RGB | 106 | 170 | 191 |
---|---|---|---|
HSL | 0.54 | 0.40 | 0.58 |
HSV | 195° | 45° | 75° |
CMYK | 0.45 | 0.11 | 0.00 0.25 |
XYZ | 29.7226 | 35.5752 | 54.5904 |
Yxy | 35.5752 | 0.2479 | 0.2967 |
Hunter Lab | 59.6449 | -15.4276 | -12.5141 |
CIE-Lab | 66.1941 | -14.9048 | -17.1708 |
#6aaabf color RGB value is (106,170,191).
#6aaabf hex color red value is 106, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6aaabf hue: 0.54 , saturation: 0.40 and the lightness value of 6aaabf is 0.58.
The process color (four color CMYK) of #6aaabf color hex is 0.45, 0.11, 0.00, 0.25. Web safe color of #6aaabf is #6699cc. Color #6aaabf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10101010 | 10111111 |
Octal | 152 | 252 | 277 |
Decimal | 106 | 170 | 191 |
Hex | 6A | AA | BF |
Shades of #6aaabf
Tints of #6aaabf
RGB Percentages of Color #6aaabf
CMYK Percentages of Color #6aaabf
Complementary Color
#6aaabf | #bf7f6a |
#6aaabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aaabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aaabf Color CSS Codes
.mybgcolor {background-color:#6aaabf; } .myforecolor {color:#6aaabf; } .mybordercolor {border:3px solid #6aaabf; }
#6aaabf Text Font Color
<p style="color:#6aaabf">Text here</p>
This sample text font color is #6aaabf
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.
#6aaabf Background Color
<div style="background-color:#6aaabf">
Div content here</div>
This div background color is #6aaabf
#6aaabf Border Color
<div style="border:3px solid #6aaabf">
Div here</div>
This div border color is #6aaabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,170,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aaabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aaabf; -webkit-box-shadow: 1px 1px 3px 2px #6aaabf; box-shadow: 1px 1px 3px 2px #6aaabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,170,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6aaabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aaabf; -webkit-box-shadow: 1px 1px 3px 2px #6aaabf; box-shadow: 1px 1px 3px 2px #6aaabf;">
Div content here</div>
This div box has shadow with color #6aaabf
Comments
No comments written yet.
Please login to write comment.