Color spaces of #696abb
RGB | 105 | 106 | 187 |
---|---|---|---|
HSL | 0.66 | 0.38 | 0.57 |
HSV | 239° | 44° | 73° |
CMYK | 0.44 | 0.43 | 0.00 0.27 |
XYZ | 19.9494 | 16.8992 | 49.2241 |
Yxy | 16.8992 | 0.2318 | 0.1963 |
Hunter Lab | 41.1086 | 14.6832 | -42.2187 |
CIE-Lab | 48.1328 | 20.7097 | -42.9242 |
#696abb color RGB value is (105,106,187).
#696abb hex color red value is 105, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #696abb hue: 0.66 , saturation: 0.38 and the lightness value of 696abb is 0.57.
The process color (four color CMYK) of #696abb color hex is 0.44, 0.43, 0.00, 0.27. Web safe color of #696abb is #6666cc. Color #696abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01101010 | 10111011 |
Octal | 151 | 152 | 273 |
Decimal | 105 | 106 | 187 |
Hex | 69 | 6A | BB |
Shades of #696abb
Tints of #696abb
RGB Percentages of Color #696abb
CMYK Percentages of Color #696abb
Complementary Color
#696abb | #bbba69 |
#696abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#696abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#696abb Color CSS Codes
.mybgcolor {background-color:#696abb; } .myforecolor {color:#696abb; } .mybordercolor {border:3px solid #696abb; }
#696abb Text Font Color
<p style="color:#696abb">Text here</p>
This sample text font color is #696abb
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.
#696abb Background Color
<div style="background-color:#696abb">
Div content here</div>
This div background color is #696abb
#696abb Border Color
<div style="border:3px solid #696abb">
Div here</div>
This div border color is #696abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,106,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #696abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #696abb; -webkit-box-shadow: 1px 1px 3px 2px #696abb; box-shadow: 1px 1px 3px 2px #696abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,106,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #696abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #696abb; -webkit-box-shadow: 1px 1px 3px 2px #696abb; box-shadow: 1px 1px 3px 2px #696abb;">
Div content here</div>
This div box has shadow with color #696abb
Comments
No comments written yet.
Please login to write comment.