Color Hex Logo

#6d988e Color Hex

#6D988E
(109,152,142)
0 Favorites   0 Comments

Color spaces of #6d988e

RGB 109152142
HSL0.460.170.51
HSV166°28°60°
CMYK 0.280.000.07   0.40
XYZ22.417427.660729.7487
Yxy27.66070.28080.3465
Hunter Lab52.5934-15.95483.2789
CIE-Lab59.5810-16.85550.5345

#6d988e color RGB value is (109,152,142).

#6d988e hex color red value is 109, green value is 152 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6d988e hue: 0.46 , saturation: 0.17 and the lightness value of 6d988e is 0.51.

The process color (four color CMYK) of #6d988e color hex is 0.28, 0.00, 0.07, 0.40. Web safe color of #6d988e is #669999. Color #6d988e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10011000 10001110
Octal 155 230 216
Decimal 109 152 142
Hex 6D 98 8E

RGB Percentages of Color #6d988e

%27.05
%37.72
%35.24

CMYK Percentages of Color #6d988e

%28
%0
%7
%40

Triadic Colors of #6d988e

#6d988e #8e6d98 #988e6d

Analogous Colors of #6d988e

#6d988e #6d8d98 #6d9879

Monochromatic Colors of #6d988e

#6d988e

Complementary Color

#6d988e #986d77

#6d988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d988e Color CSS Codes

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

#6d988e Text Font Color

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

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


#6d988e Background Color

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

This div background color is #6d988e


#6d988e Border Color

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

This div border color is #6d988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d988e


Comments

No comments written yet.

Please login to write comment.