Color spaces of #679ddc
RGB | 103 | 157 | 220 |
---|---|---|---|
HSL | 0.59 | 0.63 | 0.63 |
HSV | 212° | 53° | 86° |
CMYK | 0.53 | 0.29 | 0.00 0.14 |
XYZ | 30.5688 | 32.1648 | 72.3074 |
Yxy | 32.1648 | 0.2264 | 0.2382 |
Hunter Lab | 56.7140 | -3.0382 | -35.8918 |
CIE-Lab | 63.4789 | -0.0107 | -37.4576 |
#679ddc color RGB value is (103,157,220).
#679ddc hex color red value is 103, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #679ddc hue: 0.59 , saturation: 0.63 and the lightness value of 679ddc is 0.63.
The process color (four color CMYK) of #679ddc color hex is 0.53, 0.29, 0.00, 0.14. Web safe color of #679ddc is #6699cc. Color #679ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 10011101 | 11011100 |
Octal | 147 | 235 | 334 |
Decimal | 103 | 157 | 220 |
Hex | 67 | 9D | DC |
Shades of #679ddc
Tints of #679ddc
RGB Percentages of Color #679ddc
CMYK Percentages of Color #679ddc
Complementary Color
#679ddc | #dca667 |
#679ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#679ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#679ddc Color CSS Codes
.mybgcolor {background-color:#679ddc; } .myforecolor {color:#679ddc; } .mybordercolor {border:3px solid #679ddc; }
#679ddc Text Font Color
<p style="color:#679ddc">Text here</p>
This sample text font color is #679ddc
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.
#679ddc Background Color
<div style="background-color:#679ddc">
Div content here</div>
This div background color is #679ddc
#679ddc Border Color
<div style="border:3px solid #679ddc">
Div here</div>
This div border color is #679ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,157,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #679ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #679ddc; -webkit-box-shadow: 1px 1px 3px 2px #679ddc; box-shadow: 1px 1px 3px 2px #679ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,157,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #679ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #679ddc; -webkit-box-shadow: 1px 1px 3px 2px #679ddc; box-shadow: 1px 1px 3px 2px #679ddc;">
Div content here</div>
This div box has shadow with color #679ddc
Comments
No comments written yet.
Please login to write comment.