Color Hex Logo

#6f8baa Color Hex

#6F8BAA
(111,139,170)
0 Favorites   0 Comments

Color spaces of #6f8baa

RGB 111139170
HSL0.590.260.55
HSV212°35°67°
CMYK 0.350.180.00   0.33
XYZ23.043924.747041.5923
Yxy24.74700.25780.2769
Hunter Lab49.7464-4.3699-14.7492
CIE-Lab56.8281-2.1382-19.5500

#6f8baa color RGB value is (111,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10001011 10101010
Octal 157 213 252
Decimal 111 139 170
Hex 6F 8B AA

RGB Percentages of Color #6f8baa

%26.43
%33.10
%40.48

CMYK Percentages of Color #6f8baa

%35
%18
%0
%33

Triadic Colors of #6f8baa

#6f8baa #aa6f8b #8baa6f

Analogous Colors of #6f8baa

#6f8baa #716faa #6fa9aa

Monochromatic Colors of #6f8baa

#6f8baa

Complementary Color

#6f8baa #aa8e6f

#6f8baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f8baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f8baa Color CSS Codes

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

#6f8baa Text Font Color

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

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


#6f8baa Background Color

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

This div background color is #6f8baa


#6f8baa Border Color

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

This div border color is #6f8baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f8baa


Comments

No comments written yet.

Please login to write comment.