Color spaces of #6588bf
RGB | 101 | 136 | 191 |
---|---|---|---|
HSL | 0.60 | 0.41 | 0.57 |
HSV | 217° | 47° | 75° |
CMYK | 0.47 | 0.29 | 0.00 0.25 |
XYZ | 23.5750 | 24.1366 | 52.7065 |
Yxy | 24.1366 | 0.2348 | 0.2404 |
Hunter Lab | 49.1290 | -0.3209 | -29.2171 |
CIE-Lab | 56.2243 | 2.8413 | -32.5109 |
#6588bf color RGB value is (101,136,191).
#6588bf hex color red value is 101, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6588bf hue: 0.60 , saturation: 0.41 and the lightness value of 6588bf is 0.57.
The process color (four color CMYK) of #6588bf color hex is 0.47, 0.29, 0.00, 0.25. Web safe color of #6588bf is #6699cc. Color #6588bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10001000 | 10111111 |
Octal | 145 | 210 | 277 |
Decimal | 101 | 136 | 191 |
Hex | 65 | 88 | BF |
Shades of #6588bf
Tints of #6588bf
RGB Percentages of Color #6588bf
CMYK Percentages of Color #6588bf
Complementary Color
#6588bf | #bf9c65 |
#6588bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6588bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6588bf Color CSS Codes
.mybgcolor {background-color:#6588bf; } .myforecolor {color:#6588bf; } .mybordercolor {border:3px solid #6588bf; }
#6588bf Text Font Color
<p style="color:#6588bf">Text here</p>
This sample text font color is #6588bf
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.
#6588bf Background Color
<div style="background-color:#6588bf">
Div content here</div>
This div background color is #6588bf
#6588bf Border Color
<div style="border:3px solid #6588bf">
Div here</div>
This div border color is #6588bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,136,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6588bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6588bf; -webkit-box-shadow: 1px 1px 3px 2px #6588bf; box-shadow: 1px 1px 3px 2px #6588bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,136,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6588bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6588bf; -webkit-box-shadow: 1px 1px 3px 2px #6588bf; box-shadow: 1px 1px 3px 2px #6588bf;">
Div content here</div>
This div box has shadow with color #6588bf
Comments
No comments written yet.
Please login to write comment.