Color spaces of #6ab3ce
RGB | 106 | 179 | 206 |
---|---|---|---|
HSL | 0.55 | 0.51 | 0.61 |
HSV | 196° | 49° | 81° |
CMYK | 0.49 | 0.13 | 0.00 0.19 |
XYZ | 33.2045 | 39.7606 | 64.3170 |
Yxy | 39.7606 | 0.2419 | 0.2896 |
Hunter Lab | 63.0560 | -16.3522 | -16.3365 |
CIE-Lab | 69.2987 | -15.5206 | -20.7436 |
#6ab3ce color RGB value is (106,179,206).
#6ab3ce hex color red value is 106, green value is 179 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6ab3ce hue: 0.55 , saturation: 0.51 and the lightness value of 6ab3ce is 0.61.
The process color (four color CMYK) of #6ab3ce color hex is 0.49, 0.13, 0.00, 0.19. Web safe color of #6ab3ce is #66cccc. Color #6ab3ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10110011 | 11001110 |
Octal | 152 | 263 | 316 |
Decimal | 106 | 179 | 206 |
Hex | 6A | B3 | CE |
Shades of #6ab3ce
Tints of #6ab3ce
RGB Percentages of Color #6ab3ce
CMYK Percentages of Color #6ab3ce
Complementary Color
#6ab3ce | #ce856a |
#6ab3ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6ab3ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#6ab3ce Color CSS Codes
.mybgcolor {background-color:#6ab3ce; } .myforecolor {color:#6ab3ce; } .mybordercolor {border:3px solid #6ab3ce; }
#6ab3ce Text Font Color
<p style="color:#6ab3ce">Text here</p>
This sample text font color is #6ab3ce
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.
#6ab3ce Background Color
<div style="background-color:#6ab3ce">
Div content here</div>
This div background color is #6ab3ce
#6ab3ce Border Color
<div style="border:3px solid #6ab3ce">
Div here</div>
This div border color is #6ab3ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,179,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6ab3ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6ab3ce; -webkit-box-shadow: 1px 1px 3px 2px #6ab3ce; box-shadow: 1px 1px 3px 2px #6ab3ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,179,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ab3ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ab3ce; -webkit-box-shadow: 1px 1px 3px 2px #6ab3ce; box-shadow: 1px 1px 3px 2px #6ab3ce;">
Div content here</div>
This div box has shadow with color #6ab3ce
Comments
No comments written yet.
Please login to write comment.