Color spaces of #697cdc
RGB | 105 | 124 | 220 |
---|---|---|---|
HSL | 0.64 | 0.62 | 0.64 |
HSV | 230° | 52° | 86° |
CMYK | 0.52 | 0.44 | 0.00 0.14 |
XYZ | 25.9516 | 22.5859 | 70.7019 |
Yxy | 22.5859 | 0.2176 | 0.1894 |
Hunter Lab | 47.5246 | 14.3048 | -54.9379 |
CIE-Lab | 54.6432 | 19.8768 | -51.3904 |
#697cdc color RGB value is (105,124,220).
#697cdc hex color red value is 105, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #697cdc hue: 0.64 , saturation: 0.62 and the lightness value of 697cdc is 0.64.
The process color (four color CMYK) of #697cdc color hex is 0.52, 0.44, 0.00, 0.14. Web safe color of #697cdc is #6666cc. Color #697cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01111100 | 11011100 |
Octal | 151 | 174 | 334 |
Decimal | 105 | 124 | 220 |
Hex | 69 | 7C | DC |
Shades of #697cdc
Tints of #697cdc
RGB Percentages of Color #697cdc
CMYK Percentages of Color #697cdc
Complementary Color
#697cdc | #dcc969 |
#697cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#697cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#697cdc Color CSS Codes
.mybgcolor {background-color:#697cdc; } .myforecolor {color:#697cdc; } .mybordercolor {border:3px solid #697cdc; }
#697cdc Text Font Color
<p style="color:#697cdc">Text here</p>
This sample text font color is #697cdc
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.
#697cdc Background Color
<div style="background-color:#697cdc">
Div content here</div>
This div background color is #697cdc
#697cdc Border Color
<div style="border:3px solid #697cdc">
Div here</div>
This div border color is #697cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,124,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #697cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #697cdc; -webkit-box-shadow: 1px 1px 3px 2px #697cdc; box-shadow: 1px 1px 3px 2px #697cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,124,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 #697cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #697cdc; -webkit-box-shadow: 1px 1px 3px 2px #697cdc; box-shadow: 1px 1px 3px 2px #697cdc;">
Div content here</div>
This div box has shadow with color #697cdc
Comments
No comments written yet.
Please login to write comment.