Color Hex Logo

#639bae Color Hex

#639BAE
(99,155,174)
0 Favorites   0 Comments

Color spaces of #639bae

RGB 99155174
HSL0.540.320.54
HSV195°43°68°
CMYK 0.430.110.00   0.32
XYZ24.506929.151344.3795
Yxy29.15130.25000.2973
Hunter Lab53.9919-13.4649-10.9400
CIE-Lab60.9149-13.2909-15.6754

#639bae color RGB value is (99,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 10101110
Octal 143 233 256
Decimal 99 155 174
Hex 63 9B AE

RGB Percentages of Color #639bae

%23.13
%36.21
%40.65

CMYK Percentages of Color #639bae

%43
%11
%0
%32

Triadic Colors of #639bae

#639bae #ae639b #9bae63

Analogous Colors of #639bae

#639bae #6376ae #63ae9c

Monochromatic Colors of #639bae

#639bae

Complementary Color

#639bae #ae7663

#639bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#639bae Color CSS Codes

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

#639bae Text Font Color

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

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


#639bae Background Color

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

This div background color is #639bae


#639bae Border Color

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

This div border color is #639bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639bae


Comments

No comments written yet.

Please login to write comment.