Color spaces of #659bbe
RGB | 101 | 155 | 190 |
---|---|---|---|
HSL | 0.57 | 0.41 | 0.57 |
HSV | 204° | 47° | 75° |
CMYK | 0.47 | 0.18 | 0.00 0.25 |
XYZ | 26.3824 | 29.9271 | 53.1012 |
Yxy | 29.9271 | 0.2411 | 0.2735 |
Hunter Lab | 54.7057 | -9.6514 | -19.2571 |
CIE-Lab | 61.5913 | -8.2867 | -23.6485 |
#659bbe color RGB value is (101,155,190).
#659bbe hex color red value is 101, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #659bbe hue: 0.57 , saturation: 0.41 and the lightness value of 659bbe is 0.57.
The process color (four color CMYK) of #659bbe color hex is 0.47, 0.18, 0.00, 0.25. Web safe color of #659bbe is #6699cc. Color #659bbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10011011 | 10111110 |
Octal | 145 | 233 | 276 |
Decimal | 101 | 155 | 190 |
Hex | 65 | 9B | BE |
Shades of #659bbe
Tints of #659bbe
RGB Percentages of Color #659bbe
CMYK Percentages of Color #659bbe
Complementary Color
#659bbe | #be8865 |
#659bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#659bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#659bbe Color CSS Codes
.mybgcolor {background-color:#659bbe; } .myforecolor {color:#659bbe; } .mybordercolor {border:3px solid #659bbe; }
#659bbe Text Font Color
<p style="color:#659bbe">Text here</p>
This sample text font color is #659bbe
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.
#659bbe Background Color
<div style="background-color:#659bbe">
Div content here</div>
This div background color is #659bbe
#659bbe Border Color
<div style="border:3px solid #659bbe">
Div here</div>
This div border color is #659bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,155,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #659bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #659bbe; -webkit-box-shadow: 1px 1px 3px 2px #659bbe; box-shadow: 1px 1px 3px 2px #659bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,155,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #659bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #659bbe; -webkit-box-shadow: 1px 1px 3px 2px #659bbe; box-shadow: 1px 1px 3px 2px #659bbe;">
Div content here</div>
This div box has shadow with color #659bbe
Comments
No comments written yet.
Please login to write comment.