Color Hex Logo

#648bbc Color Hex

#648BBC
(100,139,188)
0 Favorites   0 Comments

Color spaces of #648bbc

RGB 100139188
HSL0.590.400.56
HSV213°47°74°
CMYK 0.470.260.00   0.26
XYZ23.565224.805451.1229
Yxy24.80540.23690.2493
Hunter Lab49.8050-2.7017-25.9953
CIE-Lab56.8853-0.0515-29.7825

#648bbc color RGB value is (100,139,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 10111100
Octal 144 213 274
Decimal 100 139 188
Hex 64 8B BC

RGB Percentages of Color #648bbc

%23.42
%32.55
%44.03

CMYK Percentages of Color #648bbc

%47
%26
%0
%26

Triadic Colors of #648bbc

#648bbc #bc648b #8bbc64

Analogous Colors of #648bbc

#648bbc #6964bc #64b7bc

Monochromatic Colors of #648bbc

#648bbc

Complementary Color

#648bbc #bc9564

#648bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#648bbc Color CSS Codes

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

#648bbc Text Font Color

<p style="color:#648bbc">Text here</p>

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


#648bbc Background Color

<div style="background-color:#648bbc">
Div content here</div>

This div background color is #648bbc


#648bbc Border Color

<div style="border:3px solid #648bbc">
Div here</div>

This div border color is #648bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648bbc


Comments

No comments written yet.

Please login to write comment.