Color Hex Logo

#6fa493 Color Hex

#6FA493
(111,164,147)
0 Favorites   0 Comments

Color spaces of #6fa493

RGB 111164147
HSL0.450.230.54
HSV161°32°64°
CMYK 0.320.000.10   0.36
XYZ25.097532.037032.4647
Yxy32.03700.28010.3576
Hunter Lab56.6012-19.90375.6140
CIE-Lab63.3735-21.35183.2383

#6fa493 color RGB value is (111,164,147).

#6fa493 hex color red value is 111, green value is 164 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #6fa493 hue: 0.45 , saturation: 0.23 and the lightness value of 6fa493 is 0.54.

The process color (four color CMYK) of #6fa493 color hex is 0.32, 0.00, 0.10, 0.36. Web safe color of #6fa493 is #669999. Color #6fa493 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100100 10010011
Octal 157 244 223
Decimal 111 164 147
Hex 6F A4 93

RGB Percentages of Color #6fa493

%26.30
%38.86
%34.83

CMYK Percentages of Color #6fa493

%32
%0
%10
%36

Triadic Colors of #6fa493

#6fa493 #936fa4 #a4936f

Analogous Colors of #6fa493

#6fa493 #6f9ba4 #6fa479

Monochromatic Colors of #6fa493

#6fa493

Complementary Color

#6fa493 #a46f80

#6fa493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa493 Color CSS Codes

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

#6fa493 Text Font Color

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

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


#6fa493 Background Color

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

This div background color is #6fa493


#6fa493 Border Color

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

This div border color is #6fa493


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,164,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fa493; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fa493;
  -webkit-box-shadow: 1px 1px 3px 2px #6fa493;
  box-shadow:         1px 1px 3px 2px #6fa493; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa493


Comments

No comments written yet.

Please login to write comment.