Color Hex Logo

#659fbf Color Hex

#659FBF
(101,159,191)
0 Favorites   0 Comments

Color spaces of #659fbf

RGB 101159191
HSL0.560.410.57
HSV201°47°75°
CMYK 0.470.170.00   0.25
XYZ27.168931.324653.9045
Yxy31.32460.24170.2787
Hunter Lab55.9684-11.2949-17.9258
CIE-Lab62.7807-10.2041-22.3877

#659fbf color RGB value is (101,159,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011111 10111111
Octal 145 237 277
Decimal 101 159 191
Hex 65 9F BF

RGB Percentages of Color #659fbf

%22.39
%35.25
%42.35

CMYK Percentages of Color #659fbf

%47
%17
%0
%25

Triadic Colors of #659fbf

#659fbf #bf659f #9fbf65

Analogous Colors of #659fbf

#659fbf #6572bf #65bfb2

Monochromatic Colors of #659fbf

#659fbf

Complementary Color

#659fbf #bf8565

#659fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#659fbf Color CSS Codes

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

#659fbf Text Font Color

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

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


#659fbf Background Color

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

This div background color is #659fbf


#659fbf Border Color

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

This div border color is #659fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,159,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 #659fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659fbf


Comments

No comments written yet.

Please login to write comment.