Color spaces of #639ecf
RGB | 99 | 158 | 207 |
---|---|---|---|
HSL | 0.58 | 0.53 | 0.60 |
HSV | 207° | 52° | 81° |
CMYK | 0.52 | 0.24 | 0.00 0.19 |
XYZ | 28.6349 | 31.6114 | 63.6239 |
Yxy | 31.6114 | 0.2312 | 0.2552 |
Hunter Lab | 56.2240 | -7.4820 | -27.7366 |
CIE-Lab | 63.0204 | -5.4167 | -30.9632 |
#639ecf color RGB value is (99,158,207).
#639ecf hex color red value is 99, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #639ecf hue: 0.58 , saturation: 0.53 and the lightness value of 639ecf is 0.60.
The process color (four color CMYK) of #639ecf color hex is 0.52, 0.24, 0.00, 0.19. Web safe color of #639ecf is #6699cc. Color #639ecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10011110 | 11001111 |
Octal | 143 | 236 | 317 |
Decimal | 99 | 158 | 207 |
Hex | 63 | 9E | CF |
Shades of #639ecf
Tints of #639ecf
RGB Percentages of Color #639ecf
CMYK Percentages of Color #639ecf
Complementary Color
#639ecf | #cf9463 |
#639ecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#639ecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#639ecf Color CSS Codes
.mybgcolor {background-color:#639ecf; } .myforecolor {color:#639ecf; } .mybordercolor {border:3px solid #639ecf; }
#639ecf Text Font Color
<p style="color:#639ecf">Text here</p>
This sample text font color is #639ecf
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.
#639ecf Background Color
<div style="background-color:#639ecf">
Div content here</div>
This div background color is #639ecf
#639ecf Border Color
<div style="border:3px solid #639ecf">
Div here</div>
This div border color is #639ecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,158,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #639ecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #639ecf; -webkit-box-shadow: 1px 1px 3px 2px #639ecf; box-shadow: 1px 1px 3px 2px #639ecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,158,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #639ecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #639ecf; -webkit-box-shadow: 1px 1px 3px 2px #639ecf; box-shadow: 1px 1px 3px 2px #639ecf;">
Div content here</div>
This div box has shadow with color #639ecf
Comments
No comments written yet.
Please login to write comment.