Color Hex Logo

#635866 Color Hex

#635866
(99,88,102)
0 Favorites   0 Comments

Color spaces of #635866

RGB 9988102
HSL0.800.070.37
HSV287°14°40°
CMYK 0.030.140.00   0.60
XYZ11.033610.591414.0332
Yxy10.59140.30940.2970
Hunter Lab32.54443.5644-2.7848
CIE-Lab38.88367.3428-6.3981

#635866 color RGB value is (99,88,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011000 01100110
Octal 143 130 146
Decimal 99 88 102
Hex 63 58 66

RGB Percentages of Color #635866

%34.26
%30.45
%35.29

CMYK Percentages of Color #635866

%3
%14
%0
%60

Triadic Colors of #635866

#635866 #666358 #586663

Analogous Colors of #635866

#635866 #665862 #5c5866

Monochromatic Colors of #635866

#635866

Complementary Color

#635866 #5b6658

#635866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635866 Color CSS Codes

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

#635866 Text Font Color

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

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


#635866 Background Color

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

This div background color is #635866


#635866 Border Color

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

This div border color is #635866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635866


Comments

No comments written yet.

Please login to write comment.