#6D7F71

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

Shades of Blue Smoke #6D7F71

Tints of Blue Smoke #6D7F71

Color information

#6D7F71 (or 0x6D7F71) is unknown color: approx Blue Smoke. HEX triplet: 6D, 7F and 71. RGB value is (109,127,113). Sum of RGB (Red+Green+Blue) = 109+127+113=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F71 is #92808E. Grayscale: #787878. Windows color (decimal): -9601167 or 7438189. OLE color: 7438189.

HSL color Cylindrical-coordinate representation of color #6D7F71: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7F71 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB109127113-
CMYK0.1400.110.50
HSL133.33º7.63%46.27%-
HSV(B)133.33º14.17%49.8%-
XYZ16.8819.6218.52-
YUV120.02124.04120.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=31.23%
G=36.39%
B=32.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1091271130.1400.110.50133.337.6346.27
Hex6D7F71E0B328582e
Octal15517716116013622051056
Binary110110111111111110001111001011110010100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,113); }

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

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

 a { background-color: rgb(109,127,113); }

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

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

 span { border-color: rgb(109,127,113); }

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