#6C796E

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

Shades of Blue Smoke #6C796E

Tints of Blue Smoke #6C796E

Color information

#6C796E (or 0x6C796E) is unknown color: approx Blue Smoke. HEX triplet: 6C, 79 and 6E. RGB value is (108,121,110). Sum of RGB (Red+Green+Blue) = 108+121+110=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #6C796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C796E is #938691. Grayscale: #737373. Windows color (decimal): -9668242 or 7240044. OLE color: 7240044.

HSL color Cylindrical-coordinate representation of color #6C796E: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C796E is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB108121110-
CMYK0.1100.090.53
HSL129.23º5.68%44.9%-
HSV(B)129.23º10.74%47.45%-
XYZ15.8417.9917.39-
YUV115.86124.69122.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.86%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=31.86%
G=35.69%
B=32.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1081211100.1100.090.53129.235.6844.9
Hex6C796EB09358162d
Octal1541711561301165201655
Binary11011001111001110111010110100111010110000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,121,110); }

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

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

 a { background-color: rgb(108,121,110); }

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

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

 span { border-color: rgb(108,121,110); }

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