Color Hex Logo

#64506b Color Hex

#64506B
(100,80,107)
0 Favorites   0 Comments

Color spaces of #64506b

RGB 10080107
HSL0.790.140.37
HSV284°25°42°
CMYK 0.070.250.00   0.58
XYZ10.77809.508215.1771
Yxy9.50820.30390.2681
Hunter Lab30.83548.4299-7.5976
CIE-Lab36.944913.8011-12.4143

#64506b color RGB value is (100,80,107).

#64506b hex color red value is 100, green value is 80 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #64506b hue: 0.79 , saturation: 0.14 and the lightness value of 64506b is 0.37.

The process color (four color CMYK) of #64506b color hex is 0.07, 0.25, 0.00, 0.58. Web safe color of #64506b is #666666. Color #64506b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010000 01101011
Octal 144 120 153
Decimal 100 80 107
Hex 64 50 6B

RGB Percentages of Color #64506b

%34.84
%27.87
%37.28

CMYK Percentages of Color #64506b

%7
%25
%0
%58

Triadic Colors of #64506b

#64506b #6b6450 #506b64

Analogous Colors of #64506b

#64506b #6b5065 #57506b

Monochromatic Colors of #64506b

#64506b

Complementary Color

#64506b #576b50

#64506b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64506b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64506b Color CSS Codes

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

#64506b Text Font Color

<p style="color:#64506b">Text here</p>

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


#64506b Background Color

<div style="background-color:#64506b">
Div content here</div>

This div background color is #64506b


#64506b Border Color

<div style="border:3px solid #64506b">
Div here</div>

This div border color is #64506b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,80,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64506b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64506b;
  -webkit-box-shadow: 1px 1px 3px 2px #64506b;
  box-shadow:         1px 1px 3px 2px #64506b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64506b


Comments

No comments written yet.

Please login to write comment.