Color Hex Logo

#659bbe Color Hex

#659BBE
(101,155,190)
0 Favorites   0 Comments

Color spaces of #659bbe

RGB 101155190
HSL0.570.410.57
HSV204°47°75°
CMYK 0.470.180.00   0.25
XYZ26.382429.927153.1012
Yxy29.92710.24110.2735
Hunter Lab54.7057-9.6514-19.2571
CIE-Lab61.5913-8.2867-23.6485

#659bbe color RGB value is (101,155,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011011 10111110
Octal 145 233 276
Decimal 101 155 190
Hex 65 9B BE

RGB Percentages of Color #659bbe

%22.65
%34.75
%42.60

CMYK Percentages of Color #659bbe

%47
%18
%0
%25

Triadic Colors of #659bbe

#659bbe #be659b #9bbe65

Analogous Colors of #659bbe

#659bbe #656fbe #65beb5

Monochromatic Colors of #659bbe

#659bbe

Complementary Color

#659bbe #be8865

#659bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#659bbe Color CSS Codes

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

#659bbe Text Font Color

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

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


#659bbe Background Color

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

This div background color is #659bbe


#659bbe Border Color

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

This div border color is #659bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659bbe


Comments

No comments written yet.

Please login to write comment.