Color Hex Logo

#639fcc Color Hex

#639FCC
(99,159,204)
0 Favorites   0 Comments

Color spaces of #639fcc

RGB 99159204
HSL0.570.510.59
HSV206°51°80°
CMYK 0.510.220.00   0.20
XYZ28.442831.808661.7673
Yxy31.80860.23310.2607
Hunter Lab56.3991-8.6786-25.4540
CIE-Lab63.1844-6.8747-29.0380

#639fcc color RGB value is (99,159,204).

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

The process color (four color CMYK) of #639fcc color hex is 0.51, 0.22, 0.00, 0.20. Web safe color of #639fcc is #6699cc. Color #639fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011111 11001100
Octal 143 237 314
Decimal 99 159 204
Hex 63 9F CC

RGB Percentages of Color #639fcc

%21.43
%34.42
%44.16

CMYK Percentages of Color #639fcc

%51
%22
%0
%20

Triadic Colors of #639fcc

#639fcc #cc639f #9fcc63

Analogous Colors of #639fcc

#639fcc #636bcc #63ccc5

Monochromatic Colors of #639fcc

#639fcc

Complementary Color

#639fcc #cc9063

#639fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#639fcc Color CSS Codes

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

#639fcc Text Font Color

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

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


#639fcc Background Color

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

This div background color is #639fcc


#639fcc Border Color

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

This div border color is #639fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639fcc


Comments

No comments written yet.

Please login to write comment.