Color Hex Logo

#65718b Color Hex

#65718B
(101,113,139)
0 Favorites   0 Comments

Color spaces of #65718b

RGB 101113139
HSL0.610.160.47
HSV221°27°55°
CMYK 0.270.190.00   0.45
XYZ15.932216.441026.7598
Yxy16.44100.26940.2780
Hunter Lab40.5475-0.8207-10.7459
CIE-Lab47.54781.7736-15.7117

#65718b color RGB value is (101,113,139).

#65718b hex color red value is 101, green value is 113 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #65718b hue: 0.61 , saturation: 0.16 and the lightness value of 65718b is 0.47.

The process color (four color CMYK) of #65718b color hex is 0.27, 0.19, 0.00, 0.45. Web safe color of #65718b is #666699. Color #65718b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01110001 10001011
Octal 145 161 213
Decimal 101 113 139
Hex 65 71 8B

RGB Percentages of Color #65718b

%28.61
%32.01
%39.38

CMYK Percentages of Color #65718b

%27
%19
%0
%45

Triadic Colors of #65718b

#65718b #8b6571 #718b65

Analogous Colors of #65718b

#65718b #6c658b #65848b

Monochromatic Colors of #65718b

#65718b

Complementary Color

#65718b #8b7f65

#65718b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65718b Color Preview on White Background

Lorem ipsum dolor sit amet.

#65718b Color CSS Codes

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

#65718b Text Font Color

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

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


#65718b Background Color

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

This div background color is #65718b


#65718b Border Color

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

This div border color is #65718b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,113,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65718b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65718b;
  -webkit-box-shadow: 1px 1px 3px 2px #65718b;
  box-shadow:         1px 1px 3px 2px #65718b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65718b


Comments

No comments written yet.

Please login to write comment.