Color Hex Logo

#638aba Color Hex

#638ABA
(99,138,186)
0 Favorites   0 Comments

Color spaces of #638aba

RGB 99138186
HSL0.590.390.56
HSV213°47°73°
CMYK 0.470.260.00   0.27
XYZ23.097024.374849.9418
Yxy24.37480.23710.2502
Hunter Lab49.3708-2.8919-25.4161
CIE-Lab56.4611-0.3172-29.3074

#638aba color RGB value is (99,138,186).

#638aba hex color red value is 99, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #638aba hue: 0.59 , saturation: 0.39 and the lightness value of 638aba is 0.56.

The process color (four color CMYK) of #638aba color hex is 0.47, 0.26, 0.00, 0.27. Web safe color of #638aba is #6699cc. Color #638aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 10111010
Octal 143 212 272
Decimal 99 138 186
Hex 63 8A BA

RGB Percentages of Color #638aba

%23.40
%32.62
%43.97

CMYK Percentages of Color #638aba

%47
%26
%0
%27

Triadic Colors of #638aba

#638aba #ba638a #8aba63

Analogous Colors of #638aba

#638aba #6863ba #63b6ba

Monochromatic Colors of #638aba

#638aba

Complementary Color

#638aba #ba9363

#638aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#638aba Color CSS Codes

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

#638aba Text Font Color

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

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


#638aba Background Color

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

This div background color is #638aba


#638aba Border Color

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

This div border color is #638aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638aba


Comments

No comments written yet.

Please login to write comment.