Color spaces of #699bfb
RGB | 105 | 155 | 251 |
---|---|---|---|
HSL | 0.61 | 0.95 | 0.70 |
HSV | 219° | 58° | 98° |
CMYK | 0.58 | 0.38 | 0.00 0.02 |
XYZ | 34.9596 | 33.4110 | 95.8732 |
Yxy | 33.4110 | 0.2129 | 0.2034 |
Hunter Lab | 57.8022 | 6.8053 | -57.8793 |
CIE-Lab | 64.4923 | 11.2947 | -52.9144 |
#699bfb color RGB value is (105,155,251).
#699bfb hex color red value is 105, green value is 155 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #699bfb hue: 0.61 , saturation: 0.95 and the lightness value of 699bfb is 0.70.
The process color (four color CMYK) of #699bfb color hex is 0.58, 0.38, 0.00, 0.02. Web safe color of #699bfb is #6699ff. Color #699bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10011011 | 11111011 |
Octal | 151 | 233 | 373 |
Decimal | 105 | 155 | 251 |
Hex | 69 | 9B | FB |
Shades of #699bfb
Tints of #699bfb
RGB Percentages of Color #699bfb
CMYK Percentages of Color #699bfb
Complementary Color
#699bfb | #fbc969 |
#699bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#699bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#699bfb Color CSS Codes
.mybgcolor {background-color:#699bfb; } .myforecolor {color:#699bfb; } .mybordercolor {border:3px solid #699bfb; }
#699bfb Text Font Color
<p style="color:#699bfb">Text here</p>
This sample text font color is #699bfb
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.
#699bfb Background Color
<div style="background-color:#699bfb">
Div content here</div>
This div background color is #699bfb
#699bfb Border Color
<div style="border:3px solid #699bfb">
Div here</div>
This div border color is #699bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,155,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #699bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #699bfb; -webkit-box-shadow: 1px 1px 3px 2px #699bfb; box-shadow: 1px 1px 3px 2px #699bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,155,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 #699bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #699bfb; -webkit-box-shadow: 1px 1px 3px 2px #699bfb; box-shadow: 1px 1px 3px 2px #699bfb;">
Div content here</div>
This div box has shadow with color #699bfb
Related Colors
Comments
No comments written yet.
Please login to write comment.