#6C9B8E

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

Shades of Gumbo #6C9B8E

Tints of Gumbo #6C9B8E

Color information

#6C9B8E (or 0x6C9B8E) is unknown color: approx Gumbo. HEX triplet: 6C, 9B and 8E. RGB value is (108,155,142). Sum of RGB (Red+Green+Blue) = 108+155+142=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9B8E is #936471. Grayscale: #8B8B8B. Windows color (decimal): -9659506 or 9345900. OLE color: 9345900.

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

Color convert

RGB108155142-
CMYK0.3000.080.39
HSL163.4º19.03%51.57%-
HSV(B)163.4º30.32%60.78%-
XYZ22.7928.5829.91-
YUV139.46129.43105.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.67%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=26.67%
G=38.27%
B=35.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081551420.3000.080.39163.419.0351.57
Hex6C9B8E1E0827a31334
Octal15423321636010472432364
Binary1101100100110111000111011110010001001111010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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