Color Hex Logo

#659599 Color Hex

#659599
(101,149,153)
0 Favorites   0 Comments

Color spaces of #659599

RGB 101149153
HSL0.510.200.50
HSV185°34°60°
CMYK 0.340.030.00   0.40
XYZ21.864026.561534.1115
Yxy26.56150.26490.3218
Hunter Lab51.5379-14.4658-3.1659
CIE-Lab58.5662-15.0450-7.2721

#659599 color RGB value is (101,149,153).

#659599 hex color red value is 101, green value is 149 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #659599 hue: 0.51 , saturation: 0.20 and the lightness value of 659599 is 0.50.

The process color (four color CMYK) of #659599 color hex is 0.34, 0.03, 0.00, 0.40. Web safe color of #659599 is #669999. Color #659599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10010101 10011001
Octal 145 225 231
Decimal 101 149 153
Hex 65 95 99

RGB Percentages of Color #659599

%25.06
%36.97
%37.97

CMYK Percentages of Color #659599

%34
%3
%0
%40

Triadic Colors of #659599

#659599 #996595 #959965

Analogous Colors of #659599

#659599 #657b99 #659983

Monochromatic Colors of #659599

#659599

Complementary Color

#659599 #996965

#659599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#659599 Color CSS Codes

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

#659599 Text Font Color

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

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


#659599 Background Color

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

This div background color is #659599


#659599 Border Color

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

This div border color is #659599


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,149,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659599; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659599;
  -webkit-box-shadow: 1px 1px 3px 2px #659599;
  box-shadow:         1px 1px 3px 2px #659599; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659599


Comments

No comments written yet.

Please login to write comment.