Color Hex Logo

#639cfc Color Hex

#639CFC
(99,156,252)
0 Favorites   0 Comments

Color spaces of #639cfc

RGB 99156252
HSL0.600.960.69
HSV218°61°99°
CMYK 0.610.380.00   0.01
XYZ34.604733.457996.7296
Yxy33.45790.21000.2030
Hunter Lab57.84285.5635-58.6598
CIE-Lab64.53009.9160-53.4185

#639cfc color RGB value is (99,156,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011100 11111100
Octal 143 234 374
Decimal 99 156 252
Hex 63 9C FC

RGB Percentages of Color #639cfc

%19.53
%30.77
%49.70

CMYK Percentages of Color #639cfc

%61
%38
%0
%1

Triadic Colors of #639cfc

#639cfc #fc639c #9cfc63

Analogous Colors of #639cfc

#639cfc #7763fc #63e9fc

Monochromatic Colors of #639cfc

#639cfc

Complementary Color

#639cfc #fcc363

#639cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639cfc Color CSS Codes

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

#639cfc Text Font Color

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

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


#639cfc Background Color

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

This div background color is #639cfc


#639cfc Border Color

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

This div border color is #639cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639cfc


Comments

No comments written yet.

Please login to write comment.