Color Hex Logo

#64678a Color Hex

#64678A
(100,103,138)
0 Favorites   0 Comments

Color spaces of #64678a

RGB 100103138
HSL0.650.160.47
HSV235°28°54°
CMYK 0.280.250.00   0.46
XYZ14.693214.244826.0199
Yxy14.24480.26740.2592
Hunter Lab37.74233.4417-14.4555
CIE-Lab44.58207.2173-19.6598

#64678a color RGB value is (100,103,138).

#64678a hex color red value is 100, green value is 103 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #64678a hue: 0.65 , saturation: 0.16 and the lightness value of 64678a is 0.47.

The process color (four color CMYK) of #64678a color hex is 0.28, 0.25, 0.00, 0.46. Web safe color of #64678a is #666699. Color #64678a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100111 10001010
Octal 144 147 212
Decimal 100 103 138
Hex 64 67 8A

RGB Percentages of Color #64678a

%29.33
%30.21
%40.47

CMYK Percentages of Color #64678a

%28
%25
%0
%46

Triadic Colors of #64678a

#64678a #8a6467 #678a64

Analogous Colors of #64678a

#64678a #74648a #647a8a

Monochromatic Colors of #64678a

#64678a

Complementary Color

#64678a #8a8764

#64678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#64678a Color CSS Codes

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

#64678a Text Font Color

<p style="color:#64678a">Text here</p>

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


#64678a Background Color

<div style="background-color:#64678a">
Div content here</div>

This div background color is #64678a


#64678a Border Color

<div style="border:3px solid #64678a">
Div here</div>

This div border color is #64678a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64678a


Comments

No comments written yet.

Please login to write comment.