Color Hex Logo

#648cbb Color Hex

#648CBB
(100,140,187)
0 Favorites   0 Comments

Color spaces of #648cbb

RGB 100140187
HSL0.590.390.56
HSV212°47°73°
CMYK 0.470.250.00   0.27
XYZ23.603325.053350.6055
Yxy25.05330.23780.2524
Hunter Lab50.0533-3.4191-24.9068
CIE-Lab57.1273-0.9254-28.8390

#648cbb color RGB value is (100,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001100 10111011
Octal 144 214 273
Decimal 100 140 187
Hex 64 8C BB

RGB Percentages of Color #648cbb

%23.42
%32.79
%43.79

CMYK Percentages of Color #648cbb

%47
%25
%0
%27

Triadic Colors of #648cbb

#648cbb #bb648c #8cbb64

Analogous Colors of #648cbb

#648cbb #6864bb #64b8bb

Monochromatic Colors of #648cbb

#648cbb

Complementary Color

#648cbb #bb9364

#648cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#648cbb Color CSS Codes

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

#648cbb Text Font Color

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

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


#648cbb Background Color

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

This div background color is #648cbb


#648cbb Border Color

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

This div border color is #648cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648cbb


Comments

No comments written yet.

Please login to write comment.