#6D8A88

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

Shades of Gumbo #6D8A88

Tints of Gumbo #6D8A88

Color information

#6D8A88 (or 0x6D8A88) is unknown color: approx Gumbo. HEX triplet: 6D, 8A and 88. RGB value is (109,138,136). Sum of RGB (Red+Green+Blue) = 109+138+136=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8A88 is #927577. Grayscale: #818181. Windows color (decimal): -9598328 or 8948333. OLE color: 8948333.

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

Color convert

RGB109138136-
CMYK0.2100.010.46
HSL175.86º11.74%48.43%-
HSV(B)175.86º21.01%54.12%-
XYZ19.8423.2126.73-
YUV129.1131.89113.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=28.46%
G=36.03%
B=35.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1091381360.2100.010.46175.8611.7448.43
Hex6D8A8815012Eb0c30
Octal1552122102501562601460
Binary110110110001010100010001010101101110101100001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,138,136); }

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

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

 a { background-color: rgb(109,138,136); }

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

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

 span { border-color: rgb(109,138,136); }

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