Color Hex Logo

#6a988e Color Hex

#6A988E
(106,152,142)
0 Favorites   0 Comments

Color spaces of #6a988e

RGB 106152142
HSL0.460.180.51
HSV167°30°60°
CMYK 0.300.000.07   0.40
XYZ22.054627.473629.7317
Yxy27.47360.27830.3466
Hunter Lab52.4153-16.61993.0594
CIE-Lab59.4102-17.79490.2648

#6a988e color RGB value is (106,152,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10011000 10001110
Octal 152 230 216
Decimal 106 152 142
Hex 6A 98 8E

RGB Percentages of Color #6a988e

%26.50
%38.00
%35.50

CMYK Percentages of Color #6a988e

%30
%0
%7
%40

Triadic Colors of #6a988e

#6a988e #8e6a98 #988e6a

Analogous Colors of #6a988e

#6a988e #6a8b98 #6a9877

Monochromatic Colors of #6a988e

#6a988e

Complementary Color

#6a988e #986a74

#6a988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a988e Color CSS Codes

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

#6a988e Text Font Color

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

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


#6a988e Background Color

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

This div background color is #6a988e


#6a988e Border Color

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

This div border color is #6a988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a988e


Comments

No comments written yet.

Please login to write comment.