Color spaces of #698bfb
RGB | 105 | 139 | 251 |
---|---|---|---|
HSL | 0.63 | 0.95 | 0.70 |
HSV | 226° | 58° | 98° |
CMYK | 0.58 | 0.45 | 0.00 0.02 |
XYZ | 32.4709 | 28.4335 | 95.0436 |
Yxy | 28.4335 | 0.2082 | 0.1823 |
Hunter Lab | 53.3231 | 15.3816 | -68.3530 |
CIE-Lab | 60.2784 | 20.7473 | -59.6253 |
#698bfb color RGB value is (105,139,251).
#698bfb hex color red value is 105, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #698bfb hue: 0.63 , saturation: 0.95 and the lightness value of 698bfb is 0.70.
The process color (four color CMYK) of #698bfb color hex is 0.58, 0.45, 0.00, 0.02. Web safe color of #698bfb is #6699ff. Color #698bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10001011 | 11111011 |
Octal | 151 | 213 | 373 |
Decimal | 105 | 139 | 251 |
Hex | 69 | 8B | FB |
Shades of #698bfb
Tints of #698bfb
RGB Percentages of Color #698bfb
CMYK Percentages of Color #698bfb
Complementary Color
#698bfb | #fbd969 |
#698bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#698bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#698bfb Color CSS Codes
.mybgcolor {background-color:#698bfb; } .myforecolor {color:#698bfb; } .mybordercolor {border:3px solid #698bfb; }
#698bfb Text Font Color
<p style="color:#698bfb">Text here</p>
This sample text font color is #698bfb
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.
#698bfb Background Color
<div style="background-color:#698bfb">
Div content here</div>
This div background color is #698bfb
#698bfb Border Color
<div style="border:3px solid #698bfb">
Div here</div>
This div border color is #698bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,139,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #698bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #698bfb; -webkit-box-shadow: 1px 1px 3px 2px #698bfb; box-shadow: 1px 1px 3px 2px #698bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,139,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #698bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #698bfb; -webkit-box-shadow: 1px 1px 3px 2px #698bfb; box-shadow: 1px 1px 3px 2px #698bfb;">
Div content here</div>
This div box has shadow with color #698bfb
Comments
No comments written yet.
Please login to write comment.