Color Hex Logo

#639cec Color Hex

#639CEC
(99,156,236)
0 Favorites   0 Comments

Color spaces of #639cec

RGB 99156236
HSL0.600.780.66
HSV215°58°93°
CMYK 0.580.340.00   0.07
XYZ32.174432.485783.9315
Yxy32.48570.21650.2186
Hunter Lab56.99621.0199-47.4119
CIE-Lab63.74234.7494-45.8931

#639cec color RGB value is (99,156,236).

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

The process color (four color CMYK) of #639cec color hex is 0.58, 0.34, 0.00, 0.07. Web safe color of #639cec is #6699ff. Color #639cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011100 11101100
Octal 143 234 354
Decimal 99 156 236
Hex 63 9C EC

RGB Percentages of Color #639cec

%20.16
%31.77
%48.07

CMYK Percentages of Color #639cec

%58
%34
%0
%7

Triadic Colors of #639cec

#639cec #ec639c #9cec63

Analogous Colors of #639cec

#639cec #6f63ec #63e1ec

Monochromatic Colors of #639cec

#639cec

Complementary Color

#639cec #ecb363

#639cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#639cec Color CSS Codes

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

#639cec Text Font Color

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

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


#639cec Background Color

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

This div background color is #639cec


#639cec Border Color

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

This div border color is #639cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639cec


Comments

No comments written yet.

Please login to write comment.