Color spaces of #639cec
RGB | 99 | 156 | 236 |
---|---|---|---|
HSL | 0.60 | 0.78 | 0.66 |
HSV | 215° | 58° | 93° |
CMYK | 0.58 | 0.34 | 0.00 0.07 |
XYZ | 32.1744 | 32.4857 | 83.9315 |
Yxy | 32.4857 | 0.2165 | 0.2186 |
Hunter Lab | 56.9962 | 1.0199 | -47.4119 |
CIE-Lab | 63.7423 | 4.7494 | -45.8931 |
#639cec color RGB value is (99,156,236).
#639cec hex color red value is 99, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #639cec hue: 0.60 , saturation: 0.78 and the lightness value of 639cec is 0.66.
The process color (four color CMYK) of #639cec color hex is 0.58, 0.34, 0.00, 0.07. Web safe color of #639cec is #6699ff. Color #639cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10011100 | 11101100 |
Octal | 143 | 234 | 354 |
Decimal | 99 | 156 | 236 |
Hex | 63 | 9C | EC |
Shades of #639cec
Tints of #639cec
RGB Percentages of Color #639cec
CMYK Percentages of Color #639cec
Complementary Color
#639cec | #ecb363 |
#639cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#639cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#639cec Color CSS Codes
.mybgcolor {background-color:#639cec; } .myforecolor {color:#639cec; } .mybordercolor {border:3px solid #639cec; }
#639cec Text Font Color
<p style="color:#639cec">Text here</p>
This sample text font color is #639cec
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.
#639cec Background Color
<div style="background-color:#639cec">
Div content here</div>
This div background color is #639cec
#639cec Border Color
<div style="border:3px solid #639cec">
Div here</div>
This div border color is #639cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,156,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #639cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #639cec; -webkit-box-shadow: 1px 1px 3px 2px #639cec; box-shadow: 1px 1px 3px 2px #639cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,156,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #639cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #639cec; -webkit-box-shadow: 1px 1px 3px 2px #639cec; box-shadow: 1px 1px 3px 2px #639cec;">
Div content here</div>
This div box has shadow with color #639cec
Comments
No comments written yet.
Please login to write comment.