Color Hex Logo

#638adb Color Hex

#638ADB
(99,138,219)
0 Favorites   0 Comments

Color spaces of #638adb

RGB 99138219
HSL0.610.630.62
HSV221°55°86°
CMYK 0.550.370.00   0.14
XYZ27.020325.944170.6014
Yxy25.94410.21870.2100
Hunter Lab50.93545.5542-46.5270
CIE-Lab57.98409.8699-45.5484

#638adb color RGB value is (99,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 11011011
Octal 143 212 333
Decimal 99 138 219
Hex 63 8A DB

RGB Percentages of Color #638adb

%21.71
%30.26
%48.03

CMYK Percentages of Color #638adb

%55
%37
%0
%14

Triadic Colors of #638adb

#638adb #db638a #8adb63

Analogous Colors of #638adb

#638adb #7863db #63c6db

Monochromatic Colors of #638adb

#638adb

Complementary Color

#638adb #dbb463

#638adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#638adb Color CSS Codes

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

#638adb Text Font Color

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

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


#638adb Background Color

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

This div background color is #638adb


#638adb Border Color

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

This div border color is #638adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638adb


Comments

No comments written yet.

Please login to write comment.