Color spaces of #6faacb
RGB | 111 | 170 | 203 |
---|---|---|---|
HSL | 0.56 | 0.47 | 0.62 |
HSV | 202° | 45° | 80° |
CMYK | 0.45 | 0.16 | 0.00 0.20 |
XYZ | 31.7098 | 36.4408 | 61.8624 |
Yxy | 36.4408 | 0.2439 | 0.2803 |
Hunter Lab | 60.3662 | -11.8765 | -18.5032 |
CIE-Lab | 66.8554 | -10.3544 | -22.7937 |
#6faacb color RGB value is (111,170,203).
#6faacb hex color red value is 111, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6faacb hue: 0.56 , saturation: 0.47 and the lightness value of 6faacb is 0.62.
The process color (four color CMYK) of #6faacb color hex is 0.45, 0.16, 0.00, 0.20. Web safe color of #6faacb is #6699cc. Color #6faacb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10101010 | 11001011 |
Octal | 157 | 252 | 313 |
Decimal | 111 | 170 | 203 |
Hex | 6F | AA | CB |
Shades of #6faacb
Tints of #6faacb
RGB Percentages of Color #6faacb
CMYK Percentages of Color #6faacb
Complementary Color
#6faacb | #cb906f |
#6faacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6faacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6faacb Color CSS Codes
.mybgcolor {background-color:#6faacb; } .myforecolor {color:#6faacb; } .mybordercolor {border:3px solid #6faacb; }
#6faacb Text Font Color
<p style="color:#6faacb">Text here</p>
This sample text font color is #6faacb
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.
#6faacb Background Color
<div style="background-color:#6faacb">
Div content here</div>
This div background color is #6faacb
#6faacb Border Color
<div style="border:3px solid #6faacb">
Div here</div>
This div border color is #6faacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,170,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6faacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6faacb; -webkit-box-shadow: 1px 1px 3px 2px #6faacb; box-shadow: 1px 1px 3px 2px #6faacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,170,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6faacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6faacb; -webkit-box-shadow: 1px 1px 3px 2px #6faacb; box-shadow: 1px 1px 3px 2px #6faacb;">
Div content here</div>
This div box has shadow with color #6faacb
Comments
No comments written yet.
Please login to write comment.