Color Hex Logo

#677996 Color Hex

#677996
(103,121,150)
0 Favorites   0 Comments

Color spaces of #677996

RGB 103121150
HSL0.600.190.50
HSV217°31°59°
CMYK 0.310.190.00   0.41
XYZ17.935918.760331.5299
Yxy18.76030.26290.2750
Hunter Lab43.3132-1.8815-12.8411
CIE-Lab50.40560.5597-17.8252

#677996 color RGB value is (103,121,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111001 10010110
Octal 147 171 226
Decimal 103 121 150
Hex 67 79 96

RGB Percentages of Color #677996

%27.54
%32.35
%40.11

CMYK Percentages of Color #677996

%31
%19
%0
%41

Triadic Colors of #677996

#677996 #966779 #799667

Analogous Colors of #677996

#677996 #6d6796 #679196

Monochromatic Colors of #677996

#677996

Complementary Color

#677996 #968467

#677996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#677996 Color CSS Codes

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

#677996 Text Font Color

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

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


#677996 Background Color

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

This div background color is #677996


#677996 Border Color

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

This div border color is #677996


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,121,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 #677996">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677996


Comments

No comments written yet.

Please login to write comment.