#6D746E

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

Shades of Blue Smoke #6D746E

Tints of Blue Smoke #6D746E

Color information

#6D746E (or 0x6D746E) is unknown color: approx Blue Smoke. HEX triplet: 6D, 74 and 6E. RGB value is (109,116,110). Sum of RGB (Red+Green+Blue) = 109+116+110=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 116 - color contains mainly: green. Hex color #6D746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D746E is #928B91. Grayscale: #717171. Windows color (decimal): -9603986 or 7238765. OLE color: 7238765.

HSL color Cylindrical-coordinate representation of color #6D746E: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D746E is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB109116110-
CMYK0.0600.050.55
HSL128.57º3.11%44.12%-
HSV(B)128.57º6.03%45.49%-
XYZ15.3716.8717.2-
YUV113.22126.18124.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=32.54%
G=34.63%
B=32.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1091161100.0600.050.55128.573.1144.12
Hex6D746E605378132c
Octal15516415660567201354
Binary11011011110100110111011001011101111000000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,116,110); }

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

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

 a { background-color: rgb(109,116,110); }

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

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

 span { border-color: rgb(109,116,110); }

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