Color Hex Logo

#638bbf Color Hex

#638BBF
(99,139,191)
0 Favorites   0 Comments

Color spaces of #638bbf

RGB 99139191
HSL0.590.420.57
HSV214°48°75°
CMYK 0.480.270.00   0.25
XYZ23.782224.879552.8390
Yxy24.87950.23430.2451
Hunter Lab49.8794-2.1811-27.8925
CIE-Lab56.95780.5972-31.3777

#638bbf color RGB value is (99,139,191).

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

The process color (four color CMYK) of #638bbf color hex is 0.48, 0.27, 0.00, 0.25. Web safe color of #638bbf is #6699cc. Color #638bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001011 10111111
Octal 143 213 277
Decimal 99 139 191
Hex 63 8B BF

RGB Percentages of Color #638bbf

%23.08
%32.40
%44.52

CMYK Percentages of Color #638bbf

%48
%27
%0
%25

Triadic Colors of #638bbf

#638bbf #bf638b #8bbf63

Analogous Colors of #638bbf

#638bbf #6963bf #63b9bf

Monochromatic Colors of #638bbf

#638bbf

Complementary Color

#638bbf #bf9763

#638bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#638bbf Color CSS Codes

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

#638bbf Text Font Color

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

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


#638bbf Background Color

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

This div background color is #638bbf


#638bbf Border Color

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

This div border color is #638bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638bbf


Comments

No comments written yet.

Please login to write comment.