Color spaces of #698fbf
RGB | 105 | 143 | 191 |
---|---|---|---|
HSL | 0.59 | 0.40 | 0.58 |
HSV | 213° | 45° | 75° |
CMYK | 0.45 | 0.25 | 0.00 0.25 |
XYZ | 25.0521 | 26.4098 | 53.0674 |
Yxy | 26.4098 | 0.2397 | 0.2527 |
Hunter Lab | 51.3905 | -2.9172 | -25.2514 |
CIE-Lab | 58.4240 | -0.2115 | -29.0759 |
#698fbf color RGB value is (105,143,191).
#698fbf hex color red value is 105, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #698fbf hue: 0.59 , saturation: 0.40 and the lightness value of 698fbf is 0.58.
The process color (four color CMYK) of #698fbf color hex is 0.45, 0.25, 0.00, 0.25. Web safe color of #698fbf is #6699cc. Color #698fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10001111 | 10111111 |
Octal | 151 | 217 | 277 |
Decimal | 105 | 143 | 191 |
Hex | 69 | 8F | BF |
Shades of #698fbf
Tints of #698fbf
RGB Percentages of Color #698fbf
CMYK Percentages of Color #698fbf
Complementary Color
#698fbf | #bf9969 |
#698fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#698fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#698fbf Color CSS Codes
.mybgcolor {background-color:#698fbf; } .myforecolor {color:#698fbf; } .mybordercolor {border:3px solid #698fbf; }
#698fbf Text Font Color
<p style="color:#698fbf">Text here</p>
This sample text font color is #698fbf
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.
#698fbf Background Color
<div style="background-color:#698fbf">
Div content here</div>
This div background color is #698fbf
#698fbf Border Color
<div style="border:3px solid #698fbf">
Div here</div>
This div border color is #698fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,143,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #698fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #698fbf; -webkit-box-shadow: 1px 1px 3px 2px #698fbf; box-shadow: 1px 1px 3px 2px #698fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,143,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 #698fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #698fbf; -webkit-box-shadow: 1px 1px 3px 2px #698fbf; box-shadow: 1px 1px 3px 2px #698fbf;">
Div content here</div>
This div box has shadow with color #698fbf
Comments
No comments written yet.
Please login to write comment.