Color Hex Logo

#646478 Color Hex

#646478
(100,100,120)
0 Favorites   0 Comments

Color spaces of #646478

RGB 100100120
HSL0.670.090.43
HSV240°17°47°
CMYK 0.170.170.00   0.53
XYZ13.202913.179719.6174
Yxy13.17970.28700.2865
Hunter Lab36.30391.3847-6.6256
CIE-Lab43.03284.4970-11.1791

#646478 color RGB value is (100,100,120).

#646478 hex color red value is 100, green value is 100 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #646478 hue: 0.67 , saturation: 0.09 and the lightness value of 646478 is 0.43.

The process color (four color CMYK) of #646478 color hex is 0.17, 0.17, 0.00, 0.53. Web safe color of #646478 is #666666. Color #646478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100100 01111000
Octal 144 144 170
Decimal 100 100 120
Hex 64 64 78

RGB Percentages of Color #646478

%31.25
%31.25
%37.50

CMYK Percentages of Color #646478

%17
%17
%0
%53

Triadic Colors of #646478

#646478 #786464 #647864

Analogous Colors of #646478

#646478 #6e6478 #646e78

Monochromatic Colors of #646478

#646478

Complementary Color

#646478 #787864

#646478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646478 Color CSS Codes

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

#646478 Text Font Color

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

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


#646478 Background Color

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

This div background color is #646478


#646478 Border Color

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

This div border color is #646478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646478


Comments

No comments written yet.

Please login to write comment.