Color Hex Logo

#64867b Color Hex

#64867B
(100,134,123)
0 Favorites   0 Comments

Color spaces of #64867b

RGB 100134123
HSL0.450.150.46
HSV161°25°53°
CMYK 0.250.000.08   0.47
XYZ17.355821.189621.9141
Yxy21.18960.28710.3505
Hunter Lab46.0322-13.25533.9969
CIE-Lab53.1564-14.42312.0288

#64867b color RGB value is (100,134,123).

#64867b hex color red value is 100, green value is 134 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #64867b hue: 0.45 , saturation: 0.15 and the lightness value of 64867b is 0.46.

The process color (four color CMYK) of #64867b color hex is 0.25, 0.00, 0.08, 0.47. Web safe color of #64867b is #669966. Color #64867b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 01111011
Octal 144 206 173
Decimal 100 134 123
Hex 64 86 7B

RGB Percentages of Color #64867b

%28.01
%37.54
%34.45

CMYK Percentages of Color #64867b

%25
%0
%8
%47

Triadic Colors of #64867b

#64867b #7b6486 #867b64

Analogous Colors of #64867b

#64867b #648086 #64866a

Monochromatic Colors of #64867b

#64867b

Complementary Color

#64867b #86646f

#64867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64867b Color CSS Codes

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

#64867b Text Font Color

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

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


#64867b Background Color

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

This div background color is #64867b


#64867b Border Color

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

This div border color is #64867b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64867b


Comments

No comments written yet.

Please login to write comment.