Color Hex Logo

#639baf Color Hex

#639BAF
(99,155,175)
0 Favorites   0 Comments

Color spaces of #639baf

RGB 99155175
HSL0.540.320.54
HSV196°43°69°
CMYK 0.430.110.00   0.31
XYZ24.604829.190544.8950
Yxy29.19050.24930.2958
Hunter Lab54.0282-13.2594-11.4475
CIE-Lab60.9494-13.0162-16.1879

#639baf color RGB value is (99,155,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 10101111
Octal 143 233 257
Decimal 99 155 175
Hex 63 9B AF

RGB Percentages of Color #639baf

%23.08
%36.13
%40.79

CMYK Percentages of Color #639baf

%43
%11
%0
%31

Triadic Colors of #639baf

#639baf #af639b #9baf63

Analogous Colors of #639baf

#639baf #6375af #63af9d

Monochromatic Colors of #639baf

#639baf

Complementary Color

#639baf #af7763

#639baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#639baf Color CSS Codes

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

#639baf Text Font Color

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

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


#639baf Background Color

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

This div background color is #639baf


#639baf Border Color

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

This div border color is #639baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639baf


Comments

No comments written yet.

Please login to write comment.