Color Hex Logo

#639fea Color Hex

#639FEA
(99,159,234)
0 Favorites   0 Comments

Color spaces of #639fea

RGB 99159234
HSL0.590.760.65
HSV213°58°92°
CMYK 0.580.320.00   0.08
XYZ32.395033.389482.5793
Yxy33.38940.21830.2251
Hunter Lab57.7836-1.0494-44.2837
CIE-Lab64.47502.3859-43.6398

#639fea color RGB value is (99,159,234).

#639fea hex color red value is 99, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #639fea hue: 0.59 , saturation: 0.76 and the lightness value of 639fea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011111 11101010
Octal 143 237 352
Decimal 99 159 234
Hex 63 9F EA

RGB Percentages of Color #639fea

%20.12
%32.32
%47.56

CMYK Percentages of Color #639fea

%58
%32
%0
%8

Triadic Colors of #639fea

#639fea #ea639f #9fea63

Analogous Colors of #639fea

#639fea #6b63ea #63e3ea

Monochromatic Colors of #639fea

#639fea

Complementary Color

#639fea #eaae63

#639fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#639fea Color CSS Codes

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

#639fea Text Font Color

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

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


#639fea Background Color

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

This div background color is #639fea


#639fea Border Color

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

This div border color is #639fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639fea


Comments

No comments written yet.

Please login to write comment.