Color spaces of #6baebf
RGB | 107 | 174 | 191 |
---|---|---|---|
HSL | 0.53 | 0.40 | 0.58 |
HSV | 192° | 44° | 75° |
CMYK | 0.44 | 0.09 | 0.00 0.25 |
XYZ | 30.6034 | 37.1595 | 54.8497 |
Yxy | 37.1595 | 0.2496 | 0.3031 |
Hunter Lab | 60.9586 | -17.0641 | -10.6773 |
CIE-Lab | 67.3965 | -16.7680 | -15.3488 |
#6baebf color RGB value is (107,174,191).
#6baebf hex color red value is 107, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6baebf hue: 0.53 , saturation: 0.40 and the lightness value of 6baebf is 0.58.
The process color (four color CMYK) of #6baebf color hex is 0.44, 0.09, 0.00, 0.25. Web safe color of #6baebf is #6699cc. Color #6baebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101011 | 10101110 | 10111111 |
Octal | 153 | 256 | 277 |
Decimal | 107 | 174 | 191 |
Hex | 6B | AE | BF |
Shades of #6baebf
Tints of #6baebf
RGB Percentages of Color #6baebf
CMYK Percentages of Color #6baebf
Complementary Color
#6baebf | #bf7c6b |
#6baebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6baebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6baebf Color CSS Codes
.mybgcolor {background-color:#6baebf; } .myforecolor {color:#6baebf; } .mybordercolor {border:3px solid #6baebf; }
#6baebf Text Font Color
<p style="color:#6baebf">Text here</p>
This sample text font color is #6baebf
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.
#6baebf Background Color
<div style="background-color:#6baebf">
Div content here</div>
This div background color is #6baebf
#6baebf Border Color
<div style="border:3px solid #6baebf">
Div here</div>
This div border color is #6baebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(107,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6baebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6baebf; -webkit-box-shadow: 1px 1px 3px 2px #6baebf; box-shadow: 1px 1px 3px 2px #6baebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,174,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6baebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6baebf; -webkit-box-shadow: 1px 1px 3px 2px #6baebf; box-shadow: 1px 1px 3px 2px #6baebf;">
Div content here</div>
This div box has shadow with color #6baebf
Comments
No comments written yet.
Please login to write comment.