Color spaces of #6990cc
RGB | 105 | 144 | 204 |
---|---|---|---|
HSL | 0.60 | 0.49 | 0.61 |
HSV | 216° | 49° | 80° |
CMYK | 0.49 | 0.29 | 0.00 0.20 |
XYZ | 26.6980 | 27.3094 | 60.9908 |
Yxy | 27.3094 | 0.2322 | 0.2375 |
Hunter Lab | 52.2584 | -0.2593 | -32.6165 |
CIE-Lab | 59.2596 | 3.0589 | -35.1081 |
#6990cc color RGB value is (105,144,204).
#6990cc hex color red value is 105, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6990cc hue: 0.60 , saturation: 0.49 and the lightness value of 6990cc is 0.61.
The process color (four color CMYK) of #6990cc color hex is 0.49, 0.29, 0.00, 0.20. Web safe color of #6990cc is #6699cc. Color #6990cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10010000 | 11001100 |
Octal | 151 | 220 | 314 |
Decimal | 105 | 144 | 204 |
Hex | 69 | 90 | CC |
Shades of #6990cc
Tints of #6990cc
RGB Percentages of Color #6990cc
CMYK Percentages of Color #6990cc
Complementary Color
#6990cc | #cca569 |
#6990cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6990cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6990cc Color CSS Codes
.mybgcolor {background-color:#6990cc; } .myforecolor {color:#6990cc; } .mybordercolor {border:3px solid #6990cc; }
#6990cc Text Font Color
<p style="color:#6990cc">Text here</p>
This sample text font color is #6990cc
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.
#6990cc Background Color
<div style="background-color:#6990cc">
Div content here</div>
This div background color is #6990cc
#6990cc Border Color
<div style="border:3px solid #6990cc">
Div here</div>
This div border color is #6990cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,144,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6990cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6990cc; -webkit-box-shadow: 1px 1px 3px 2px #6990cc; box-shadow: 1px 1px 3px 2px #6990cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,144,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6990cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6990cc; -webkit-box-shadow: 1px 1px 3px 2px #6990cc; box-shadow: 1px 1px 3px 2px #6990cc;">
Div content here</div>
This div box has shadow with color #6990cc
Comments
No comments written yet.
Please login to write comment.