Color Hex Logo

#6fa593 Color Hex

#6FA593
(111,165,147)
0 Favorites   0 Comments

Color spaces of #6fa593

RGB 111165147
HSL0.440.230.54
HSV160°33°65°
CMYK 0.330.000.11   0.35
XYZ25.277132.396432.5246
Yxy32.39640.28020.3592
Hunter Lab56.9178-20.33475.9624
CIE-Lab63.6692-21.86313.6660

#6fa593 color RGB value is (111,165,147).

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

The process color (four color CMYK) of #6fa593 color hex is 0.33, 0.00, 0.11, 0.35. Web safe color of #6fa593 is #669999. Color #6fa593 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100101 10010011
Octal 157 245 223
Decimal 111 165 147
Hex 6F A5 93

RGB Percentages of Color #6fa593

%26.24
%39.01
%34.75

CMYK Percentages of Color #6fa593

%33
%0
%11
%35

Triadic Colors of #6fa593

#6fa593 #936fa5 #a5936f

Analogous Colors of #6fa593

#6fa593 #6f9ca5 #6fa578

Monochromatic Colors of #6fa593

#6fa593

Complementary Color

#6fa593 #a56f81

#6fa593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa593 Color CSS Codes

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

#6fa593 Text Font Color

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

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


#6fa593 Background Color

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

This div background color is #6fa593


#6fa593 Border Color

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

This div border color is #6fa593


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,165,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 #6fa593">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa593


Comments

No comments written yet.

Please login to write comment.