Color spaces of #696fbc
RGB | 105 | 111 | 188 |
---|---|---|---|
HSL | 0.65 | 0.38 | 0.57 |
HSV | 236° | 44° | 74° |
CMYK | 0.44 | 0.41 | 0.00 0.26 |
XYZ | 20.5872 | 18.0030 | 49.9668 |
Yxy | 18.0030 | 0.2325 | 0.2033 |
Hunter Lab | 42.4299 | 12.3566 | -40.1208 |
CIE-Lab | 49.4997 | 17.9511 | -41.3355 |
#696fbc color RGB value is (105,111,188).
#696fbc hex color red value is 105, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #696fbc hue: 0.65 , saturation: 0.38 and the lightness value of 696fbc is 0.57.
The process color (four color CMYK) of #696fbc color hex is 0.44, 0.41, 0.00, 0.26. Web safe color of #696fbc is #6666cc. Color #696fbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01101111 | 10111100 |
Octal | 151 | 157 | 274 |
Decimal | 105 | 111 | 188 |
Hex | 69 | 6F | BC |
Shades of #696fbc
Tints of #696fbc
RGB Percentages of Color #696fbc
CMYK Percentages of Color #696fbc
Complementary Color
#696fbc | #bcb669 |
#696fbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#696fbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#696fbc Color CSS Codes
.mybgcolor {background-color:#696fbc; } .myforecolor {color:#696fbc; } .mybordercolor {border:3px solid #696fbc; }
#696fbc Text Font Color
<p style="color:#696fbc">Text here</p>
This sample text font color is #696fbc
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.
#696fbc Background Color
<div style="background-color:#696fbc">
Div content here</div>
This div background color is #696fbc
#696fbc Border Color
<div style="border:3px solid #696fbc">
Div here</div>
This div border color is #696fbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,111,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #696fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #696fbc; -webkit-box-shadow: 1px 1px 3px 2px #696fbc; box-shadow: 1px 1px 3px 2px #696fbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,111,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #696fbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #696fbc; -webkit-box-shadow: 1px 1px 3px 2px #696fbc; box-shadow: 1px 1px 3px 2px #696fbc;">
Div content here</div>
This div box has shadow with color #696fbc
Comments
No comments written yet.
Please login to write comment.