Color Hex Logo

#635c70 Color Hex

#635C70
(99,92,112)
0 Favorites   0 Comments

Color spaces of #635c70

RGB 9992112
HSL0.730.100.40
HSV261°18°44°
CMYK 0.120.180.00   0.56
XYZ11.897411.476816.9174
Yxy11.47680.29530.2848
Hunter Lab33.87743.4018-5.8935
CIE-Lab40.37227.1323-10.3262

#635c70 color RGB value is (99,92,112).

#635c70 hex color red value is 99, green value is 92 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #635c70 hue: 0.73 , saturation: 0.10 and the lightness value of 635c70 is 0.40.

The process color (four color CMYK) of #635c70 color hex is 0.12, 0.18, 0.00, 0.56. Web safe color of #635c70 is #666666. Color #635c70 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011100 01110000
Octal 143 134 160
Decimal 99 92 112
Hex 63 5C 70

RGB Percentages of Color #635c70

%32.67
%30.36
%36.96

CMYK Percentages of Color #635c70

%12
%18
%0
%56

Triadic Colors of #635c70

#635c70 #70635c #5c7063

Analogous Colors of #635c70

#635c70 #6d5c70 #5c5f70

Monochromatic Colors of #635c70

#635c70

Complementary Color

#635c70 #69705c

#635c70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635c70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635c70 Color CSS Codes

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

#635c70 Text Font Color

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

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


#635c70 Background Color

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

This div background color is #635c70


#635c70 Border Color

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

This div border color is #635c70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635c70


Comments

No comments written yet.

Please login to write comment.