Color Hex Logo

#638bdb Color Hex

#638BDB
(99,139,219)
0 Favorites   0 Comments

Color spaces of #638bdb

RGB 99139219
HSL0.610.630.62
HSV220°55°86°
CMYK 0.550.370.00   0.14
XYZ27.164426.232470.6495
Yxy26.23240.21900.2115
Hunter Lab51.21765.0408-45.9323
CIE-Lab58.25709.2764-45.1169

#638bdb color RGB value is (99,139,219).

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

The process color (four color CMYK) of #638bdb color hex is 0.55, 0.37, 0.00, 0.14. Web safe color of #638bdb is #6699cc. Color #638bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001011 11011011
Octal 143 213 333
Decimal 99 139 219
Hex 63 8B DB

RGB Percentages of Color #638bdb

%21.66
%30.42
%47.92

CMYK Percentages of Color #638bdb

%55
%37
%0
%14

Triadic Colors of #638bdb

#638bdb #db638b #8bdb63

Analogous Colors of #638bdb

#638bdb #7763db #63c7db

Monochromatic Colors of #638bdb

#638bdb

Complementary Color

#638bdb #dbb363

#638bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#638bdb Color CSS Codes

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

#638bdb Text Font Color

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

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


#638bdb Background Color

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

This div background color is #638bdb


#638bdb Border Color

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

This div border color is #638bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638bdb


Comments

No comments written yet.

Please login to write comment.