Color Hex Logo

#639daf Color Hex

#639DAF
(99,157,175)
0 Favorites   0 Comments

Color spaces of #639daf

RGB 99157175
HSL0.540.320.54
HSV194°43°69°
CMYK 0.430.100.00   0.31
XYZ24.940429.861745.0068
Yxy29.86170.24990.2992
Hunter Lab54.6459-14.1628-10.5797
CIE-Lab61.5347-14.0969-15.3022

#639daf color RGB value is (99,157,175).

#639daf hex color red value is 99, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #639daf hue: 0.54 , saturation: 0.32 and the lightness value of 639daf is 0.54.

The process color (four color CMYK) of #639daf color hex is 0.43, 0.10, 0.00, 0.31. Web safe color of #639daf is #669999. Color #639daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011101 10101111
Octal 143 235 257
Decimal 99 157 175
Hex 63 9D AF

RGB Percentages of Color #639daf

%22.97
%36.43
%40.60

CMYK Percentages of Color #639daf

%43
%10
%0
%31

Triadic Colors of #639daf

#639daf #af639d #9daf63

Analogous Colors of #639daf

#639daf #6377af #63af9b

Monochromatic Colors of #639daf

#639daf

Complementary Color

#639daf #af7563

#639daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#639daf Color CSS Codes

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

#639daf Text Font Color

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

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


#639daf Background Color

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

This div background color is #639daf


#639daf Border Color

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

This div border color is #639daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639daf


Comments

No comments written yet.

Please login to write comment.