Color spaces of #6588fd
RGB | 101 | 136 | 253 |
---|---|---|---|
HSL | 0.63 | 0.97 | 0.69 |
HSV | 226° | 60° | 99° |
CMYK | 0.60 | 0.46 | 0.00 0.01 |
XYZ | 31.9006 | 27.4669 | 96.5488 |
Yxy | 27.4669 | 0.2046 | 0.1762 |
Hunter Lab | 52.4089 | 16.9351 | -72.5392 |
CIE-Lab | 59.4040 | 22.4576 | -62.1365 |
#6588fd color RGB value is (101,136,253).
#6588fd hex color red value is 101, green value is 136 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6588fd hue: 0.63 , saturation: 0.97 and the lightness value of 6588fd is 0.69.
The process color (four color CMYK) of #6588fd color hex is 0.60, 0.46, 0.00, 0.01. Web safe color of #6588fd is #6699ff. Color #6588fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10001000 | 11111101 |
Octal | 145 | 210 | 375 |
Decimal | 101 | 136 | 253 |
Hex | 65 | 88 | FD |
Shades of #6588fd
Tints of #6588fd
RGB Percentages of Color #6588fd
CMYK Percentages of Color #6588fd
Complementary Color
#6588fd | #fdda65 |
#6588fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6588fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#6588fd Color CSS Codes
.mybgcolor {background-color:#6588fd; } .myforecolor {color:#6588fd; } .mybordercolor {border:3px solid #6588fd; }
#6588fd Text Font Color
<p style="color:#6588fd">Text here</p>
This sample text font color is #6588fd
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.
#6588fd Background Color
<div style="background-color:#6588fd">
Div content here</div>
This div background color is #6588fd
#6588fd Border Color
<div style="border:3px solid #6588fd">
Div here</div>
This div border color is #6588fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,136,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6588fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6588fd; -webkit-box-shadow: 1px 1px 3px 2px #6588fd; box-shadow: 1px 1px 3px 2px #6588fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,136,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6588fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6588fd; -webkit-box-shadow: 1px 1px 3px 2px #6588fd; box-shadow: 1px 1px 3px 2px #6588fd;">
Div content here</div>
This div box has shadow with color #6588fd
Comments
No comments written yet.
Please login to write comment.