Color Hex Logo

#64679d Color Hex

#64679D
(100,103,157)
0 Favorites   0 Comments

Color spaces of #64679d

RGB 100103157
HSL0.660.230.50
HSV237°36°62°
CMYK 0.360.340.00   0.38
XYZ16.191614.844133.9101
Yxy14.84410.24930.2286
Hunter Lab38.52807.5914-25.2139
CIE-Lab45.419912.4338-29.6703

#64679d color RGB value is (100,103,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100111 10011101
Octal 144 147 235
Decimal 100 103 157
Hex 64 67 9D

RGB Percentages of Color #64679d

%27.78
%28.61
%43.61

CMYK Percentages of Color #64679d

%36
%34
%0
%38

Triadic Colors of #64679d

#64679d #9d6467 #679d64

Analogous Colors of #64679d

#64679d #7e649d #64849d

Monochromatic Colors of #64679d

#64679d

Complementary Color

#64679d #9d9a64

#64679d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64679d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64679d Color CSS Codes

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

#64679d Text Font Color

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

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


#64679d Background Color

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

This div background color is #64679d


#64679d Border Color

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

This div border color is #64679d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,103,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 #64679d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64679d


Comments

No comments written yet.

Please login to write comment.