Color Hex Logo

#639caf Color Hex

#639CAF
(99,156,175)
0 Favorites   0 Comments

Color spaces of #639caf

RGB 99156175
HSL0.540.320.54
HSV195°43°69°
CMYK 0.430.110.00   0.31
XYZ24.771929.524744.9507
Yxy29.52470.24960.2975
Hunter Lab54.3366-13.7115-11.0128
CIE-Lab61.2419-13.5575-15.7451

#639caf color RGB value is (99,156,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011100 10101111
Octal 143 234 257
Decimal 99 156 175
Hex 63 9C AF

RGB Percentages of Color #639caf

%23.02
%36.28
%40.70

CMYK Percentages of Color #639caf

%43
%11
%0
%31

Triadic Colors of #639caf

#639caf #af639c #9caf63

Analogous Colors of #639caf

#639caf #6376af #63af9c

Monochromatic Colors of #639caf

#639caf

Complementary Color

#639caf #af7663

#639caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#639caf Color CSS Codes

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

#639caf Text Font Color

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

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


#639caf Background Color

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

This div background color is #639caf


#639caf Border Color

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

This div border color is #639caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639caf


Comments

No comments written yet.

Please login to write comment.