Color Hex Logo

#64769d Color Hex

#64769D
(100,118,157)
0 Favorites   0 Comments

Color spaces of #64769d

RGB 100118157
HSL0.610.230.50
HSV221°36°62°
CMYK 0.360.250.00   0.38
XYZ17.819818.100534.4528
Yxy18.10050.25320.2572
Hunter Lab42.54470.3114-18.2319
CIE-Lab49.61783.3352-23.1520

#64769d color RGB value is (100,118,157).

#64769d hex color red value is 100, green value is 118 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #64769d hue: 0.61 , saturation: 0.23 and the lightness value of 64769d is 0.50.

The process color (four color CMYK) of #64769d color hex is 0.36, 0.25, 0.00, 0.38. Web safe color of #64769d is #666699. Color #64769d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110110 10011101
Octal 144 166 235
Decimal 100 118 157
Hex 64 76 9D

RGB Percentages of Color #64769d

%26.67
%31.47
%41.87

CMYK Percentages of Color #64769d

%36
%25
%0
%38

Triadic Colors of #64769d

#64769d #9d6476 #769d64

Analogous Colors of #64769d

#64769d #6f649d #64939d

Monochromatic Colors of #64769d

#64769d

Complementary Color

#64769d #9d8b64

#64769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64769d Color CSS Codes

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

#64769d Text Font Color

<p style="color:#64769d">Text here</p>

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


#64769d Background Color

<div style="background-color:#64769d">
Div content here</div>

This div background color is #64769d


#64769d Border Color

<div style="border:3px solid #64769d">
Div here</div>

This div border color is #64769d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,118,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64769d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64769d;
  -webkit-box-shadow: 1px 1px 3px 2px #64769d;
  box-shadow:         1px 1px 3px 2px #64769d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64769d


Comments

No comments written yet.

Please login to write comment.