#6E8975

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

Shades of Blue Smoke #6E8975

Tints of Blue Smoke #6E8975

Color information

#6E8975 (or 0x6E8975) is unknown color: approx Blue Smoke. HEX triplet: 6E, 89 and 75. RGB value is (110,137,117). Sum of RGB (Red+Green+Blue) = 110+137+117=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8975 is #91768A. Grayscale: #7E7E7E. Windows color (decimal): -9533067 or 7702894. OLE color: 7702894.

HSL color Cylindrical-coordinate representation of color #6E8975: hue angle of 135.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8975 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB110137117-
CMYK0.2000.150.46
HSL135.56º10.93%48.43%-
HSV(B)135.56º19.71%53.73%-
XYZ18.5922.4920.19-
YUV126.65122.55116.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=30.22%
G=37.64%
B=32.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1101371170.2000.150.46135.5610.9348.43
Hex6E8975140F2E88b30
Octal15621116524017562101360
Binary11011101000100111101011010001111101110100010001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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