Color Hex Logo

#639ad7 Color Hex

#639AD7
(99,154,215)
0 Favorites   0 Comments

Color spaces of #639ad7

RGB 99154215
HSL0.590.590.62
HSV212°54°84°
CMYK 0.540.280.00   0.16
XYZ28.966930.670168.6832
Yxy30.67010.22570.2390
Hunter Lab55.3806-3.5513-34.7652
CIE-Lab62.2281-0.7114-36.6486

#639ad7 color RGB value is (99,154,215).

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

The process color (four color CMYK) of #639ad7 color hex is 0.54, 0.28, 0.00, 0.16. Web safe color of #639ad7 is #6699cc. Color #639ad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011010 11010111
Octal 143 232 327
Decimal 99 154 215
Hex 63 9A D7

RGB Percentages of Color #639ad7

%21.15
%32.91
%45.94

CMYK Percentages of Color #639ad7

%54
%28
%0
%16

Triadic Colors of #639ad7

#639ad7 #d7639a #9ad763

Analogous Colors of #639ad7

#639ad7 #6663d7 #63d4d7

Monochromatic Colors of #639ad7

#639ad7

Complementary Color

#639ad7 #d7a063

#639ad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639ad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639ad7 Color CSS Codes

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

#639ad7 Text Font Color

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

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


#639ad7 Background Color

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

This div background color is #639ad7


#639ad7 Border Color

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

This div border color is #639ad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639ad7


Comments

No comments written yet.

Please login to write comment.