Color Hex Logo

#646774 Color Hex

#646774
(100,103,116)
0 Favorites   0 Comments

Color spaces of #646774

RGB 100103116
HSL0.640.070.42
HSV229°14°45°
CMYK 0.140.110.00   0.55
XYZ13.258213.670818.4629
Yxy13.67080.29210.3012
Hunter Lab36.9740-0.6978-3.7245
CIE-Lab43.75711.7361-7.6695

#646774 color RGB value is (100,103,116).

#646774 hex color red value is 100, green value is 103 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #646774 hue: 0.64 , saturation: 0.07 and the lightness value of 646774 is 0.42.

The process color (four color CMYK) of #646774 color hex is 0.14, 0.11, 0.00, 0.55. Web safe color of #646774 is #666666. Color #646774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100111 01110100
Octal 144 147 164
Decimal 100 103 116
Hex 64 67 74

RGB Percentages of Color #646774

%31.35
%32.29
%36.36

CMYK Percentages of Color #646774

%14
%11
%0
%55

Triadic Colors of #646774

#646774 #746467 #677464

Analogous Colors of #646774

#646774 #696474 #646f74

Monochromatic Colors of #646774

#646774

Complementary Color

#646774 #747164

#646774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646774 Color CSS Codes

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

#646774 Text Font Color

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

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


#646774 Background Color

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

This div background color is #646774


#646774 Border Color

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

This div border color is #646774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646774


Comments

No comments written yet.

Please login to write comment.