#6D7B70

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

Shades of Blue Smoke #6D7B70

Tints of Blue Smoke #6D7B70

Color information

#6D7B70 (or 0x6D7B70) is unknown color: approx Blue Smoke. HEX triplet: 6D, 7B and 70. RGB value is (109,123,112). Sum of RGB (Red+Green+Blue) = 109+123+112=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #6D7B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7B70 is #92848F. Grayscale: #757575. Windows color (decimal): -9602192 or 7371629. OLE color: 7371629.

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

Color convert

RGB109123112-
CMYK0.1100.090.52
HSL132.86º6.03%45.49%-
HSV(B)132.86º11.38%48.24%-
XYZ16.3118.5918.06-
YUV117.56124.86121.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=31.69%
G=35.76%
B=32.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1091231120.1100.090.52132.866.0345.49
Hex6D7B70B09348562d
Octal1551731601301164205655
Binary11011011111011111000010110100111010010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,123,112); }

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

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

 a { background-color: rgb(109,123,112); }

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

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

 span { border-color: rgb(109,123,112); }

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