#6b7072

#6b7072 color hex

#6b7072 hex color information.
RGB value of #6b7072 is (107,112,114)
Change page background color to #6b7072 | Reset

#6b7072 rgb color chart

Color spaces of #6b7072

RGB 107112114
HSL0.550.030.43
HSV197°45°
CMYK 0.060.020.00   0.55
XYZ14.894815.929018.2092
Yxy15.92900.30380.3249
Hunter Lab39.9112-3.22850.8871
CIE-Lab46.8812-1.4714-1.7736

Shades of #6b7072

Tints of #6b7072

RGB Percentages of Color #6b7072

%32.13
%33.63
%34.23

CMYK Percentages of Color #6b7072

%6
%2
%0
%55

#6b7072 Color Info

#6b7072 hex color red value is 107, green value is 112 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #6b7072 hue: 0.55 , saturation: 0.03 and the lightness value of 6b7072 is 0.43.

The process color (four color CMYK) of #6b7072 hex color is 0.06, 0.02, 0.00, 0.55. Web safe color of #6b7072 is #666666

Color #6b7072 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110000 01110010
Octal 153 160 162
Decimal 107 112 114
Hexadecimal 6B 70 72

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #6b7072

Triadic Colors of #6b7072

#6b7072 #726a70 #70726a

Analogous Colors of #6b7072

#6b7072 #6a6c72 #6a7270

Complementary Color of #6b7072

#6b7072 #726d6a

#6b7072 HSL Color Chart
#6b7072 hsl color chart
#6b7072 RGB Color Chart

#6b7072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b7072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b7072 Color CSS Codes

.mybgcolor {background-color:#6b7072; } 
.myforecolor {color:#6b7072; }
.mybordercolor {border:3px solid #6b7072; }
Sample text font color #6b7072

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

html code
<p style="color:#6b7072">Text here</p>
#6b7072 background color

This div background color is #6b7072

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

This div border color is #6b7072

<div style="border:3px solid #6b7072">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #6b7072 Color Sample
#6b7072border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(107,112,114, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #6b7072; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #6b7072;
  -webkit-box-shadow: 1px 1px 3px 2px #6b7072;
  box-shadow:         1px 1px 3px 2px #6b7072; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(107,112,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6b7072">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #6b7072

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top