Color spaces of #6fabdb
RGB | 111 | 171 | 219 |
---|---|---|---|
HSL | 0.57 | 0.60 | 0.65 |
HSV | 207° | 49° | 86° |
CMYK | 0.49 | 0.22 | 0.00 0.14 |
XYZ | 33.9046 | 37.6198 | 72.4922 |
Yxy | 37.6198 | 0.2354 | 0.2612 |
Hunter Lab | 61.3350 | -8.6654 | -27.1407 |
CIE-Lab | 67.7395 | -6.3421 | -30.2603 |
#6fabdb color RGB value is (111,171,219).
#6fabdb hex color red value is 111, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6fabdb hue: 0.57 , saturation: 0.60 and the lightness value of 6fabdb is 0.65.
The process color (four color CMYK) of #6fabdb color hex is 0.49, 0.22, 0.00, 0.14. Web safe color of #6fabdb is #6699cc. Color #6fabdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10101011 | 11011011 |
Octal | 157 | 253 | 333 |
Decimal | 111 | 171 | 219 |
Hex | 6F | AB | DB |
Shades of #6fabdb
Tints of #6fabdb
RGB Percentages of Color #6fabdb
CMYK Percentages of Color #6fabdb
Complementary Color
#6fabdb | #db9f6f |
#6fabdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fabdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fabdb Color CSS Codes
.mybgcolor {background-color:#6fabdb; } .myforecolor {color:#6fabdb; } .mybordercolor {border:3px solid #6fabdb; }
#6fabdb Text Font Color
<p style="color:#6fabdb">Text here</p>
This sample text font color is #6fabdb
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.
#6fabdb Background Color
<div style="background-color:#6fabdb">
Div content here</div>
This div background color is #6fabdb
#6fabdb Border Color
<div style="border:3px solid #6fabdb">
Div here</div>
This div border color is #6fabdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,171,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fabdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fabdb; -webkit-box-shadow: 1px 1px 3px 2px #6fabdb; box-shadow: 1px 1px 3px 2px #6fabdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,171,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fabdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fabdb; -webkit-box-shadow: 1px 1px 3px 2px #6fabdb; box-shadow: 1px 1px 3px 2px #6fabdb;">
Div content here</div>
This div box has shadow with color #6fabdb
Comments
No comments written yet.
Please login to write comment.