Color spaces of #6aaffc
RGB | 106 | 175 | 252 |
---|---|---|---|
HSL | 0.59 | 0.96 | 0.70 |
HSV | 212° | 58° | 99° |
CMYK | 0.58 | 0.31 | 0.00 0.01 |
XYZ | 38.8445 | 40.7524 | 97.9141 |
Yxy | 40.7524 | 0.2188 | 0.2296 |
Hunter Lab | 63.8376 | -3.1005 | -46.2527 |
CIE-Lab | 70.0021 | 0.3524 | -44.7654 |
#6aaffc color RGB value is (106,175,252).
#6aaffc hex color red value is 106, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6aaffc hue: 0.59 , saturation: 0.96 and the lightness value of 6aaffc is 0.70.
The process color (four color CMYK) of #6aaffc color hex is 0.58, 0.31, 0.00, 0.01. Web safe color of #6aaffc is #6699ff. Color #6aaffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10101111 | 11111100 |
Octal | 152 | 257 | 374 |
Decimal | 106 | 175 | 252 |
Hex | 6A | AF | FC |
Shades of #6aaffc
Tints of #6aaffc
RGB Percentages of Color #6aaffc
CMYK Percentages of Color #6aaffc
Complementary Color
#6aaffc | #fcb76a |
#6aaffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aaffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aaffc Color CSS Codes
.mybgcolor {background-color:#6aaffc; } .myforecolor {color:#6aaffc; } .mybordercolor {border:3px solid #6aaffc; }
#6aaffc Text Font Color
<p style="color:#6aaffc">Text here</p>
This sample text font color is #6aaffc
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.
#6aaffc Background Color
<div style="background-color:#6aaffc">
Div content here</div>
This div background color is #6aaffc
#6aaffc Border Color
<div style="border:3px solid #6aaffc">
Div here</div>
This div border color is #6aaffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,175,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aaffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aaffc; -webkit-box-shadow: 1px 1px 3px 2px #6aaffc; box-shadow: 1px 1px 3px 2px #6aaffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,175,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6aaffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aaffc; -webkit-box-shadow: 1px 1px 3px 2px #6aaffc; box-shadow: 1px 1px 3px 2px #6aaffc;">
Div content here</div>
This div box has shadow with color #6aaffc
Comments
No comments written yet.
Please login to write comment.