Color Hex Logo

#649abf Color Hex

#649ABF
(100,154,191)
0 Favorites   0 Comments

Color spaces of #649abf

RGB 100154191
HSL0.570.420.57
HSV204°48°75°
CMYK 0.480.190.00   0.25
XYZ26.215129.582153.6185
Yxy29.58210.23960.2704
Hunter Lab54.3894-9.1465-20.3770
CIE-Lab61.2920-7.6874-24.6741

#649abf color RGB value is (100,154,191).

#649abf hex color red value is 100, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #649abf hue: 0.57 , saturation: 0.42 and the lightness value of 649abf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011010 10111111
Octal 144 232 277
Decimal 100 154 191
Hex 64 9A BF

RGB Percentages of Color #649abf

%22.47
%34.61
%42.92

CMYK Percentages of Color #649abf

%48
%19
%0
%25

Triadic Colors of #649abf

#649abf #bf649a #9abf64

Analogous Colors of #649abf

#649abf #646dbf #64bfb7

Monochromatic Colors of #649abf

#649abf

Complementary Color

#649abf #bf8964

#649abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#649abf Color CSS Codes

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

#649abf Text Font Color

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

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


#649abf Background Color

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

This div background color is #649abf


#649abf Border Color

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

This div border color is #649abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649abf


Comments

No comments written yet.

Please login to write comment.