Color Hex Logo

#635165 Color Hex

#635165
(99,81,101)
0 Favorites   0 Comments

Color spaces of #635165

RGB 9981101
HSL0.820.110.36
HSV294°20°40°
CMYK 0.020.200.00   0.60
XYZ10.43709.477113.5911
Yxy9.47710.31150.2829
Hunter Lab30.78496.6433-4.6263
CIE-Lab36.887111.4705-8.7681

#635165 color RGB value is (99,81,101).

#635165 hex color red value is 99, green value is 81 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #635165 hue: 0.82 , saturation: 0.11 and the lightness value of 635165 is 0.36.

The process color (four color CMYK) of #635165 color hex is 0.02, 0.20, 0.00, 0.60. Web safe color of #635165 is #666666. Color #635165 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010001 01100101
Octal 143 121 145
Decimal 99 81 101
Hex 63 51 65

RGB Percentages of Color #635165

%35.23
%28.83
%35.94

CMYK Percentages of Color #635165

%2
%20
%0
%60

Triadic Colors of #635165

#635165 #656351 #516563

Analogous Colors of #635165

#635165 #65515d #595165

Monochromatic Colors of #635165

#635165

Complementary Color

#635165 #536551

#635165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635165 Color CSS Codes

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

#635165 Text Font Color

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

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


#635165 Background Color

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

This div background color is #635165


#635165 Border Color

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

This div border color is #635165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635165


Comments

No comments written yet.

Please login to write comment.