#6E8373

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

Shades of Blue Smoke #6E8373

Tints of Blue Smoke #6E8373

Color information

#6E8373 (or 0x6E8373) is unknown color: approx Blue Smoke. HEX triplet: 6E, 83 and 73. RGB value is (110,131,115). Sum of RGB (Red+Green+Blue) = 110+131+115=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8373 is #917C8C. Grayscale: #7A7A7A. Windows color (decimal): -9534605 or 7570286. OLE color: 7570286.

HSL color Cylindrical-coordinate representation of color #6E8373: hue angle of 134.29º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E8373 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB110131115-
CMYK0.1600.120.49
HSL134.29º8.71%47.25%-
HSV(B)134.29º16.03%51.37%-
XYZ17.6420.7919.3-
YUV122.9123.54118.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.90%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=30.90%
G=36.80%
B=32.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101311150.1600.120.49134.298.7147.25
Hex6E8373100C318692f
Octal15620316320014612061157
Binary11011101000001111100111000001100110001100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,115); }

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

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

 a { background-color: rgb(110,131,115); }

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

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

 span { border-color: rgb(110,131,115); }

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