Color Hex Logo

#606563 Color Hex

#606563
(96,101,99)
0 Favorites   0 Comments

Color spaces of #606563

RGB 9610199
HSL0.430.030.39
HSV156°40°
CMYK 0.050.000.02   0.60
XYZ11.729712.695013.6365
Yxy12.69500.30820.3335
Hunter Lab35.6300-3.58892.2493
CIE-Lab42.3000-2.35820.4534

#606563 color RGB value is (96,101,99).

#606563 hex color red value is 96, green value is 101 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #606563 hue: 0.43 , saturation: 0.03 and the lightness value of 606563 is 0.39.

The process color (four color CMYK) of #606563 color hex is 0.05, 0.00, 0.02, 0.60. Web safe color of #606563 is #666666. Color #606563 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100101 01100011
Octal 140 145 143
Decimal 96 101 99
Hex 60 65 63

RGB Percentages of Color #606563

%32.43
%34.12
%33.45

CMYK Percentages of Color #606563

%5
%0
%2
%60

Triadic Colors of #606563

#606563 #636065 #656360

Analogous Colors of #606563

#606563 #606565 #606561

Monochromatic Colors of #606563

#606563

Complementary Color

#606563 #656062

#606563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#606563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#606563 Color CSS Codes

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

#606563 Text Font Color

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

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


#606563 Background Color

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

This div background color is #606563


#606563 Border Color

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

This div border color is #606563


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,101,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 #606563">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #606563


Comments

No comments written yet.

Please login to write comment.