Color Hex Logo

#639efb Color Hex

#639EFB
(99,158,251)
0 Favorites   0 Comments

Color spaces of #639efb

RGB 99158251
HSL0.600.950.69
HSV217°61°98°
CMYK 0.610.370.00   0.02
XYZ34.785034.071496.0099
Yxy34.07140.21100.2067
Hunter Lab58.37074.2252-56.6625
CIE-Lab65.01928.4262-52.0970

#639efb color RGB value is (99,158,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011110 11111011
Octal 143 236 373
Decimal 99 158 251
Hex 63 9E FB

RGB Percentages of Color #639efb

%19.49
%31.10
%49.41

CMYK Percentages of Color #639efb

%61
%37
%0
%2

Triadic Colors of #639efb

#639efb #fb639e #9efb63

Analogous Colors of #639efb

#639efb #7463fb #63eafb

Monochromatic Colors of #639efb

#639efb

Complementary Color

#639efb #fbc063

#639efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#639efb Color CSS Codes

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

#639efb Text Font Color

<p style="color:#639efb">Text here</p>

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


#639efb Background Color

<div style="background-color:#639efb">
Div content here</div>

This div background color is #639efb


#639efb Border Color

<div style="border:3px solid #639efb">
Div here</div>

This div border color is #639efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639efb


Comments

No comments written yet.

Please login to write comment.