#6B9B8E

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

Shades of Gumbo #6B9B8E

Tints of Gumbo #6B9B8E

Color information

#6B9B8E (or 0x6B9B8E) is unknown color: approx Gumbo. HEX triplet: 6B, 9B and 8E. RGB value is (107,155,142). Sum of RGB (Red+Green+Blue) = 107+155+142=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B8E is #946471. Grayscale: #8B8B8B. Windows color (decimal): -9725042 or 9345899. OLE color: 9345899.

HSL color Cylindrical-coordinate representation of color #6B9B8E: hue angle of 163.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B8E is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB107155142-
CMYK0.3100.080.39
HSL163.75º19.35%51.37%-
HSV(B)163.75º30.97%60.78%-
XYZ22.6728.5229.9-
YUV139.17129.6105.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=26.49%
G=38.37%
B=35.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071551420.3100.080.39163.7519.3551.37
Hex6B9B8E1F0827a41333
Octal15323321637010472442363
Binary1101011100110111000111011111010001001111010010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,142); }

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

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

 a { background-color: rgb(107,155,142); }

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

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

 span { border-color: rgb(107,155,142); }

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