Color Hex Logo

#649dbc Color Hex

#649DBC
(100,157,188)
0 Favorites   0 Comments

Color spaces of #649dbc

RGB 100157188
HSL0.560.400.56
HSV201°47°74°
CMYK 0.470.160.00   0.26
XYZ26.389630.454152.0643
Yxy30.45410.24230.2796
Hunter Lab55.1852-11.2154-17.3073
CIE-Lab62.0441-10.2087-21.8364

#649dbc color RGB value is (100,157,188).

#649dbc hex color red value is 100, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #649dbc hue: 0.56 , saturation: 0.40 and the lightness value of 649dbc is 0.56.

The process color (four color CMYK) of #649dbc color hex is 0.47, 0.16, 0.00, 0.26. Web safe color of #649dbc is #6699cc. Color #649dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011101 10111100
Octal 144 235 274
Decimal 100 157 188
Hex 64 9D BC

RGB Percentages of Color #649dbc

%22.47
%35.28
%42.25

CMYK Percentages of Color #649dbc

%47
%16
%0
%26

Triadic Colors of #649dbc

#649dbc #bc649d #9dbc64

Analogous Colors of #649dbc

#649dbc #6471bc #64bcaf

Monochromatic Colors of #649dbc

#649dbc

Complementary Color

#649dbc #bc8364

#649dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#649dbc Color CSS Codes

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

#649dbc Text Font Color

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

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


#649dbc Background Color

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

This div background color is #649dbc


#649dbc Border Color

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

This div border color is #649dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,157,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649dbc


Comments

No comments written yet.

Please login to write comment.