Color Hex Logo

#635f6d Color Hex

#635F6D
(99,95,109)
0 Favorites   0 Comments

Color spaces of #635f6d

RGB 9995109
HSL0.710.070.40
HSV257°13°43°
CMYK 0.090.130.00   0.57
XYZ11.998111.941216.1405
Yxy11.94120.29940.2979
Hunter Lab34.55601.5034-3.5041
CIE-Lab41.12254.6018-7.3608

#635f6d color RGB value is (99,95,109).

#635f6d hex color red value is 99, green value is 95 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #635f6d hue: 0.71 , saturation: 0.07 and the lightness value of 635f6d is 0.40.

The process color (four color CMYK) of #635f6d color hex is 0.09, 0.13, 0.00, 0.57. Web safe color of #635f6d is #666666. Color #635f6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 01101101
Octal 143 137 155
Decimal 99 95 109
Hex 63 5F 6D

RGB Percentages of Color #635f6d

%32.67
%31.35
%35.97

CMYK Percentages of Color #635f6d

%9
%13
%0
%57

Triadic Colors of #635f6d

#635f6d #6d635f #5f6d63

Analogous Colors of #635f6d

#635f6d #6a5f6d #5f626d

Monochromatic Colors of #635f6d

#635f6d

Complementary Color

#635f6d #696d5f

#635f6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635f6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#635f6d Color CSS Codes

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

#635f6d Text Font Color

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

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


#635f6d Background Color

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

This div background color is #635f6d


#635f6d Border Color

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

This div border color is #635f6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635f6d

#635f6d Color Palettes


Comments

No comments written yet.

Please login to write comment.