#6B8987

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

Shades of Gumbo #6B8987

Tints of Gumbo #6B8987

Color information

#6B8987 (or 0x6B8987) is unknown color: approx Gumbo. HEX triplet: 6B, 89 and 87. RGB value is (107,137,135). Sum of RGB (Red+Green+Blue) = 107+137+135=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8987 is #947678. Grayscale: #7F7F7F. Windows color (decimal): -9729657 or 8882539. OLE color: 8882539.

HSL color Cylindrical-coordinate representation of color #6B8987: hue angle of 176º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B8987 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB107137135-
CMYK0.2200.010.46
HSL176º12.3%47.84%-
HSV(B)176º21.9%53.73%-
XYZ19.3822.7726.29-
YUV127.8132.06113.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.23%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=28.23%
G=36.15%
B=35.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071371350.2200.010.4617612.347.84
Hex6B898716012Eb0c30
Octal1532112072601562601460
Binary110101110001001100001111011001101110101100001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,137,135); }

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

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

 a { background-color: rgb(107,137,135); }

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

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

 span { border-color: rgb(107,137,135); }

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