Color Hex Logo

#639aaf Color Hex

#639AAF
(99,154,175)
0 Favorites   0 Comments

Color spaces of #639aaf

RGB 99154175
HSL0.550.320.54
HSV197°43°69°
CMYK 0.430.120.00   0.31
XYZ24.439128.859044.8397
Yxy28.85900.24900.2941
Hunter Lab53.7206-12.8060-11.8840
CIE-Lab60.6570-12.4729-16.6309

#639aaf color RGB value is (99,154,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 10101111
Octal 143 232 257
Decimal 99 154 175
Hex 63 9A AF

RGB Percentages of Color #639aaf

%23.13
%35.98
%40.89

CMYK Percentages of Color #639aaf

%43
%12
%0
%31

Triadic Colors of #639aaf

#639aaf #af639a #9aaf63

Analogous Colors of #639aaf

#639aaf #6374af #63af9e

Monochromatic Colors of #639aaf

#639aaf

Complementary Color

#639aaf #af7863

#639aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#639aaf Color CSS Codes

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

#639aaf Text Font Color

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

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


#639aaf Background Color

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

This div background color is #639aaf


#639aaf Border Color

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

This div border color is #639aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639aaf


Comments

No comments written yet.

Please login to write comment.