Color spaces of #106197
RGB | 16 | 97 | 151 |
---|---|---|---|
HSL | 0.57 | 0.81 | 0.33 |
HSV | 204° | 89° | 59° |
CMYK | 0.89 | 0.36 | 0.00 0.41 |
XYZ | 10.0743 | 10.8939 | 30.8499 |
Yxy | 10.8939 | 0.1944 | 0.2102 |
Hunter Lab | 33.0059 | -3.2773 | -32.3129 |
CIE-Lab | 39.4012 | -2.1724 | -35.8401 |
#106197 color RGB value is (16,97,151).
#106197 hex color red value is 16, green value is 97 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #106197 hue: 0.57 , saturation: 0.81 and the lightness value of 106197 is 0.33.
The process color (four color CMYK) of #106197 color hex is 0.89, 0.36, 0.00, 0.41. Web safe color of #106197 is #006699. Color #106197 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010000 | 01100001 | 10010111 |
Octal | 20 | 141 | 227 |
Decimal | 16 | 97 | 151 |
Hex | 10 | 61 | 97 |
Shades of #106197
Tints of #106197
RGB Percentages of Color #106197
CMYK Percentages of Color #106197
Complementary Color
#106197 | #974610 |
#106197 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#106197 Color Preview on White Background
Lorem ipsum dolor sit amet.
#106197 Color CSS Codes
.mybgcolor {background-color:#106197; } .myforecolor {color:#106197; } .mybordercolor {border:3px solid #106197; }
#106197 Text Font Color
<p style="color:#106197">Text here</p>
This sample text font color is #106197
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.
#106197 Background Color
<div style="background-color:#106197">
Div content here</div>
This div background color is #106197
#106197 Border Color
<div style="border:3px solid #106197">
Div here</div>
This div border color is #106197
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(16,97,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #106197; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #106197; -webkit-box-shadow: 1px 1px 3px 2px #106197; box-shadow: 1px 1px 3px 2px #106197; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(16,97,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #106197">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #106197; -webkit-box-shadow: 1px 1px 3px 2px #106197; box-shadow: 1px 1px 3px 2px #106197;">
Div content here</div>
This div box has shadow with color #106197
Comments
No comments written yet.
Please login to write comment.