Color spaces of #639eba
RGB | 99 | 158 | 186 |
---|---|---|---|
HSL | 0.55 | 0.39 | 0.56 |
HSV | 199° | 47° | 73° |
CMYK | 0.47 | 0.15 | 0.00 0.27 |
XYZ | 26.2354 | 30.6515 | 50.9880 |
Yxy | 30.6515 | 0.2432 | 0.2841 |
Hunter Lab | 55.3638 | -12.3003 | -15.8492 |
CIE-Lab | 62.2123 | -11.5706 | -20.4611 |
#639eba color RGB value is (99,158,186).
#639eba hex color red value is 99, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #639eba hue: 0.55 , saturation: 0.39 and the lightness value of 639eba is 0.56.
The process color (four color CMYK) of #639eba color hex is 0.47, 0.15, 0.00, 0.27. Web safe color of #639eba is #6699cc. Color #639eba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10011110 | 10111010 |
Octal | 143 | 236 | 272 |
Decimal | 99 | 158 | 186 |
Hex | 63 | 9E | BA |
Shades of #639eba
Tints of #639eba
RGB Percentages of Color #639eba
CMYK Percentages of Color #639eba
Complementary Color
#639eba | #ba7f63 |
#639eba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#639eba Color Preview on White Background
Lorem ipsum dolor sit amet.
#639eba Color CSS Codes
.mybgcolor {background-color:#639eba; } .myforecolor {color:#639eba; } .mybordercolor {border:3px solid #639eba; }
#639eba Text Font Color
<p style="color:#639eba">Text here</p>
This sample text font color is #639eba
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.
#639eba Background Color
<div style="background-color:#639eba">
Div content here</div>
This div background color is #639eba
#639eba Border Color
<div style="border:3px solid #639eba">
Div here</div>
This div border color is #639eba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,158,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #639eba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #639eba; -webkit-box-shadow: 1px 1px 3px 2px #639eba; box-shadow: 1px 1px 3px 2px #639eba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,158,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #639eba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #639eba; -webkit-box-shadow: 1px 1px 3px 2px #639eba; box-shadow: 1px 1px 3px 2px #639eba;">
Div content here</div>
This div box has shadow with color #639eba
Comments
No comments written yet.
Please login to write comment.