Color Hex Logo

#639dbc Color Hex

#639DBC
(99,157,188)
0 Favorites   0 Comments

Color spaces of #639dbc

RGB 99157188
HSL0.560.400.56
HSV201°47°74°
CMYK 0.470.160.00   0.26
XYZ26.279730.397452.0592
Yxy30.39740.24170.2796
Hunter Lab55.1338-11.4017-17.3899
CIE-Lab61.9956-10.4533-21.9149

#639dbc color RGB value is (99,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011101 10111100
Octal 143 235 274
Decimal 99 157 188
Hex 63 9D BC

RGB Percentages of Color #639dbc

%22.30
%35.36
%42.34

CMYK Percentages of Color #639dbc

%47
%16
%0
%26

Triadic Colors of #639dbc

#639dbc #bc639d #9dbc63

Analogous Colors of #639dbc

#639dbc #6371bc #63bcaf

Monochromatic Colors of #639dbc

#639dbc

Complementary Color

#639dbc #bc8263

#639dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639dbc Color CSS Codes

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

#639dbc Text Font Color

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

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


#639dbc Background Color

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

This div background color is #639dbc


#639dbc Border Color

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

This div border color is #639dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639dbc


Comments

No comments written yet.

Please login to write comment.