Color Hex Logo

#64868b Color Hex

#64868B
(100,134,139)
0 Favorites   0 Comments

Color spaces of #64868b

RGB 100134139
HSL0.520.160.47
HSV188°28°55°
CMYK 0.280.040.00   0.45
XYZ18.440821.623627.6279
Yxy21.62360.27240.3194
Hunter Lab46.5012-10.5900-2.6753
CIE-Lab53.6253-10.6524-6.5735

#64868b color RGB value is (100,134,139).

#64868b hex color red value is 100, green value is 134 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #64868b hue: 0.52 , saturation: 0.16 and the lightness value of 64868b is 0.47.

The process color (four color CMYK) of #64868b color hex is 0.28, 0.04, 0.00, 0.45. Web safe color of #64868b is #669999. Color #64868b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 10001011
Octal 144 206 213
Decimal 100 134 139
Hex 64 86 8B

RGB Percentages of Color #64868b

%26.81
%35.92
%37.27

CMYK Percentages of Color #64868b

%28
%4
%0
%45

Triadic Colors of #64868b

#64868b #8b6486 #868b64

Analogous Colors of #64868b

#64868b #64738b #648b7d

Monochromatic Colors of #64868b

#64868b

Complementary Color

#64868b #8b6964

#64868b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64868b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64868b Color CSS Codes

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

#64868b Text Font Color

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

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


#64868b Background Color

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

This div background color is #64868b


#64868b Border Color

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

This div border color is #64868b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64868b


Comments

No comments written yet.

Please login to write comment.