Color Hex Logo

#639dda Color Hex

#639DDA
(99,157,218)
0 Favorites   0 Comments

Color spaces of #639dda

RGB 99157218
HSL0.590.620.62
HSV211°55°85°
CMYK 0.550.280.00   0.15
XYZ29.857431.828570.8995
Yxy31.82850.22520.2401
Hunter Lab56.4168-4.2619-35.0186
CIE-Lab63.2009-1.4909-36.7970

#639dda color RGB value is (99,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011101 11011010
Octal 143 235 332
Decimal 99 157 218
Hex 63 9D DA

RGB Percentages of Color #639dda

%20.89
%33.12
%45.99

CMYK Percentages of Color #639dda

%55
%28
%0
%15

Triadic Colors of #639dda

#639dda #da639d #9dda63

Analogous Colors of #639dda

#639dda #6563da #63d9da

Monochromatic Colors of #639dda

#639dda

Complementary Color

#639dda #daa063

#639dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#639dda Color CSS Codes

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

#639dda Text Font Color

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

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


#639dda Background Color

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

This div background color is #639dda


#639dda Border Color

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

This div border color is #639dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639dda


Comments

No comments written yet.

Please login to write comment.