#6D796F

Color #6D796F Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #6D796F

Tints of Blue Smoke #6D796F

Color information

#6D796F (or 0x6D796F) is unknown color: approx Blue Smoke. HEX triplet: 6D, 79 and 6F. RGB value is (109,121,111). Sum of RGB (Red+Green+Blue) = 109+121+111=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #6D796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D796F is #928690. Grayscale: #747474. Windows color (decimal): -9602705 or 7305581. OLE color: 7305581.

HSL color Cylindrical-coordinate representation of color #6D796F: hue angle of 130º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D796F is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB109121111-
CMYK0.1000.080.53
HSL130º5.22%45.1%-
HSV(B)130º9.92%47.45%-
XYZ16.0118.0717.68-
YUV116.27125.02122.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 111 (43.75% from 255) = 32.55%
R=31.96%
G=35.48%
B=32.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091211110.1000.080.531305.2245.1
Hex6D796FA08358252d
Octal1551711571201065202555
Binary11011011111001110111110100100011010110000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D796F; }

 p { color: rgb(109,121,111); }

 H1.HeaderClassName
 {
   color: #6D796F;
 }
 .AnyTagClassName
 {
   color: #6D796F;
 }
</style>
background-color css

<style>
 a { background-color: #6D796F; }

 a { background-color: rgb(109,121,111); }

 div.DivClassName
 {
   background-color: #6D796F;
 }
 .BgClassName
 {
   background-color: #6D796F;
 }
</style>
border-color css

<style>
 span { border-color: #6D796F; }

 span { border-color: rgb(109,121,111); }

 td.TdClassName
 {
   border-color: #6D796F;
 }
 .TagClassName
 {
   border-color: #6D796F;
 }
</style>