Color spaces of #607ddc
RGB | 96 | 125 | 220 |
---|---|---|---|
HSL | 0.63 | 0.64 | 0.62 |
HSV | 226° | 56° | 86° |
CMYK | 0.56 | 0.43 | 0.00 0.14 |
XYZ | 25.0758 | 22.3213 | 70.6970 |
Yxy | 22.3213 | 0.2123 | 0.1890 |
Hunter Lab | 47.2454 | 12.0605 | -55.6484 |
CIE-Lab | 54.3663 | 17.3798 | -51.8639 |
#607ddc color RGB value is (96,125,220).
#607ddc hex color red value is 96, green value is 125 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #607ddc hue: 0.63 , saturation: 0.64 and the lightness value of 607ddc is 0.62.
The process color (four color CMYK) of #607ddc color hex is 0.56, 0.43, 0.00, 0.14. Web safe color of #607ddc is #6666cc. Color #607ddc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 01111101 | 11011100 |
Octal | 140 | 175 | 334 |
Decimal | 96 | 125 | 220 |
Hex | 60 | 7D | DC |
Shades of #607ddc
Tints of #607ddc
RGB Percentages of Color #607ddc
CMYK Percentages of Color #607ddc
Complementary Color
#607ddc | #dcbf60 |
#607ddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#607ddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#607ddc Color CSS Codes
.mybgcolor {background-color:#607ddc; } .myforecolor {color:#607ddc; } .mybordercolor {border:3px solid #607ddc; }
#607ddc Text Font Color
<p style="color:#607ddc">Text here</p>
This sample text font color is #607ddc
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.
#607ddc Background Color
<div style="background-color:#607ddc">
Div content here</div>
This div background color is #607ddc
#607ddc Border Color
<div style="border:3px solid #607ddc">
Div here</div>
This div border color is #607ddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,125,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #607ddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #607ddc; -webkit-box-shadow: 1px 1px 3px 2px #607ddc; box-shadow: 1px 1px 3px 2px #607ddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,125,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #607ddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #607ddc; -webkit-box-shadow: 1px 1px 3px 2px #607ddc; box-shadow: 1px 1px 3px 2px #607ddc;">
Div content here</div>
This div box has shadow with color #607ddc
Comments
No comments written yet.
Please login to write comment.