Color spaces of #695bff
RGB | 105 | 91 | 255 |
---|---|---|---|
HSL | 0.68 | 1.00 | 0.68 |
HSV | 245° | 64° | 100° |
CMYK | 0.59 | 0.64 | 0.00 0.00 |
XYZ | 27.6168 | 17.7054 | 96.5697 |
Yxy | 17.7054 | 0.1946 | 0.1248 |
Hunter Lab | 42.0778 | 43.5183 | -106.6178 |
CIE-Lab | 49.1368 | 50.4058 | -79.8525 |
#695bff color RGB value is (105,91,255).
#695bff hex color red value is 105, green value is 91 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #695bff hue: 0.68 , saturation: 1.00 and the lightness value of 695bff is 0.68.
The process color (four color CMYK) of #695bff color hex is 0.59, 0.64, 0.00, 0.00. Web safe color of #695bff is #6666ff. Color #695bff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01011011 | 11111111 |
Octal | 151 | 133 | 377 |
Decimal | 105 | 91 | 255 |
Hex | 69 | 5B | FF |
Shades of #695bff
Tints of #695bff
RGB Percentages of Color #695bff
CMYK Percentages of Color #695bff
Complementary Color
#695bff | #f1ff5b |
#695bff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#695bff Color Preview on White Background
Lorem ipsum dolor sit amet.
#695bff Color CSS Codes
.mybgcolor {background-color:#695bff; } .myforecolor {color:#695bff; } .mybordercolor {border:3px solid #695bff; }
#695bff Text Font Color
<p style="color:#695bff">Text here</p>
This sample text font color is #695bff
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.
#695bff Background Color
<div style="background-color:#695bff">
Div content here</div>
This div background color is #695bff
#695bff Border Color
<div style="border:3px solid #695bff">
Div here</div>
This div border color is #695bff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,91,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #695bff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #695bff; -webkit-box-shadow: 1px 1px 3px 2px #695bff; box-shadow: 1px 1px 3px 2px #695bff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,91,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #695bff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #695bff; -webkit-box-shadow: 1px 1px 3px 2px #695bff; box-shadow: 1px 1px 3px 2px #695bff;">
Div content here</div>
This div box has shadow with color #695bff
Comments
No comments written yet.
Please login to write comment.