Color spaces of #677dbf
RGB | 103 | 125 | 191 |
---|---|---|---|
HSL | 0.63 | 0.41 | 0.58 |
HSV | 225° | 46° | 75° |
CMYK | 0.46 | 0.35 | 0.00 0.25 |
XYZ | 22.3311 | 21.3124 | 52.2269 |
Yxy | 21.3124 | 0.2329 | 0.2223 |
Hunter Lab | 46.1654 | 5.5546 | -34.7591 |
CIE-Lab | 53.2897 | 9.8650 | -37.0928 |
#677dbf color RGB value is (103,125,191).
#677dbf hex color red value is 103, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #677dbf hue: 0.63 , saturation: 0.41 and the lightness value of 677dbf is 0.58.
The process color (four color CMYK) of #677dbf color hex is 0.46, 0.35, 0.00, 0.25. Web safe color of #677dbf is #6666cc. Color #677dbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01111101 | 10111111 |
Octal | 147 | 175 | 277 |
Decimal | 103 | 125 | 191 |
Hex | 67 | 7D | BF |
Shades of #677dbf
Tints of #677dbf
RGB Percentages of Color #677dbf
CMYK Percentages of Color #677dbf
Complementary Color
#677dbf | #bfa967 |
#677dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#677dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#677dbf Color CSS Codes
.mybgcolor {background-color:#677dbf; } .myforecolor {color:#677dbf; } .mybordercolor {border:3px solid #677dbf; }
#677dbf Text Font Color
<p style="color:#677dbf">Text here</p>
This sample text font color is #677dbf
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.
#677dbf Background Color
<div style="background-color:#677dbf">
Div content here</div>
This div background color is #677dbf
#677dbf Border Color
<div style="border:3px solid #677dbf">
Div here</div>
This div border color is #677dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,125,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #677dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #677dbf; -webkit-box-shadow: 1px 1px 3px 2px #677dbf; box-shadow: 1px 1px 3px 2px #677dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,125,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 #677dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #677dbf; -webkit-box-shadow: 1px 1px 3px 2px #677dbf; box-shadow: 1px 1px 3px 2px #677dbf;">
Div content here</div>
This div box has shadow with color #677dbf
Comments
No comments written yet.
Please login to write comment.