Color spaces of #6daacf
RGB | 109 | 170 | 207 |
---|---|---|---|
HSL | 0.56 | 0.51 | 0.62 |
HSV | 203° | 47° | 81° |
CMYK | 0.47 | 0.18 | 0.00 0.19 |
XYZ | 31.9439 | 36.5057 | 64.3942 |
Yxy | 36.5057 | 0.2405 | 0.2748 |
Hunter Lab | 60.4199 | -11.3623 | -20.8960 |
CIE-Lab | 66.9045 | -9.7150 | -24.9386 |
#6daacf color RGB value is (109,170,207).
#6daacf hex color red value is 109, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6daacf hue: 0.56 , saturation: 0.51 and the lightness value of 6daacf is 0.62.
The process color (four color CMYK) of #6daacf color hex is 0.47, 0.18, 0.00, 0.19. Web safe color of #6daacf is #6699cc. Color #6daacf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 10101010 | 11001111 |
Octal | 155 | 252 | 317 |
Decimal | 109 | 170 | 207 |
Hex | 6D | AA | CF |
Shades of #6daacf
Tints of #6daacf
RGB Percentages of Color #6daacf
CMYK Percentages of Color #6daacf
Complementary Color
#6daacf | #cf926d |
#6daacf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6daacf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6daacf Color CSS Codes
.mybgcolor {background-color:#6daacf; } .myforecolor {color:#6daacf; } .mybordercolor {border:3px solid #6daacf; }
#6daacf Text Font Color
<p style="color:#6daacf">Text here</p>
This sample text font color is #6daacf
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.
#6daacf Background Color
<div style="background-color:#6daacf">
Div content here</div>
This div background color is #6daacf
#6daacf Border Color
<div style="border:3px solid #6daacf">
Div here</div>
This div border color is #6daacf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,170,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6daacf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6daacf; -webkit-box-shadow: 1px 1px 3px 2px #6daacf; box-shadow: 1px 1px 3px 2px #6daacf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,170,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6daacf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6daacf; -webkit-box-shadow: 1px 1px 3px 2px #6daacf; box-shadow: 1px 1px 3px 2px #6daacf;">
Div content here</div>
This div box has shadow with color #6daacf
Comments
No comments written yet.
Please login to write comment.