Color spaces of #607fbd
RGB | 96 | 127 | 189 |
---|---|---|---|
HSL | 0.61 | 0.41 | 0.56 |
HSV | 220° | 49° | 74° |
CMYK | 0.49 | 0.33 | 0.00 0.26 |
XYZ | 21.5986 | 21.3397 | 51.1247 |
Yxy | 21.3397 | 0.2296 | 0.2269 |
Hunter Lab | 46.1949 | 2.6172 | -33.2808 |
CIE-Lab | 53.3193 | 6.3265 | -35.9326 |
#607fbd color RGB value is (96,127,189).
#607fbd hex color red value is 96, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #607fbd hue: 0.61 , saturation: 0.41 and the lightness value of 607fbd is 0.56.
The process color (four color CMYK) of #607fbd color hex is 0.49, 0.33, 0.00, 0.26. Web safe color of #607fbd is #6666cc. Color #607fbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01111111 | 10111101 |
Octal | 140 | 177 | 275 |
Decimal | 96 | 127 | 189 |
Hex | 60 | 7F | BD |
Shades of #607fbd
Tints of #607fbd
RGB Percentages of Color #607fbd
CMYK Percentages of Color #607fbd
Complementary Color
#607fbd | #bd9e60 |
#607fbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#607fbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#607fbd Color CSS Codes
.mybgcolor {background-color:#607fbd; } .myforecolor {color:#607fbd; } .mybordercolor {border:3px solid #607fbd; }
#607fbd Text Font Color
<p style="color:#607fbd">Text here</p>
This sample text font color is #607fbd
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.
#607fbd Background Color
<div style="background-color:#607fbd">
Div content here</div>
This div background color is #607fbd
#607fbd Border Color
<div style="border:3px solid #607fbd">
Div here</div>
This div border color is #607fbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,127,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #607fbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #607fbd; -webkit-box-shadow: 1px 1px 3px 2px #607fbd; box-shadow: 1px 1px 3px 2px #607fbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,127,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 #607fbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #607fbd; -webkit-box-shadow: 1px 1px 3px 2px #607fbd; box-shadow: 1px 1px 3px 2px #607fbd;">
Div content here</div>
This div box has shadow with color #607fbd
#607fbd Color Palettes
Comments
No comments written yet.
Please login to write comment.