Color Hex Logo

#635064 Color Hex

#635064
(99,80,100)
0 Favorites   0 Comments

Color spaces of #635064

RGB 9980100
HSL0.830.110.35
HSV297°20°39°
CMYK 0.010.200.00   0.61
XYZ10.31459.310113.3100
Yxy9.31010.31320.2827
Hunter Lab30.51256.9437-4.5045
CIE-Lab36.574611.8770-8.6130

#635064 color RGB value is (99,80,100).

#635064 hex color red value is 99, green value is 80 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #635064 hue: 0.83 , saturation: 0.11 and the lightness value of 635064 is 0.35.

The process color (four color CMYK) of #635064 color hex is 0.01, 0.20, 0.00, 0.61. Web safe color of #635064 is #666666. Color #635064 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 01100100
Octal 143 120 144
Decimal 99 80 100
Hex 63 50 64

RGB Percentages of Color #635064

%35.48
%28.67
%35.84

CMYK Percentages of Color #635064

%1
%20
%0
%61

Triadic Colors of #635064

#635064 #646350 #506463

Analogous Colors of #635064

#635064 #64505b #595064

Monochromatic Colors of #635064

#635064

Complementary Color

#635064 #516450

#635064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635064 Color CSS Codes

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

#635064 Text Font Color

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

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


#635064 Background Color

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

This div background color is #635064


#635064 Border Color

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

This div border color is #635064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635064


Comments

No comments written yet.

Please login to write comment.