Color spaces of #609fdd
RGB | 96 | 159 | 221 |
---|---|---|---|
HSL | 0.58 | 0.65 | 0.62 |
HSV | 210° | 57° | 87° |
CMYK | 0.57 | 0.28 | 0.00 0.13 |
XYZ | 30.2732 | 32.5035 | 73.0849 |
Yxy | 32.5035 | 0.2228 | 0.2392 |
Hunter Lab | 57.0118 | -4.9875 | -36.0970 |
CIE-Lab | 63.7569 | -2.3168 | -37.6015 |
#609fdd color RGB value is (96,159,221).
#609fdd hex color red value is 96, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #609fdd hue: 0.58 , saturation: 0.65 and the lightness value of 609fdd is 0.62.
The process color (four color CMYK) of #609fdd color hex is 0.57, 0.28, 0.00, 0.13. Web safe color of #609fdd is #6699cc. Color #609fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 10011111 | 11011101 |
Octal | 140 | 237 | 335 |
Decimal | 96 | 159 | 221 |
Hex | 60 | 9F | DD |
Shades of #609fdd
Tints of #609fdd
RGB Percentages of Color #609fdd
CMYK Percentages of Color #609fdd
Complementary Color
#609fdd | #dd9e60 |
#609fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#609fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#609fdd Color CSS Codes
.mybgcolor {background-color:#609fdd; } .myforecolor {color:#609fdd; } .mybordercolor {border:3px solid #609fdd; }
#609fdd Text Font Color
<p style="color:#609fdd">Text here</p>
This sample text font color is #609fdd
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.
#609fdd Background Color
<div style="background-color:#609fdd">
Div content here</div>
This div background color is #609fdd
#609fdd Border Color
<div style="border:3px solid #609fdd">
Div here</div>
This div border color is #609fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,159,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #609fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #609fdd; -webkit-box-shadow: 1px 1px 3px 2px #609fdd; box-shadow: 1px 1px 3px 2px #609fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,159,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #609fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #609fdd; -webkit-box-shadow: 1px 1px 3px 2px #609fdd; box-shadow: 1px 1px 3px 2px #609fdd;">
Div content here</div>
This div box has shadow with color #609fdd
Comments
No comments written yet.
Please login to write comment.