#6C756D

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

Shades of Blue Smoke #6C756D

Tints of Blue Smoke #6C756D

Color information

#6C756D (or 0x6C756D) is unknown color: approx Blue Smoke. HEX triplet: 6C, 75 and 6D. RGB value is (108,117,109). Sum of RGB (Red+Green+Blue) = 108+117+109=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #6C756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C756D is #938A92. Grayscale: #717171. Windows color (decimal): -9669267 or 7173484. OLE color: 7173484.

HSL color Cylindrical-coordinate representation of color #6C756D: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C756D is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB108117109-
CMYK0.0800.070.54
HSL126.67º4%44.12%-
HSV(B)126.67º7.69%45.88%-
XYZ15.3117.0116.95-
YUV113.4125.52124.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=32.34%
G=35.03%
B=32.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1081171090.0800.070.54126.67444.12
Hex6C756D807367f42c
Octal154165155100766177454
Binary110110011101011101101100001111101101111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,109); }

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

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

 a { background-color: rgb(108,117,109); }

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

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

 span { border-color: rgb(108,117,109); }

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