Color Hex Logo

#64678f Color Hex

#64678F
(100,103,143)
0 Favorites   0 Comments

Color spaces of #64678f

RGB 100103143
HSL0.660.180.48
HSV236°30°56°
CMYK 0.300.280.00   0.44
XYZ15.063714.393027.9708
Yxy14.39300.26230.2506
Hunter Lab37.93814.4835-17.1563
CIE-Lab44.79138.5517-22.3262

#64678f color RGB value is (100,103,143).

#64678f hex color red value is 100, green value is 103 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #64678f hue: 0.66 , saturation: 0.18 and the lightness value of 64678f is 0.48.

The process color (four color CMYK) of #64678f color hex is 0.30, 0.28, 0.00, 0.44. Web safe color of #64678f is #666699. Color #64678f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100111 10001111
Octal 144 147 217
Decimal 100 103 143
Hex 64 67 8F

RGB Percentages of Color #64678f

%28.90
%29.77
%41.33

CMYK Percentages of Color #64678f

%30
%28
%0
%44

Triadic Colors of #64678f

#64678f #8f6467 #678f64

Analogous Colors of #64678f

#64678f #77648f #647d8f

Monochromatic Colors of #64678f

#64678f

Complementary Color

#64678f #8f8c64

#64678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64678f Color CSS Codes

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

#64678f Text Font Color

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

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


#64678f Background Color

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

This div background color is #64678f


#64678f Border Color

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

This div border color is #64678f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64678f


Comments

No comments written yet.

Please login to write comment.