Color Hex Logo

#638bfb Color Hex

#638BFB
(99,139,251)
0 Favorites   0 Comments

Color spaces of #638bfb

RGB 99139251
HSL0.620.950.69
HSV224°61°98°
CMYK 0.610.450.00   0.02
XYZ31.790828.082995.0118
Yxy28.08290.20530.1813
Hunter Lab52.993314.3443-69.2059
CIE-Lab59.963619.6467-60.1467

#638bfb color RGB value is (99,139,251).

#638bfb hex color red value is 99, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #638bfb hue: 0.62 , saturation: 0.95 and the lightness value of 638bfb is 0.69.

The process color (four color CMYK) of #638bfb color hex is 0.61, 0.45, 0.00, 0.02. Web safe color of #638bfb is #6699ff. Color #638bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001011 11111011
Octal 143 213 373
Decimal 99 139 251
Hex 63 8B FB

RGB Percentages of Color #638bfb

%20.25
%28.43
%51.33

CMYK Percentages of Color #638bfb

%61
%45
%0
%2

Triadic Colors of #638bfb

#638bfb #fb638b #8bfb63

Analogous Colors of #638bfb

#638bfb #8763fb #63d7fb

Monochromatic Colors of #638bfb

#638bfb

Complementary Color

#638bfb #fbd363

#638bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#638bfb Color CSS Codes

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

#638bfb Text Font Color

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

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


#638bfb Background Color

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

This div background color is #638bfb


#638bfb Border Color

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

This div border color is #638bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.