#6D8573

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

Shades of Blue Smoke #6D8573

Tints of Blue Smoke #6D8573

Color information

#6D8573 (or 0x6D8573) is unknown color: approx Blue Smoke. HEX triplet: 6D, 85 and 73. RGB value is (109,133,115). Sum of RGB (Red+Green+Blue) = 109+133+115=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #6D8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8573 is #927A8C. Grayscale: #7B7B7B. Windows color (decimal): -9599629 or 7570797. OLE color: 7570797.

HSL color Cylindrical-coordinate representation of color #6D8573: hue angle of 135º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D8573 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB109133115-
CMYK0.1800.140.48
HSL135º9.92%47.45%-
HSV(B)135º18.05%52.16%-
XYZ17.7921.2619.39-
YUV123.77123.05117.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=30.53%
G=37.25%
B=32.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091331150.1800.140.481359.9247.45
Hex6D8573120E3087a2f
Octal15520516322016602071257
Binary11011011000010111100111001001110110000100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,115); }

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

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

 a { background-color: rgb(109,133,115); }

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

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

 span { border-color: rgb(109,133,115); }

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