Color Hex Logo

#6f8998 Color Hex

#6F8998
(111,137,152)
0 Favorites   0 Comments

Color spaces of #6f8998

RGB 111137152
HSL0.560.170.52
HSV202°27°60°
CMYK 0.270.100.00   0.40
XYZ21.168723.537833.1333
Yxy23.53780.27200.3024
Hunter Lab48.5158-7.0184-6.5304
CIE-Lab55.6220-5.6370-11.0373

#6f8998 color RGB value is (111,137,152).

#6f8998 hex color red value is 111, green value is 137 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #6f8998 hue: 0.56 , saturation: 0.17 and the lightness value of 6f8998 is 0.52.

The process color (four color CMYK) of #6f8998 color hex is 0.27, 0.10, 0.00, 0.40. Web safe color of #6f8998 is #669999. Color #6f8998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10001001 10011000
Octal 157 211 230
Decimal 111 137 152
Hex 6F 89 98

RGB Percentages of Color #6f8998

%27.75
%34.25
%38.00

CMYK Percentages of Color #6f8998

%27
%10
%0
%40

Triadic Colors of #6f8998

#6f8998 #986f89 #89986f

Analogous Colors of #6f8998

#6f8998 #6f7598 #6f9893

Monochromatic Colors of #6f8998

#6f8998

Complementary Color

#6f8998 #987e6f

#6f8998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f8998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f8998 Color CSS Codes

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

#6f8998 Text Font Color

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

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


#6f8998 Background Color

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

This div background color is #6f8998


#6f8998 Border Color

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

This div border color is #6f8998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f8998


Comments

No comments written yet.

Please login to write comment.