Color Hex Logo

#636575 Color Hex

#636575
(99,101,117)
0 Favorites   0 Comments

Color spaces of #636575

RGB 99101117
HSL0.650.080.42
HSV233°15°46°
CMYK 0.150.140.00   0.54
XYZ13.010213.244418.7003
Yxy13.24440.28940.2946
Hunter Lab36.39290.1250-4.9909
CIE-Lab43.12922.8154-9.2244

#636575 color RGB value is (99,101,117).

#636575 hex color red value is 99, green value is 101 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #636575 hue: 0.65 , saturation: 0.08 and the lightness value of 636575 is 0.42.

The process color (four color CMYK) of #636575 color hex is 0.15, 0.14, 0.00, 0.54. Web safe color of #636575 is #666666. Color #636575 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100101 01110101
Octal 143 145 165
Decimal 99 101 117
Hex 63 65 75

RGB Percentages of Color #636575

%31.23
%31.86
%36.91

CMYK Percentages of Color #636575

%15
%14
%0
%54

Triadic Colors of #636575

#636575 #756365 #657563

Analogous Colors of #636575

#636575 #6a6375 #636e75

Monochromatic Colors of #636575

#636575

Complementary Color

#636575 #757363

#636575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636575 Color CSS Codes

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

#636575 Text Font Color

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

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


#636575 Background Color

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

This div background color is #636575


#636575 Border Color

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

This div border color is #636575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636575

#636575 Color Palettes


Comments

No comments written yet.

Please login to write comment.