Color spaces of #679bbf
RGB | 103 | 155 | 191 |
---|---|---|---|
HSL | 0.57 | 0.41 | 0.58 |
HSV | 205° | 46° | 75° |
CMYK | 0.46 | 0.19 | 0.00 0.25 |
XYZ | 26.7188 | 30.0878 | 53.6895 |
Yxy | 30.0878 | 0.2418 | 0.2723 |
Hunter Lab | 54.8523 | -9.0435 | -19.6364 |
CIE-Lab | 61.7299 | -7.5038 | -23.9887 |
#679bbf color RGB value is (103,155,191).
#679bbf hex color red value is 103, green value is 155 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #679bbf hue: 0.57 , saturation: 0.41 and the lightness value of 679bbf is 0.58.
The process color (four color CMYK) of #679bbf color hex is 0.46, 0.19, 0.00, 0.25. Web safe color of #679bbf is #6699cc. Color #679bbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 10011011 | 10111111 |
Octal | 147 | 233 | 277 |
Decimal | 103 | 155 | 191 |
Hex | 67 | 9B | BF |
Shades of #679bbf
Tints of #679bbf
RGB Percentages of Color #679bbf
CMYK Percentages of Color #679bbf
Complementary Color
#679bbf | #bf8b67 |
#679bbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#679bbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#679bbf Color CSS Codes
.mybgcolor {background-color:#679bbf; } .myforecolor {color:#679bbf; } .mybordercolor {border:3px solid #679bbf; }
#679bbf Text Font Color
<p style="color:#679bbf">Text here</p>
This sample text font color is #679bbf
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.
#679bbf Background Color
<div style="background-color:#679bbf">
Div content here</div>
This div background color is #679bbf
#679bbf Border Color
<div style="border:3px solid #679bbf">
Div here</div>
This div border color is #679bbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,155,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #679bbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #679bbf; -webkit-box-shadow: 1px 1px 3px 2px #679bbf; box-shadow: 1px 1px 3px 2px #679bbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,155,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 #679bbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #679bbf; -webkit-box-shadow: 1px 1px 3px 2px #679bbf; box-shadow: 1px 1px 3px 2px #679bbf;">
Div content here</div>
This div box has shadow with color #679bbf
Comments
No comments written yet.
Please login to write comment.