Color spaces of #639ccb
RGB | 99 | 156 | 203 |
---|---|---|---|
HSL | 0.58 | 0.50 | 0.59 |
HSV | 207° | 51° | 80° |
CMYK | 0.51 | 0.23 | 0.00 0.20 |
XYZ | 27.8135 | 30.7414 | 60.9677 |
Yxy | 30.7414 | 0.2327 | 0.2572 |
Hunter Lab | 55.4449 | -7.4855 | -26.3843 |
CIE-Lab | 62.2887 | -5.4990 | -29.8647 |
#639ccb color RGB value is (99,156,203).
#639ccb hex color red value is 99, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #639ccb hue: 0.58 , saturation: 0.50 and the lightness value of 639ccb is 0.59.
The process color (four color CMYK) of #639ccb color hex is 0.51, 0.23, 0.00, 0.20. Web safe color of #639ccb is #6699cc. Color #639ccb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100011 | 10011100 | 11001011 |
Octal | 143 | 234 | 313 |
Decimal | 99 | 156 | 203 |
Hex | 63 | 9C | CB |
Shades of #639ccb
Tints of #639ccb
RGB Percentages of Color #639ccb
CMYK Percentages of Color #639ccb
Complementary Color
#639ccb | #cb9263 |
#639ccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#639ccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#639ccb Color CSS Codes
.mybgcolor {background-color:#639ccb; } .myforecolor {color:#639ccb; } .mybordercolor {border:3px solid #639ccb; }
#639ccb Text Font Color
<p style="color:#639ccb">Text here</p>
This sample text font color is #639ccb
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.
#639ccb Background Color
<div style="background-color:#639ccb">
Div content here</div>
This div background color is #639ccb
#639ccb Border Color
<div style="border:3px solid #639ccb">
Div here</div>
This div border color is #639ccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(99,156,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #639ccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #639ccb; -webkit-box-shadow: 1px 1px 3px 2px #639ccb; box-shadow: 1px 1px 3px 2px #639ccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(99,156,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #639ccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #639ccb; -webkit-box-shadow: 1px 1px 3px 2px #639ccb; box-shadow: 1px 1px 3px 2px #639ccb;">
Div content here</div>
This div box has shadow with color #639ccb
Comments
No comments written yet.
Please login to write comment.