Color Hex Logo

#649bcf Color Hex

#649BCF
(100,155,207)
0 Favorites   0 Comments

Color spaces of #649bcf

RGB 100155207
HSL0.580.530.60
HSV209°52°81°
CMYK 0.520.250.00   0.19
XYZ28.239430.657063.4605
Yxy30.65700.23080.2506
Hunter Lab55.3688-5.8560-29.1967
CIE-Lab62.2170-3.5041-32.2051

#649bcf color RGB value is (100,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011011 11001111
Octal 144 233 317
Decimal 100 155 207
Hex 64 9B CF

RGB Percentages of Color #649bcf

%21.65
%33.55
%44.81

CMYK Percentages of Color #649bcf

%52
%25
%0
%19

Triadic Colors of #649bcf

#649bcf #cf649b #9bcf64

Analogous Colors of #649bcf

#649bcf #6466cf #64cfce

Monochromatic Colors of #649bcf

#649bcf

Complementary Color

#649bcf #cf9864

#649bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#649bcf Color CSS Codes

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

#649bcf Text Font Color

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

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


#649bcf Background Color

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

This div background color is #649bcf


#649bcf Border Color

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

This div border color is #649bcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,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 #649bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649bcf


Comments

No comments written yet.

Please login to write comment.