Color spaces of #699acb
RGB | 105 | 154 | 203 |
---|---|---|---|
HSL | 0.58 | 0.49 | 0.60 |
HSV | 210° | 48° | 80° |
CMYK | 0.48 | 0.24 | 0.00 0.20 |
XYZ | 28.1608 | 30.4263 | 60.8885 |
Yxy | 30.4263 | 0.2357 | 0.2547 |
Hunter Lab | 55.1600 | -5.4006 | -26.8353 |
CIE-Lab | 62.0203 | -2.9662 | -30.2561 |
#699acb color RGB value is (105,154,203).
#699acb hex color red value is 105, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #699acb hue: 0.58 , saturation: 0.49 and the lightness value of 699acb is 0.60.
The process color (four color CMYK) of #699acb color hex is 0.48, 0.24, 0.00, 0.20. Web safe color of #699acb is #6699cc. Color #699acb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10011010 | 11001011 |
Octal | 151 | 232 | 313 |
Decimal | 105 | 154 | 203 |
Hex | 69 | 9A | CB |
Shades of #699acb
Tints of #699acb
RGB Percentages of Color #699acb
CMYK Percentages of Color #699acb
Complementary Color
#699acb | #cb9a69 |
#699acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#699acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#699acb Color CSS Codes
.mybgcolor {background-color:#699acb; } .myforecolor {color:#699acb; } .mybordercolor {border:3px solid #699acb; }
#699acb Text Font Color
<p style="color:#699acb">Text here</p>
This sample text font color is #699acb
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.
#699acb Background Color
<div style="background-color:#699acb">
Div content here</div>
This div background color is #699acb
#699acb Border Color
<div style="border:3px solid #699acb">
Div here</div>
This div border color is #699acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,154,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #699acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #699acb; -webkit-box-shadow: 1px 1px 3px 2px #699acb; box-shadow: 1px 1px 3px 2px #699acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,154,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #699acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #699acb; -webkit-box-shadow: 1px 1px 3px 2px #699acb; box-shadow: 1px 1px 3px 2px #699acb;">
Div content here</div>
This div box has shadow with color #699acb
Comments
No comments written yet.
Please login to write comment.