Color Hex Logo

#639cbd Color Hex

#639CBD
(99,156,189)
0 Favorites   0 Comments

Color spaces of #639cbd

RGB 99156189
HSL0.560.410.56
HSV202°48°74°
CMYK 0.480.170.00   0.26
XYZ26.219430.103752.5728
Yxy30.10370.24080.2764
Hunter Lab54.8668-10.7166-18.4042
CIE-Lab61.7436-9.6163-22.8620

#639cbd color RGB value is (99,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011100 10111101
Octal 143 234 275
Decimal 99 156 189
Hex 63 9C BD

RGB Percentages of Color #639cbd

%22.30
%35.14
%42.57

CMYK Percentages of Color #639cbd

%48
%17
%0
%26

Triadic Colors of #639cbd

#639cbd #bd639c #9cbd63

Analogous Colors of #639cbd

#639cbd #636fbd #63bdb1

Monochromatic Colors of #639cbd

#639cbd

Complementary Color

#639cbd #bd8463

#639cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#639cbd Color CSS Codes

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

#639cbd Text Font Color

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

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


#639cbd Background Color

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

This div background color is #639cbd


#639cbd Border Color

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

This div border color is #639cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,156,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 #639cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639cbd


Comments

No comments written yet.

Please login to write comment.