Color Hex Logo

#638bad Color Hex

#638BAD
(99,139,173)
0 Favorites   0 Comments

Color spaces of #638bad

RGB 99139173
HSL0.580.310.53
HSV208°43°68°
CMYK 0.430.200.00   0.32
XYZ21.921024.135043.0383
Yxy24.13500.24600.2709
Hunter Lab49.1274-6.3249-17.5521
CIE-Lab56.2227-4.6776-22.2563

#638bad color RGB value is (99,139,173).

#638bad hex color red value is 99, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #638bad hue: 0.58 , saturation: 0.31 and the lightness value of 638bad is 0.53.

The process color (four color CMYK) of #638bad color hex is 0.43, 0.20, 0.00, 0.32. Web safe color of #638bad is #669999. Color #638bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001011 10101101
Octal 143 213 255
Decimal 99 139 173
Hex 63 8B AD

RGB Percentages of Color #638bad

%24.09
%33.82
%42.09

CMYK Percentages of Color #638bad

%43
%20
%0
%32

Triadic Colors of #638bad

#638bad #ad638b #8bad63

Analogous Colors of #638bad

#638bad #6366ad #63adaa

Monochromatic Colors of #638bad

#638bad

Complementary Color

#638bad #ad8563

#638bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#638bad Color CSS Codes

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

#638bad Text Font Color

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

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


#638bad Background Color

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

This div background color is #638bad


#638bad Border Color

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

This div border color is #638bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,139,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638bad;
  -webkit-box-shadow: 1px 1px 3px 2px #638bad;
  box-shadow:         1px 1px 3px 2px #638bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638bad


Comments

No comments written yet.

Please login to write comment.