Color Hex Logo

#637082 Color Hex

#637082
(99,112,130)
0 Favorites   0 Comments

Color spaces of #637082

RGB 99112130
HSL0.600.140.45
HSV215°24°51°
CMYK 0.240.140.00   0.49
XYZ14.969015.852723.3900
Yxy15.85270.27610.2924
Hunter Lab39.8154-2.5682-6.9597
CIE-Lab46.7806-0.5911-11.5382

#637082 color RGB value is (99,112,130).

#637082 hex color red value is 99, green value is 112 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #637082 hue: 0.60 , saturation: 0.14 and the lightness value of 637082 is 0.45.

The process color (four color CMYK) of #637082 color hex is 0.24, 0.14, 0.00, 0.49. Web safe color of #637082 is #666699. Color #637082 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01110000 10000010
Octal 143 160 202
Decimal 99 112 130
Hex 63 70 82

RGB Percentages of Color #637082

%29.03
%32.84
%38.12

CMYK Percentages of Color #637082

%24
%14
%0
%49

Triadic Colors of #637082

#637082 #826370 #708263

Analogous Colors of #637082

#637082 #666382 #638082

Monochromatic Colors of #637082

#637082

Complementary Color

#637082 #827563

#637082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#637082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#637082 Color CSS Codes

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

#637082 Text Font Color

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

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


#637082 Background Color

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

This div background color is #637082


#637082 Border Color

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

This div border color is #637082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #637082


Comments

No comments written yet.

Please login to write comment.