Color Hex Logo

#605865 Color Hex

#605865
(96,88,101)
1 Favorites   0 Comments

Color spaces of #605865

RGB 9688101
HSL0.770.070.37
HSV277°13°40°
CMYK 0.050.130.00   0.60
XYZ10.662610.405813.7585
Yxy10.40580.30620.2988
Hunter Lab32.25802.5500-2.7074
CIE-Lab38.56115.9678-6.2906

#605865 color RGB value is (96,88,101).

#605865 hex color red value is 96, green value is 88 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #605865 hue: 0.77 , saturation: 0.07 and the lightness value of 605865 is 0.37.

The process color (four color CMYK) of #605865 color hex is 0.05, 0.13, 0.00, 0.60. Web safe color of #605865 is #666666. Color #605865 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011000 01100101
Octal 140 130 145
Decimal 96 88 101
Hex 60 58 65

RGB Percentages of Color #605865

%33.68
%30.88
%35.44

CMYK Percentages of Color #605865

%5
%13
%0
%60

Triadic Colors of #605865

#605865 #656058 #586560

Analogous Colors of #605865

#605865 #655864 #5a5865

Monochromatic Colors of #605865

#605865

Complementary Color

#605865 #5d6558

#605865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#605865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#605865 Color CSS Codes

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

#605865 Text Font Color

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

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


#605865 Background Color

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

This div background color is #605865


#605865 Border Color

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

This div border color is #605865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #605865

#605865 Color Palettes


Comments

No comments written yet.

Please login to write comment.