Color Hex Logo

#638bbc Color Hex

#638BBC
(99,139,188)
0 Favorites   0 Comments

Color spaces of #638bbc

RGB 99139188
HSL0.590.400.56
HSV213°47°74°
CMYK 0.470.260.00   0.26
XYZ23.455324.748751.1177
Yxy24.74870.23620.2492
Hunter Lab49.7481-2.8996-26.0987
CIE-Lab56.8297-0.3010-29.8730

#638bbc color RGB value is (99,139,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001011 10111100
Octal 143 213 274
Decimal 99 139 188
Hex 63 8B BC

RGB Percentages of Color #638bbc

%23.24
%32.63
%44.13

CMYK Percentages of Color #638bbc

%47
%26
%0
%26

Triadic Colors of #638bbc

#638bbc #bc638b #8bbc63

Analogous Colors of #638bbc

#638bbc #6863bc #63b8bc

Monochromatic Colors of #638bbc

#638bbc

Complementary Color

#638bbc #bc9463

#638bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#638bbc Color CSS Codes

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

#638bbc Text Font Color

<p style="color:#638bbc">Text here</p>

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


#638bbc Background Color

<div style="background-color:#638bbc">
Div content here</div>

This div background color is #638bbc


#638bbc Border Color

<div style="border:3px solid #638bbc">
Div here</div>

This div border color is #638bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638bbc


Comments

No comments written yet.

Please login to write comment.