Color Hex Logo

#639dbf Color Hex

#639DBF
(99,157,191)
0 Favorites   0 Comments

Color spaces of #639dbf

RGB 99157191
HSL0.560.420.57
HSV202°48°75°
CMYK 0.480.180.00   0.25
XYZ26.606530.528253.7804
Yxy30.52820.23990.2752
Hunter Lab55.2523-10.7357-19.0339
CIE-Lab62.1073-9.5901-23.4272

#639dbf color RGB value is (99,157,191).

#639dbf hex color red value is 99, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #639dbf hue: 0.56 , saturation: 0.42 and the lightness value of 639dbf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011101 10111111
Octal 143 235 277
Decimal 99 157 191
Hex 63 9D BF

RGB Percentages of Color #639dbf

%22.15
%35.12
%42.73

CMYK Percentages of Color #639dbf

%48
%18
%0
%25

Triadic Colors of #639dbf

#639dbf #bf639d #9dbf63

Analogous Colors of #639dbf

#639dbf #636fbf #63bfb3

Monochromatic Colors of #639dbf

#639dbf

Complementary Color

#639dbf #bf8563

#639dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#639dbf Color CSS Codes

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

#639dbf Text Font Color

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

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


#639dbf Background Color

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

This div background color is #639dbf


#639dbf Border Color

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

This div border color is #639dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639dbf


Comments

No comments written yet.

Please login to write comment.