Color spaces of #6fa8ea
RGB | 111 | 168 | 234 |
---|---|---|---|
HSL | 0.59 | 0.75 | 0.68 |
HSV | 212° | 53° | 92° |
CMYK | 0.53 | 0.28 | 0.00 0.08 |
XYZ | 35.4095 | 37.3253 | 83.1801 |
Yxy | 37.3253 | 0.2271 | 0.2394 |
Hunter Lab | 61.0944 | -3.4591 | -37.9573 |
CIE-Lab | 67.5204 | -0.2270 | -38.8303 |
#6fa8ea color RGB value is (111,168,234).
#6fa8ea hex color red value is 111, green value is 168 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6fa8ea hue: 0.59 , saturation: 0.75 and the lightness value of 6fa8ea is 0.68.
The process color (four color CMYK) of #6fa8ea color hex is 0.53, 0.28, 0.00, 0.08. Web safe color of #6fa8ea is #6699ff. Color #6fa8ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 10101000 | 11101010 |
Octal | 157 | 250 | 352 |
Decimal | 111 | 168 | 234 |
Hex | 6F | A8 | EA |
Shades of #6fa8ea
Tints of #6fa8ea
RGB Percentages of Color #6fa8ea
CMYK Percentages of Color #6fa8ea
Complementary Color
#6fa8ea | #eab16f |
#6fa8ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fa8ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fa8ea Color CSS Codes
.mybgcolor {background-color:#6fa8ea; } .myforecolor {color:#6fa8ea; } .mybordercolor {border:3px solid #6fa8ea; }
#6fa8ea Text Font Color
<p style="color:#6fa8ea">Text here</p>
This sample text font color is #6fa8ea
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.
#6fa8ea Background Color
<div style="background-color:#6fa8ea">
Div content here</div>
This div background color is #6fa8ea
#6fa8ea Border Color
<div style="border:3px solid #6fa8ea">
Div here</div>
This div border color is #6fa8ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,168,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fa8ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fa8ea; -webkit-box-shadow: 1px 1px 3px 2px #6fa8ea; box-shadow: 1px 1px 3px 2px #6fa8ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,168,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fa8ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fa8ea; -webkit-box-shadow: 1px 1px 3px 2px #6fa8ea; box-shadow: 1px 1px 3px 2px #6fa8ea;">
Div content here</div>
This div box has shadow with color #6fa8ea
Comments
No comments written yet.
Please login to write comment.