Color Hex Logo

#6a757e Color Hex

#6A757E
(106,117,126)
1 Favorites   0 Comments

Color spaces of #6a757e

RGB 106117126
HSL0.580.090.45
HSV207°16°49°
CMYK 0.160.070.00   0.51
XYZ16.071017.293122.2295
Yxy17.29310.28910.3111
Hunter Lab41.5850-3.7903-2.5843
CIE-Lab48.6272-2.0807-6.3397

#6a757e color RGB value is (106,117,126).

#6a757e hex color red value is 106, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6a757e hue: 0.58 , saturation: 0.09 and the lightness value of 6a757e is 0.45.

The process color (four color CMYK) of #6a757e color hex is 0.16, 0.07, 0.00, 0.51. Web safe color of #6a757e is #666666. Color #6a757e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01110101 01111110
Octal 152 165 176
Decimal 106 117 126
Hex 6A 75 7E

RGB Percentages of Color #6a757e

%30.37
%33.52
%36.10

CMYK Percentages of Color #6a757e

%16
%7
%0
%51

Triadic Colors of #6a757e

#6a757e #7e6a75 #757e6a

Analogous Colors of #6a757e

#6a757e #6a6b7e #6a7e7d

Monochromatic Colors of #6a757e

#6a757e

Complementary Color

#6a757e #7e736a

#6a757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a757e Color CSS Codes

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

#6a757e Text Font Color

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

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


#6a757e Background Color

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

This div background color is #6a757e


#6a757e Border Color

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

This div border color is #6a757e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,117,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a757e

#6a757e Color Palettes


Comments

No comments written yet.

Please login to write comment.