Color Hex Logo

#635066 Color Hex

#635066
(99,80,102)
0 Favorites   0 Comments

Color spaces of #635066

RGB 9980102
HSL0.810.120.36
HSV292°22°40°
CMYK 0.030.220.00   0.60
XYZ10.41259.349313.8262
Yxy9.34930.31000.2784
Hunter Lab30.57667.2769-5.4062
CIE-Lab36.648312.3123-9.7529

#635066 color RGB value is (99,80,102).

#635066 hex color red value is 99, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #635066 hue: 0.81 , saturation: 0.12 and the lightness value of 635066 is 0.36.

The process color (four color CMYK) of #635066 color hex is 0.03, 0.22, 0.00, 0.60. Web safe color of #635066 is #666666. Color #635066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 01100110
Octal 143 120 146
Decimal 99 80 102
Hex 63 50 66

RGB Percentages of Color #635066

%35.23
%28.47
%36.30

CMYK Percentages of Color #635066

%3
%22
%0
%60

Triadic Colors of #635066

#635066 #666350 #506663

Analogous Colors of #635066

#635066 #66505e #585066

Monochromatic Colors of #635066

#635066

Complementary Color

#635066 #536650

#635066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635066 Color CSS Codes

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

#635066 Text Font Color

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

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


#635066 Background Color

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

This div background color is #635066


#635066 Border Color

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

This div border color is #635066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635066


Comments

No comments written yet.

Please login to write comment.