Color Hex Logo

#639bba Color Hex

#639BBA
(99,155,186)
0 Favorites   0 Comments

Color spaces of #639bba

RGB 99155186
HSL0.560.390.56
HSV201°47°73°
CMYK 0.470.170.00   0.27
XYZ25.729929.640550.8195
Yxy29.64050.24230.2791
Hunter Lab54.4431-10.9160-17.2337
CIE-Lab61.3428-9.9270-21.7890

#639bba color RGB value is (99,155,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 10111010
Octal 143 233 272
Decimal 99 155 186
Hex 63 9B BA

RGB Percentages of Color #639bba

%22.50
%35.23
%42.27

CMYK Percentages of Color #639bba

%47
%17
%0
%27

Triadic Colors of #639bba

#639bba #ba639b #9bba63

Analogous Colors of #639bba

#639bba #6370ba #63baae

Monochromatic Colors of #639bba

#639bba

Complementary Color

#639bba #ba8263

#639bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#639bba Color CSS Codes

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

#639bba Text Font Color

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

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


#639bba Background Color

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

This div background color is #639bba


#639bba Border Color

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

This div border color is #639bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639bba


Comments

No comments written yet.

Please login to write comment.