Color Hex Logo

#659dc7 Color Hex

#659DC7
(101,157,199)
0 Favorites   0 Comments

Color spaces of #659dc7

RGB 101157199
HSL0.570.470.59
HSV206°49°78°
CMYK 0.490.210.00   0.22
XYZ27.732631.004258.5556
Yxy31.00420.23640.2643
Hunter Lab55.6814-8.5390-23.3735
CIE-Lab62.5112-6.7801-27.2779

#659dc7 color RGB value is (101,157,199).

#659dc7 hex color red value is 101, green value is 157 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #659dc7 hue: 0.57 , saturation: 0.47 and the lightness value of 659dc7 is 0.59.

The process color (four color CMYK) of #659dc7 color hex is 0.49, 0.21, 0.00, 0.22. Web safe color of #659dc7 is #6699cc. Color #659dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011101 11000111
Octal 145 235 307
Decimal 101 157 199
Hex 65 9D C7

RGB Percentages of Color #659dc7

%22.10
%34.35
%43.54

CMYK Percentages of Color #659dc7

%49
%21
%0
%22

Triadic Colors of #659dc7

#659dc7 #c7659d #9dc765

Analogous Colors of #659dc7

#659dc7 #656cc7 #65c7c0

Monochromatic Colors of #659dc7

#659dc7

Complementary Color

#659dc7 #c78f65

#659dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#659dc7 Color CSS Codes

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

#659dc7 Text Font Color

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

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


#659dc7 Background Color

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

This div background color is #659dc7


#659dc7 Border Color

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

This div border color is #659dc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659dc7


Comments

No comments written yet.

Please login to write comment.