Color Hex Logo

#639aae Color Hex

#639AAE
(99,154,174)
0 Favorites   0 Comments

Color spaces of #639aae

RGB 99154174
HSL0.540.320.54
HSV196°43°68°
CMYK 0.430.110.00   0.32
XYZ24.341228.819844.3243
Yxy28.81980.24970.2956
Hunter Lab53.6841-13.0124-11.3740
CIE-Lab60.6223-12.7483-16.1185

#639aae color RGB value is (99,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 10101110
Octal 143 232 256
Decimal 99 154 174
Hex 63 9A AE

RGB Percentages of Color #639aae

%23.19
%36.07
%40.75

CMYK Percentages of Color #639aae

%43
%11
%0
%32

Triadic Colors of #639aae

#639aae #ae639a #9aae63

Analogous Colors of #639aae

#639aae #6375ae #63ae9d

Monochromatic Colors of #639aae

#639aae

Complementary Color

#639aae #ae7763

#639aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#639aae Color CSS Codes

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

#639aae Text Font Color

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

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


#639aae Background Color

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

This div background color is #639aae


#639aae Border Color

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

This div border color is #639aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639aae


Comments

No comments written yet.

Please login to write comment.