Color Hex Logo

#64879b Color Hex

#64879B
(100,135,155)
0 Favorites   0 Comments

Color spaces of #64879b

RGB 100135155
HSL0.560.220.50
HSV202°35°61°
CMYK 0.350.130.00   0.39
XYZ19.835922.403834.2893
Yxy22.40380.25920.2927
Hunter Lab47.3327-8.0274-9.8187
CIE-Lab54.4528-7.0965-14.5997

#64879b color RGB value is (100,135,155).

#64879b hex color red value is 100, green value is 135 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #64879b hue: 0.56 , saturation: 0.22 and the lightness value of 64879b is 0.50.

The process color (four color CMYK) of #64879b color hex is 0.35, 0.13, 0.00, 0.39. Web safe color of #64879b is #669999. Color #64879b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000111 10011011
Octal 144 207 233
Decimal 100 135 155
Hex 64 87 9B

RGB Percentages of Color #64879b

%25.64
%34.62
%39.74

CMYK Percentages of Color #64879b

%35
%13
%0
%39

Triadic Colors of #64879b

#64879b #9b6487 #879b64

Analogous Colors of #64879b

#64879b #646c9b #649b94

Monochromatic Colors of #64879b

#64879b

Complementary Color

#64879b #9b7864

#64879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64879b Color CSS Codes

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

#64879b Text Font Color

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

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


#64879b Background Color

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

This div background color is #64879b


#64879b Border Color

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

This div border color is #64879b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64879b


Comments

No comments written yet.

Please login to write comment.