Color spaces of #6fb8fa
RGB | 111 | 184 | 250 |
---|---|---|---|
HSL | 0.58 | 0.93 | 0.71 |
HSV | 208° | 56° | 98° |
CMYK | 0.56 | 0.26 | 0.00 0.02 |
XYZ | 40.9514 | 44.5626 | 96.8856 |
Yxy | 44.5626 | 0.2245 | 0.2443 |
Hunter Lab | 66.7552 | -7.3197 | -39.3222 |
CIE-Lab | 72.6029 | -4.2674 | -39.6029 |
#6fb8fa color RGB value is (111,184,250).
#6fb8fa hex color red value is 111, green value is 184 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6fb8fa hue: 0.58 , saturation: 0.93 and the lightness value of 6fb8fa is 0.71.
The process color (four color CMYK) of #6fb8fa color hex is 0.56, 0.26, 0.00, 0.02. Web safe color of #6fb8fa is #66ccff. Color #6fb8fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10111000 | 11111010 |
Octal | 157 | 270 | 372 |
Decimal | 111 | 184 | 250 |
Hex | 6F | B8 | FA |
Shades of #6fb8fa
Tints of #6fb8fa
RGB Percentages of Color #6fb8fa
CMYK Percentages of Color #6fb8fa
Complementary Color
#6fb8fa | #fab16f |
#6fb8fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fb8fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fb8fa Color CSS Codes
.mybgcolor {background-color:#6fb8fa; } .myforecolor {color:#6fb8fa; } .mybordercolor {border:3px solid #6fb8fa; }
#6fb8fa Text Font Color
<p style="color:#6fb8fa">Text here</p>
This sample text font color is #6fb8fa
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.
#6fb8fa Background Color
<div style="background-color:#6fb8fa">
Div content here</div>
This div background color is #6fb8fa
#6fb8fa Border Color
<div style="border:3px solid #6fb8fa">
Div here</div>
This div border color is #6fb8fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,184,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fb8fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fb8fa; -webkit-box-shadow: 1px 1px 3px 2px #6fb8fa; box-shadow: 1px 1px 3px 2px #6fb8fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,184,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fb8fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fb8fa; -webkit-box-shadow: 1px 1px 3px 2px #6fb8fa; box-shadow: 1px 1px 3px 2px #6fb8fa;">
Div content here</div>
This div box has shadow with color #6fb8fa
Comments
No comments written yet.
Please login to write comment.