Color spaces of #6175ee
RGB | 97 | 117 | 238 |
---|---|---|---|
HSL | 0.64 | 0.81 | 0.66 |
HSV | 231° | 59° | 93° |
CMYK | 0.59 | 0.51 | 0.00 0.07 |
XYZ | 26.7237 | 21.4370 | 83.6182 |
Yxy | 21.4370 | 0.2028 | 0.1627 |
Hunter Lab | 46.3001 | 22.0022 | -74.6679 |
CIE-Lab | 53.4245 | 28.3154 | -63.4540 |
#6175ee color RGB value is (97,117,238).
#6175ee hex color red value is 97, green value is 117 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6175ee hue: 0.64 , saturation: 0.81 and the lightness value of 6175ee is 0.66.
The process color (four color CMYK) of #6175ee color hex is 0.59, 0.51, 0.00, 0.07. Web safe color of #6175ee is #6666ff. Color #6175ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01110101 | 11101110 |
Octal | 141 | 165 | 356 |
Decimal | 97 | 117 | 238 |
Hex | 61 | 75 | EE |
Shades of #6175ee
Tints of #6175ee
RGB Percentages of Color #6175ee
CMYK Percentages of Color #6175ee
Complementary Color
#6175ee | #eeda61 |
#6175ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6175ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#6175ee Color CSS Codes
.mybgcolor {background-color:#6175ee; } .myforecolor {color:#6175ee; } .mybordercolor {border:3px solid #6175ee; }
#6175ee Text Font Color
<p style="color:#6175ee">Text here</p>
This sample text font color is #6175ee
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.
#6175ee Background Color
<div style="background-color:#6175ee">
Div content here</div>
This div background color is #6175ee
#6175ee Border Color
<div style="border:3px solid #6175ee">
Div here</div>
This div border color is #6175ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,117,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6175ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6175ee; -webkit-box-shadow: 1px 1px 3px 2px #6175ee; box-shadow: 1px 1px 3px 2px #6175ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,117,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6175ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6175ee; -webkit-box-shadow: 1px 1px 3px 2px #6175ee; box-shadow: 1px 1px 3px 2px #6175ee;">
Div content here</div>
This div box has shadow with color #6175ee
Comments
No comments written yet.
Please login to write comment.