Color spaces of #679bae
RGB | 103 | 155 | 174 |
---|---|---|---|
HSL | 0.54 | 0.30 | 0.54 |
HSV | 196° | 41° | 68° |
CMYK | 0.41 | 0.11 | 0.00 0.32 |
XYZ | 24.9548 | 29.3822 | 44.4005 |
Yxy | 29.3822 | 0.2527 | 0.2976 |
Hunter Lab | 54.2054 | -12.6824 | -10.6217 |
CIE-Lab | 61.1175 | -12.2369 | -15.3496 |
#679bae color RGB value is (103,155,174).
#679bae hex color red value is 103, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #679bae hue: 0.54 , saturation: 0.30 and the lightness value of 679bae is 0.54.
The process color (four color CMYK) of #679bae color hex is 0.41, 0.11, 0.00, 0.32. Web safe color of #679bae is #669999. Color #679bae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 10011011 | 10101110 |
Octal | 147 | 233 | 256 |
Decimal | 103 | 155 | 174 |
Hex | 67 | 9B | AE |
Shades of #679bae
Tints of #679bae
RGB Percentages of Color #679bae
CMYK Percentages of Color #679bae
Complementary Color
#679bae | #ae7a67 |
#679bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#679bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#679bae Color CSS Codes
.mybgcolor {background-color:#679bae; } .myforecolor {color:#679bae; } .mybordercolor {border:3px solid #679bae; }
#679bae Text Font Color
<p style="color:#679bae">Text here</p>
This sample text font color is #679bae
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.
#679bae Background Color
<div style="background-color:#679bae">
Div content here</div>
This div background color is #679bae
#679bae Border Color
<div style="border:3px solid #679bae">
Div here</div>
This div border color is #679bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,155,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #679bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #679bae; -webkit-box-shadow: 1px 1px 3px 2px #679bae; box-shadow: 1px 1px 3px 2px #679bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,155,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #679bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #679bae; -webkit-box-shadow: 1px 1px 3px 2px #679bae; box-shadow: 1px 1px 3px 2px #679bae;">
Div content here</div>
This div box has shadow with color #679bae
Comments
No comments written yet.
Please login to write comment.