#6E746F

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

Shades of Blue Smoke #6E746F

Tints of Blue Smoke #6E746F

Color information

#6E746F (or 0x6E746F) is unknown color: approx Blue Smoke. HEX triplet: 6E, 74 and 6F. RGB value is (110,116,111). Sum of RGB (Red+Green+Blue) = 110+116+111=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 116 - color contains mainly: green. Hex color #6E746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E746F is #918B90. Grayscale: #717171. Windows color (decimal): -9538449 or 7304302. OLE color: 7304302.

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

Color convert

RGB110116111-
CMYK0.0500.040.55
HSL130º2.65%44.31%-
HSV(B)130º5.17%45.49%-
XYZ15.5516.9517.49-
YUV113.64126.51125.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=32.64%
G=34.42%
B=32.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1101161110.0500.040.551302.6544.31
Hex6E746F504378232c
Octal15616415750467202354
Binary11011101110100110111110101001101111000001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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