Color Hex Logo

#6fa1aa Color Hex

#6FA1AA
(111,161,170)
0 Favorites   0 Comments

Color spaces of #6fa1aa

RGB 111161170
HSL0.530.260.55
HSV189°35°67°
CMYK 0.350.050.00   0.33
XYZ26.556131.771542.7631
Yxy31.77150.26270.3143
Hunter Lab56.3662-14.5433-5.5249
CIE-Lab63.1536-14.3065-9.9930

#6fa1aa color RGB value is (111,161,170).

#6fa1aa hex color red value is 111, green value is 161 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6fa1aa hue: 0.53 , saturation: 0.26 and the lightness value of 6fa1aa is 0.55.

The process color (four color CMYK) of #6fa1aa color hex is 0.35, 0.05, 0.00, 0.33. Web safe color of #6fa1aa is #669999. Color #6fa1aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100001 10101010
Octal 157 241 252
Decimal 111 161 170
Hex 6F A1 AA

RGB Percentages of Color #6fa1aa

%25.11
%36.43
%38.46

CMYK Percentages of Color #6fa1aa

%35
%5
%0
%33

Triadic Colors of #6fa1aa

#6fa1aa #aa6fa1 #a1aa6f

Analogous Colors of #6fa1aa

#6fa1aa #6f84aa #6faa96

Monochromatic Colors of #6fa1aa

#6fa1aa

Complementary Color

#6fa1aa #aa786f

#6fa1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa1aa Color CSS Codes

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

#6fa1aa Text Font Color

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

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


#6fa1aa Background Color

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

This div background color is #6fa1aa


#6fa1aa Border Color

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

This div border color is #6fa1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa1aa


Comments

No comments written yet.

Please login to write comment.