Color spaces of #659bfd
RGB | 101 | 155 | 253 |
---|---|---|---|
HSL | 0.61 | 0.97 | 0.69 |
HSV | 219° | 60° | 99° |
CMYK | 0.60 | 0.39 | 0.00 0.01 |
XYZ | 34.8178 | 33.3012 | 97.5212 |
Yxy | 33.3012 | 0.2102 | 0.2010 |
Hunter Lab | 57.7072 | 6.7109 | -59.8010 |
CIE-Lab | 64.4041 | 11.1901 | -54.1587 |
#659bfd color RGB value is (101,155,253).
#659bfd hex color red value is 101, green value is 155 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #659bfd hue: 0.61 , saturation: 0.97 and the lightness value of 659bfd is 0.69.
The process color (four color CMYK) of #659bfd color hex is 0.60, 0.39, 0.00, 0.01. Web safe color of #659bfd is #6699ff. Color #659bfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10011011 | 11111101 |
Octal | 145 | 233 | 375 |
Decimal | 101 | 155 | 253 |
Hex | 65 | 9B | FD |
Shades of #659bfd
Tints of #659bfd
RGB Percentages of Color #659bfd
CMYK Percentages of Color #659bfd
Complementary Color
#659bfd | #fdc765 |
#659bfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#659bfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#659bfd Color CSS Codes
.mybgcolor {background-color:#659bfd; } .myforecolor {color:#659bfd; } .mybordercolor {border:3px solid #659bfd; }
#659bfd Text Font Color
<p style="color:#659bfd">Text here</p>
This sample text font color is #659bfd
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.
#659bfd Background Color
<div style="background-color:#659bfd">
Div content here</div>
This div background color is #659bfd
#659bfd Border Color
<div style="border:3px solid #659bfd">
Div here</div>
This div border color is #659bfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,155,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #659bfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #659bfd; -webkit-box-shadow: 1px 1px 3px 2px #659bfd; box-shadow: 1px 1px 3px 2px #659bfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,155,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #659bfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #659bfd; -webkit-box-shadow: 1px 1px 3px 2px #659bfd; box-shadow: 1px 1px 3px 2px #659bfd;">
Div content here</div>
This div box has shadow with color #659bfd
Comments
No comments written yet.
Please login to write comment.