Color Hex Logo

#636d7d Color Hex

#636D7D
(99,109,125)
0 Favorites   0 Comments

Color spaces of #636d7d

RGB 99109125
HSL0.600.120.44
HSV217°21°49°
CMYK 0.210.130.00   0.51
XYZ14.315915.070621.5564
Yxy15.07060.28100.2958
Hunter Lab38.8209-2.1114-5.7479
CIE-Lab45.7307-0.0511-10.1328

#636d7d color RGB value is (99,109,125).

#636d7d hex color red value is 99, green value is 109 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #636d7d hue: 0.60 , saturation: 0.12 and the lightness value of 636d7d is 0.44.

The process color (four color CMYK) of #636d7d color hex is 0.21, 0.13, 0.00, 0.51. Web safe color of #636d7d is #666666. Color #636d7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01101101 01111101
Octal 143 155 175
Decimal 99 109 125
Hex 63 6D 7D

RGB Percentages of Color #636d7d

%29.73
%32.73
%37.54

CMYK Percentages of Color #636d7d

%21
%13
%0
%51

Triadic Colors of #636d7d

#636d7d #7d636d #6d7d63

Analogous Colors of #636d7d

#636d7d #66637d #637a7d

Monochromatic Colors of #636d7d

#636d7d

Complementary Color

#636d7d #7d7363

#636d7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636d7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#636d7d Color CSS Codes

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

#636d7d Text Font Color

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

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


#636d7d Background Color

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

This div background color is #636d7d


#636d7d Border Color

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

This div border color is #636d7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,109,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #636d7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #636d7d;
  -webkit-box-shadow: 1px 1px 3px 2px #636d7d;
  box-shadow:         1px 1px 3px 2px #636d7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636d7d


Comments

No comments written yet.

Please login to write comment.