Color Hex Logo

#637aaa Color Hex

#637AAA
(99,122,170)
0 Favorites   0 Comments

Color spaces of #637aaa

RGB 99122170
HSL0.610.290.53
HSV221°42°67°
CMYK 0.420.280.00   0.33
XYZ19.360819.474040.7686
Yxy19.47400.24320.2446
Hunter Lab44.12941.0866-23.8841
CIE-Lab51.23724.3769-28.2251

#637aaa color RGB value is (99,122,170).

#637aaa hex color red value is 99, green value is 122 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #637aaa hue: 0.61 , saturation: 0.29 and the lightness value of 637aaa is 0.53.

The process color (four color CMYK) of #637aaa color hex is 0.42, 0.28, 0.00, 0.33. Web safe color of #637aaa is #666699. Color #637aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111010 10101010
Octal 143 172 252
Decimal 99 122 170
Hex 63 7A AA

RGB Percentages of Color #637aaa

%25.32
%31.20
%43.48

CMYK Percentages of Color #637aaa

%42
%28
%0
%33

Triadic Colors of #637aaa

#637aaa #aa637a #7aaa63

Analogous Colors of #637aaa

#637aaa #7063aa #639eaa

Monochromatic Colors of #637aaa

#637aaa

Complementary Color

#637aaa #aa9363

#637aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#637aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#637aaa Color CSS Codes

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

#637aaa Text Font Color

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

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


#637aaa Background Color

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

This div background color is #637aaa


#637aaa Border Color

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

This div border color is #637aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,122,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #637aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #637aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #637aaa;
  box-shadow:         1px 1px 3px 2px #637aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #637aaa


Comments

No comments written yet.

Please login to write comment.