Color Hex Logo

#677696 Color Hex

#677696
(103,118,150)
0 Favorites   0 Comments

Color spaces of #677696

RGB 103118150
HSL0.610.190.50
HSV221°31°59°
CMYK 0.310.210.00   0.41
XYZ17.577018.042431.4103
Yxy18.04240.26220.2692
Hunter Lab42.4763-0.4691-14.1102
CIE-Lab49.54752.3325-19.1371

#677696 color RGB value is (103,118,150).

#677696 hex color red value is 103, green value is 118 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #677696 hue: 0.61 , saturation: 0.19 and the lightness value of 677696 is 0.50.

The process color (four color CMYK) of #677696 color hex is 0.31, 0.21, 0.00, 0.41. Web safe color of #677696 is #666699. Color #677696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01110110 10010110
Octal 147 166 226
Decimal 103 118 150
Hex 67 76 96

RGB Percentages of Color #677696

%27.76
%31.81
%40.43

CMYK Percentages of Color #677696

%31
%21
%0
%41

Triadic Colors of #677696

#677696 #966776 #769667

Analogous Colors of #677696

#677696 #706796 #678e96

Monochromatic Colors of #677696

#677696

Complementary Color

#677696 #968767

#677696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#677696 Color CSS Codes

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

#677696 Text Font Color

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

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


#677696 Background Color

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

This div background color is #677696


#677696 Border Color

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

This div border color is #677696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677696


Comments

No comments written yet.

Please login to write comment.