Color Hex Logo

#659bbd Color Hex

#659BBD
(101,155,189)
0 Favorites   0 Comments

Color spaces of #659bbd

RGB 101155189
HSL0.560.400.57
HSV203°47°74°
CMYK 0.470.180.00   0.26
XYZ26.273529.883552.5274
Yxy29.88350.24170.2750
Hunter Lab54.6658-9.8744-18.7046
CIE-Lab61.5536-8.5736-23.1444

#659bbd color RGB value is (101,155,189).

#659bbd hex color red value is 101, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #659bbd hue: 0.56 , saturation: 0.40 and the lightness value of 659bbd is 0.57.

The process color (four color CMYK) of #659bbd color hex is 0.47, 0.18, 0.00, 0.26. Web safe color of #659bbd is #6699cc. Color #659bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011011 10111101
Octal 145 233 275
Decimal 101 155 189
Hex 65 9B BD

RGB Percentages of Color #659bbd

%22.70
%34.83
%42.47

CMYK Percentages of Color #659bbd

%47
%18
%0
%26

Triadic Colors of #659bbd

#659bbd #bd659b #9bbd65

Analogous Colors of #659bbd

#659bbd #656fbd #65bdb3

Monochromatic Colors of #659bbd

#659bbd

Complementary Color

#659bbd #bd8765

#659bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#659bbd Color CSS Codes

.mybgcolor {background-color:#659bbd; } 
.myforecolor {color:#659bbd; }
.mybordercolor {border:3px solid #659bbd; }

#659bbd Text Font Color

<p style="color:#659bbd">Text here</p>

This sample text font color is #659bbd
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.


#659bbd Background Color

<div style="background-color:#659bbd">
Div content here</div>

This div background color is #659bbd


#659bbd Border Color

<div style="border:3px solid #659bbd">
Div here</div>

This div border color is #659bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,155,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #659bbd;
  box-shadow:         1px 1px 3px 2px #659bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,155,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #659bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #659bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #659bbd;
  box-shadow:         1px 1px 3px 2px #659bbd;">
Div content here</div>

This div box has shadow with color #659bbd


Comments

No comments written yet.

Please login to write comment.