Color Hex Logo

#679690 Color Hex

#679690
(103,150,144)
0 Favorites   0 Comments

Color spaces of #679690

RGB 103150144
HSL0.480.190.50
HSV172°31°59°
CMYK 0.310.000.04   0.41
XYZ21.533926.709930.4061
Yxy26.70990.27380.3396
Hunter Lab51.6816-16.06821.2948
CIE-Lab58.7048-17.1921-1.9250

#679690 color RGB value is (103,150,144).

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

The process color (four color CMYK) of #679690 color hex is 0.31, 0.00, 0.04, 0.41. Web safe color of #679690 is #669999. Color #679690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10010110 10010000
Octal 147 226 220
Decimal 103 150 144
Hex 67 96 90

RGB Percentages of Color #679690

%25.94
%37.78
%36.27

CMYK Percentages of Color #679690

%31
%0
%4
%41

Triadic Colors of #679690

#679690 #906796 #969067

Analogous Colors of #679690

#679690 #678596 #679679

Monochromatic Colors of #679690

#679690

Complementary Color

#679690 #96676d

#679690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679690 Color CSS Codes

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

#679690 Text Font Color

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

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


#679690 Background Color

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

This div background color is #679690


#679690 Border Color

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

This div border color is #679690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679690


Comments

No comments written yet.

Please login to write comment.