Color Hex Logo

#637481 Color Hex

#637481
(99,116,129)
0 Favorites   0 Comments

Color spaces of #637481

RGB 99116129
HSL0.570.130.45
HSV206°23°51°
CMYK 0.230.100.00   0.49
XYZ15.353416.728423.1886
Yxy16.72840.27780.3027
Hunter Lab40.9004-4.5694-4.9844
CIE-Lab47.9160-3.1930-9.2359

#637481 color RGB value is (99,116,129).

#637481 hex color red value is 99, green value is 116 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #637481 hue: 0.57 , saturation: 0.13 and the lightness value of 637481 is 0.45.

The process color (four color CMYK) of #637481 color hex is 0.23, 0.10, 0.00, 0.49. Web safe color of #637481 is #666699. Color #637481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110100 10000001
Octal 143 164 201
Decimal 99 116 129
Hex 63 74 81

RGB Percentages of Color #637481

%28.78
%33.72
%37.50

CMYK Percentages of Color #637481

%23
%10
%0
%49

Triadic Colors of #637481

#637481 #816374 #748163

Analogous Colors of #637481

#637481 #636581 #63817f

Monochromatic Colors of #637481

#637481

Complementary Color

#637481 #817063

#637481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#637481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#637481 Color CSS Codes

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

#637481 Text Font Color

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

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


#637481 Background Color

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

This div background color is #637481


#637481 Border Color

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

This div border color is #637481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #637481


Comments

No comments written yet.

Please login to write comment.