Color spaces of #699acf
RGB | 105 | 154 | 207 |
---|---|---|---|
HSL | 0.59 | 0.52 | 0.61 |
HSV | 211° | 49° | 81° |
CMYK | 0.49 | 0.26 | 0.00 0.19 |
XYZ | 28.6438 | 30.6195 | 63.4319 |
Yxy | 30.6195 | 0.2335 | 0.2496 |
Hunter Lab | 55.3349 | -4.4365 | -29.2313 |
CIE-Lab | 62.1851 | -1.7816 | -32.2350 |
#699acf color RGB value is (105,154,207).
#699acf hex color red value is 105, green value is 154 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #699acf hue: 0.59 , saturation: 0.52 and the lightness value of 699acf is 0.61.
The process color (four color CMYK) of #699acf color hex is 0.49, 0.26, 0.00, 0.19. Web safe color of #699acf is #6699cc. Color #699acf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10011010 | 11001111 |
Octal | 151 | 232 | 317 |
Decimal | 105 | 154 | 207 |
Hex | 69 | 9A | CF |
Shades of #699acf
Tints of #699acf
RGB Percentages of Color #699acf
CMYK Percentages of Color #699acf
Complementary Color
#699acf | #cf9e69 |
#699acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#699acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#699acf Color CSS Codes
.mybgcolor {background-color:#699acf; } .myforecolor {color:#699acf; } .mybordercolor {border:3px solid #699acf; }
#699acf Text Font Color
<p style="color:#699acf">Text here</p>
This sample text font color is #699acf
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.
#699acf Background Color
<div style="background-color:#699acf">
Div content here</div>
This div background color is #699acf
#699acf Border Color
<div style="border:3px solid #699acf">
Div here</div>
This div border color is #699acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,154,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #699acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #699acf; -webkit-box-shadow: 1px 1px 3px 2px #699acf; box-shadow: 1px 1px 3px 2px #699acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,154,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #699acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #699acf; -webkit-box-shadow: 1px 1px 3px 2px #699acf; box-shadow: 1px 1px 3px 2px #699acf;">
Div content here</div>
This div box has shadow with color #699acf
Comments
No comments written yet.
Please login to write comment.