Color Hex Logo

#639bcf Color Hex

#639BCF
(99,155,207)
0 Favorites   0 Comments

Color spaces of #639bcf

RGB 99155207
HSL0.580.530.60
HSV209°52°81°
CMYK 0.520.250.00   0.19
XYZ28.129430.600363.4554
Yxy30.60030.23020.2504
Hunter Lab55.3175-6.0370-29.2900
CIE-Lab62.1688-3.7299-32.2838

#639bcf color RGB value is (99,155,207).

#639bcf hex color red value is 99, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #639bcf hue: 0.58 , saturation: 0.53 and the lightness value of 639bcf is 0.60.

The process color (four color CMYK) of #639bcf color hex is 0.52, 0.25, 0.00, 0.19. Web safe color of #639bcf is #6699cc. Color #639bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011011 11001111
Octal 143 233 317
Decimal 99 155 207
Hex 63 9B CF

RGB Percentages of Color #639bcf

%21.48
%33.62
%44.90

CMYK Percentages of Color #639bcf

%52
%25
%0
%19

Triadic Colors of #639bcf

#639bcf #cf639b #9bcf63

Analogous Colors of #639bcf

#639bcf #6365cf #63cfcd

Monochromatic Colors of #639bcf

#639bcf

Complementary Color

#639bcf #cf9763

#639bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#639bcf Color CSS Codes

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

#639bcf Text Font Color

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

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


#639bcf Background Color

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

This div background color is #639bcf


#639bcf Border Color

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

This div border color is #639bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639bcf


Comments

No comments written yet.

Please login to write comment.