Color spaces of #6965bf
RGB | 105 | 101 | 191 |
---|---|---|---|
HSL | 0.67 | 0.41 | 0.57 |
HSV | 243° | 47° | 75° |
CMYK | 0.45 | 0.47 | 0.00 0.25 |
XYZ | 19.8833 | 16.0722 | 51.3445 |
Yxy | 16.0722 | 0.2278 | 0.1841 |
Hunter Lab | 40.0901 | 18.3719 | -47.8711 |
CIE-Lab | 47.0691 | 24.9661 | -46.9313 |
#6965bf color RGB value is (105,101,191).
#6965bf hex color red value is 105, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6965bf hue: 0.67 , saturation: 0.41 and the lightness value of 6965bf is 0.57.
The process color (four color CMYK) of #6965bf color hex is 0.45, 0.47, 0.00, 0.25. Web safe color of #6965bf is #6666cc. Color #6965bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01100101 | 10111111 |
Octal | 151 | 145 | 277 |
Decimal | 105 | 101 | 191 |
Hex | 69 | 65 | BF |
Shades of #6965bf
Tints of #6965bf
RGB Percentages of Color #6965bf
CMYK Percentages of Color #6965bf
Complementary Color
#6965bf | #bbbf65 |
#6965bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6965bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6965bf Color CSS Codes
.mybgcolor {background-color:#6965bf; } .myforecolor {color:#6965bf; } .mybordercolor {border:3px solid #6965bf; }
#6965bf Text Font Color
<p style="color:#6965bf">Text here</p>
This sample text font color is #6965bf
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.
#6965bf Background Color
<div style="background-color:#6965bf">
Div content here</div>
This div background color is #6965bf
#6965bf Border Color
<div style="border:3px solid #6965bf">
Div here</div>
This div border color is #6965bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,101,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6965bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6965bf; -webkit-box-shadow: 1px 1px 3px 2px #6965bf; box-shadow: 1px 1px 3px 2px #6965bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,101,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6965bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6965bf; -webkit-box-shadow: 1px 1px 3px 2px #6965bf; box-shadow: 1px 1px 3px 2px #6965bf;">
Div content here</div>
This div box has shadow with color #6965bf
Comments
No comments written yet.
Please login to write comment.