#6E756F

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

Shades of Blue Smoke #6E756F

Tints of Blue Smoke #6E756F

Color information

#6E756F (or 0x6E756F) is unknown color: approx Blue Smoke. HEX triplet: 6E, 75 and 6F. RGB value is (110,117,111). Sum of RGB (Red+Green+Blue) = 110+117+111=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 117 - color contains mainly: green. Hex color #6E756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E756F is #918A90. Grayscale: #727272. Windows color (decimal): -9538193 or 7304558. OLE color: 7304558.

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

Color convert

RGB110117111-
CMYK0.0600.050.54
HSL128.57º3.08%44.51%-
HSV(B)128.57º5.98%45.88%-
XYZ15.6617.1917.53-
YUV114.22126.18124.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.54%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=32.54%
G=34.62%
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.54
SystemRedGreenBlueCMYKHSL
Decimal1101171110.0600.050.54128.573.0844.51
Hex6E756F605368132d
Octal15616515760566201355
Binary11011101110101110111111001011101101000000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,117,111); }

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

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

 a { background-color: rgb(110,117,111); }

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

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

 span { border-color: rgb(110,117,111); }

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