Color Hex Logo

#639bfc Color Hex

#639BFC
(99,155,252)
0 Favorites   0 Comments

Color spaces of #639bfc

RGB 99155252
HSL0.610.960.69
HSV218°61°99°
CMYK 0.610.380.00   0.01
XYZ34.437633.123696.6739
Yxy33.12360.20970.2017
Hunter Lab57.55316.0897-59.3042
CIE-Lab64.260910.5004-53.8456

#639bfc color RGB value is (99,155,252).

#639bfc hex color red value is 99, green value is 155 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #639bfc hue: 0.61 , saturation: 0.96 and the lightness value of 639bfc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 11111100
Octal 143 233 374
Decimal 99 155 252
Hex 63 9B FC

RGB Percentages of Color #639bfc

%19.57
%30.63
%49.80

CMYK Percentages of Color #639bfc

%61
%38
%0
%1

Triadic Colors of #639bfc

#639bfc #fc639b #9bfc63

Analogous Colors of #639bfc

#639bfc #7863fc #63e8fc

Monochromatic Colors of #639bfc

#639bfc

Complementary Color

#639bfc #fcc463

#639bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639bfc Color CSS Codes

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

#639bfc Text Font Color

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

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


#639bfc Background Color

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

This div background color is #639bfc


#639bfc Border Color

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

This div border color is #639bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.