Color Hex Logo

#638abd Color Hex

#638ABD
(99,138,189)
1 Favorites   0 Comments

Color spaces of #638abd

RGB 99138189
HSL0.590.410.56
HSV214°48°74°
CMYK 0.480.270.00   0.26
XYZ23.419424.503751.6395
Yxy24.50370.23520.2461
Hunter Lab49.5012-2.1774-27.2003
CIE-Lab56.58860.5782-30.8159

#638abd color RGB value is (99,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 10111101
Octal 143 212 275
Decimal 99 138 189
Hex 63 8A BD

RGB Percentages of Color #638abd

%23.24
%32.39
%44.37

CMYK Percentages of Color #638abd

%48
%27
%0
%26

Triadic Colors of #638abd

#638abd #bd638a #8abd63

Analogous Colors of #638abd

#638abd #6963bd #63b7bd

Monochromatic Colors of #638abd

#638abd

Complementary Color

#638abd #bd9663

#638abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#638abd Color CSS Codes

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

#638abd Text Font Color

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

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


#638abd Background Color

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

This div background color is #638abd


#638abd Border Color

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

This div border color is #638abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638abd


Comments

No comments written yet.

Please login to write comment.