Color Hex Logo

#604d63 Color Hex

#604D63
(96,77,99)
0 Favorites   0 Comments

Color spaces of #604d63

RGB 967799
HSL0.810.130.35
HSV292°22°39°
CMYK 0.030.220.00   0.61
XYZ9.72998.695412.9699
Yxy8.69540.30990.2770
Hunter Lab29.48807.2942-5.4364
CIE-Lab35.391112.3848-9.8008

#604d63 color RGB value is (96,77,99).

#604d63 hex color red value is 96, green value is 77 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #604d63 hue: 0.81 , saturation: 0.13 and the lightness value of 604d63 is 0.35.

The process color (four color CMYK) of #604d63 color hex is 0.03, 0.22, 0.00, 0.61. Web safe color of #604d63 is #666666. Color #604d63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001101 01100011
Octal 140 115 143
Decimal 96 77 99
Hex 60 4D 63

RGB Percentages of Color #604d63

%35.29
%28.31
%36.40

CMYK Percentages of Color #604d63

%3
%22
%0
%61

Triadic Colors of #604d63

#604d63 #63604d #4d6360

Analogous Colors of #604d63

#604d63 #634d5b #554d63

Monochromatic Colors of #604d63

#604d63

Complementary Color

#604d63 #50634d

#604d63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604d63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604d63 Color CSS Codes

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

#604d63 Text Font Color

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

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


#604d63 Background Color

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

This div background color is #604d63


#604d63 Border Color

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

This div border color is #604d63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,77,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #604d63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #604d63;
  -webkit-box-shadow: 1px 1px 3px 2px #604d63;
  box-shadow:         1px 1px 3px 2px #604d63; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604d63


Comments

No comments written yet.

Please login to write comment.