Color Hex Logo

#6fa1ad Color Hex

#6FA1AD
(111,161,173)
0 Favorites   0 Comments

Color spaces of #6fa1ad

RGB 111161173
HSL0.530.270.56
HSV192°36°68°
CMYK 0.360.070.00   0.32
XYZ26.843231.886444.2751
Yxy31.88640.26060.3096
Hunter Lab56.4680-13.9656-6.9601
CIE-Lab63.2489-13.5436-11.5350

#6fa1ad color RGB value is (111,161,173).

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

The process color (four color CMYK) of #6fa1ad color hex is 0.36, 0.07, 0.00, 0.32. Web safe color of #6fa1ad is #669999. Color #6fa1ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10100001 10101101
Octal 157 241 255
Decimal 111 161 173
Hex 6F A1 AD

RGB Percentages of Color #6fa1ad

%24.94
%36.18
%38.88

CMYK Percentages of Color #6fa1ad

%36
%7
%0
%32

Triadic Colors of #6fa1ad

#6fa1ad #ad6fa1 #a1ad6f

Analogous Colors of #6fa1ad

#6fa1ad #6f82ad #6fad9a

Monochromatic Colors of #6fa1ad

#6fa1ad

Complementary Color

#6fa1ad #ad7b6f

#6fa1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fa1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fa1ad Color CSS Codes

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

#6fa1ad Text Font Color

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

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


#6fa1ad Background Color

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

This div background color is #6fa1ad


#6fa1ad Border Color

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

This div border color is #6fa1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fa1ad


Comments

No comments written yet.

Please login to write comment.