Color Hex Logo

#6f9baf Color Hex

#6F9BAF
(111,155,175)
0 Favorites   0 Comments

Color spaces of #6f9baf

RGB 111155175
HSL0.550.290.56
HSV199°37°69°
CMYK 0.370.110.00   0.31
XYZ26.014829.917344.9609
Yxy29.91730.25780.2965
Hunter Lab54.6967-10.8212-10.4489
CIE-Lab61.5828-9.7721-15.1686

#6f9baf color RGB value is (111,155,175).

#6f9baf hex color red value is 111, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6f9baf hue: 0.55 , saturation: 0.29 and the lightness value of 6f9baf is 0.56.

The process color (four color CMYK) of #6f9baf color hex is 0.37, 0.11, 0.00, 0.31. Web safe color of #6f9baf is #669999. Color #6f9baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011011 10101111
Octal 157 233 257
Decimal 111 155 175
Hex 6F 9B AF

RGB Percentages of Color #6f9baf

%25.17
%35.15
%39.68

CMYK Percentages of Color #6f9baf

%37
%11
%0
%31

Triadic Colors of #6f9baf

#6f9baf #af6f9b #9baf6f

Analogous Colors of #6f9baf

#6f9baf #6f7baf #6fafa3

Monochromatic Colors of #6f9baf

#6f9baf

Complementary Color

#6f9baf #af836f

#6f9baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9baf Color CSS Codes

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

#6f9baf Text Font Color

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

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


#6f9baf Background Color

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

This div background color is #6f9baf


#6f9baf Border Color

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

This div border color is #6f9baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9baf

#6f9baf Color Palettes


Comments

No comments written yet.

Please login to write comment.