Color spaces of #638abd
RGB | 99 | 138 | 189 |
---|---|---|---|
HSL | 0.59 | 0.41 | 0.56 |
HSV | 214° | 48° | 74° |
CMYK | 0.48 | 0.27 | 0.00 0.26 |
XYZ | 23.4194 | 24.5037 | 51.6395 |
Yxy | 24.5037 | 0.2352 | 0.2461 |
Hunter Lab | 49.5012 | -2.1774 | -27.2003 |
CIE-Lab | 56.5886 | 0.5782 | -30.8159 |
#638abd color RGB value is (99,138,189).
#638abd hex color red value is 99, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #638abd hue: 0.59 , saturation: 0.41 and the lightness value of 638abd is 0.56.
The process color (four color CMYK) of #638abd color hex is 0.48, 0.27, 0.00, 0.26. Web safe color of #638abd is #6699cc. Color #638abd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10001010 | 10111101 |
Octal | 143 | 212 | 275 |
Decimal | 99 | 138 | 189 |
Hex | 63 | 8A | BD |
Shades of #638abd
Tints of #638abd
RGB Percentages of Color #638abd
CMYK Percentages of Color #638abd
Complementary Color
#638abd | #bd9663 |
#638abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#638abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#638abd Color CSS Codes
.mybgcolor {background-color:#638abd; } .myforecolor {color:#638abd; } .mybordercolor {border:3px solid #638abd; }
#638abd Text Font Color
<p style="color:#638abd">Text here</p>
This sample text font color is #638abd
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.
#638abd Background Color
<div style="background-color:#638abd">
Div content here</div>
This div background color is #638abd
#638abd Border Color
<div style="border:3px solid #638abd">
Div here</div>
This div border color is #638abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,138,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #638abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #638abd; -webkit-box-shadow: 1px 1px 3px 2px #638abd; box-shadow: 1px 1px 3px 2px #638abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,138,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #638abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #638abd; -webkit-box-shadow: 1px 1px 3px 2px #638abd; box-shadow: 1px 1px 3px 2px #638abd;">
Div content here</div>
This div box has shadow with color #638abd
Comments
No comments written yet.
Please login to write comment.