Color Hex Logo

#6b737d Color Hex

#6B737D
(107,115,125)
0 Favorites   0 Comments

Color spaces of #6b737d

RGB 107115125
HSL0.590.080.45
HSV213°14°49°
CMYK 0.140.080.00   0.51
XYZ15.895816.867921.8201
Yxy16.86790.29120.3090
Hunter Lab41.0705-2.7875-2.7504
CIE-Lab48.0932-0.7870-6.5331

#6b737d color RGB value is (107,115,125).

#6b737d hex color red value is 107, green value is 115 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #6b737d hue: 0.59 , saturation: 0.08 and the lightness value of 6b737d is 0.45.

The process color (four color CMYK) of #6b737d color hex is 0.14, 0.08, 0.00, 0.51. Web safe color of #6b737d is #666666. Color #6b737d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110011 01111101
Octal 153 163 175
Decimal 107 115 125
Hex 6B 73 7D

RGB Percentages of Color #6b737d

%30.84
%33.14
%36.02

CMYK Percentages of Color #6b737d

%14
%8
%0
%51

Triadic Colors of #6b737d

#6b737d #7d6b73 #737d6b

Analogous Colors of #6b737d

#6b737d #6c6b7d #6b7c7d

Monochromatic Colors of #6b737d

#6b737d

Complementary Color

#6b737d #7d756b

#6b737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b737d Color CSS Codes

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

#6b737d Text Font Color

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

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


#6b737d Background Color

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

This div background color is #6b737d


#6b737d Border Color

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

This div border color is #6b737d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,115,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b737d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b737d;
  -webkit-box-shadow: 1px 1px 3px 2px #6b737d;
  box-shadow:         1px 1px 3px 2px #6b737d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,115,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b737d


Comments

No comments written yet.

Please login to write comment.