Color Hex Logo

#635865 Color Hex

#635865
(99,88,101)
0 Favorites   0 Comments

Color spaces of #635865

RGB 9988101
HSL0.810.070.37
HSV291°13°40°
CMYK 0.020.130.00   0.60
XYZ10.984310.571713.7735
Yxy10.57170.31090.2992
Hunter Lab32.51423.4031-2.3563
CIE-Lab38.84957.1258-5.8298

#635865 color RGB value is (99,88,101).

#635865 hex color red value is 99, green value is 88 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #635865 hue: 0.81 , saturation: 0.07 and the lightness value of 635865 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011000 01100101
Octal 143 130 145
Decimal 99 88 101
Hex 63 58 65

RGB Percentages of Color #635865

%34.38
%30.56
%35.07

CMYK Percentages of Color #635865

%2
%13
%0
%60

Triadic Colors of #635865

#635865 #656358 #586563

Analogous Colors of #635865

#635865 #655861 #5d5865

Monochromatic Colors of #635865

#635865

Complementary Color

#635865 #5a6558

#635865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635865 Color CSS Codes

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

#635865 Text Font Color

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

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


#635865 Background Color

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

This div background color is #635865


#635865 Border Color

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

This div border color is #635865


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,88,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 #635865">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635865


Comments

No comments written yet.

Please login to write comment.