Color Hex Logo

#6f9dba Color Hex

#6F9DBA
(111,157,186)
0 Favorites   0 Comments

Color spaces of #6f9dba

RGB 111157186
HSL0.560.350.58
HSV203°40°73°
CMYK 0.400.160.00   0.27
XYZ27.475431.038650.9973
Yxy31.03860.25090.2834
Hunter Lab55.7123-9.4664-15.2736
CIE-Lab62.5402-7.9336-19.9053

#6f9dba color RGB value is (111,157,186).

#6f9dba hex color red value is 111, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6f9dba hue: 0.56 , saturation: 0.35 and the lightness value of 6f9dba is 0.58.

The process color (four color CMYK) of #6f9dba color hex is 0.40, 0.16, 0.00, 0.27. Web safe color of #6f9dba is #6699cc. Color #6f9dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10011101 10111010
Octal 157 235 272
Decimal 111 157 186
Hex 6F 9D BA

RGB Percentages of Color #6f9dba

%24.45
%34.58
%40.97

CMYK Percentages of Color #6f9dba

%40
%16
%0
%27

Triadic Colors of #6f9dba

#6f9dba #ba6f9d #9dba6f

Analogous Colors of #6f9dba

#6f9dba #6f78ba #6fbab2

Monochromatic Colors of #6f9dba

#6f9dba

Complementary Color

#6f9dba #ba8c6f

#6f9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f9dba Color CSS Codes

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

#6f9dba Text Font Color

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

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


#6f9dba Background Color

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

This div background color is #6f9dba


#6f9dba Border Color

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

This div border color is #6f9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f9dba


Comments

No comments written yet.

Please login to write comment.