#6D9A8E

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

Shades of Gumbo #6D9A8E

Tints of Gumbo #6D9A8E

Color information

#6D9A8E (or 0x6D9A8E) is unknown color: approx Gumbo. HEX triplet: 6D, 9A and 8E. RGB value is (109,154,142). Sum of RGB (Red+Green+Blue) = 109+154+142=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 154 - color contains mainly: green. Hex color #6D9A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9A8E is #926571. Grayscale: #8B8B8B. Windows color (decimal): -9594226 or 9345645. OLE color: 9345645.

HSL color Cylindrical-coordinate representation of color #6D9A8E: hue angle of 164º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D9A8E is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB109154142-
CMYK0.2900.080.40
HSL164º18.22%51.57%-
HSV(B)164º29.22%60.39%-
XYZ22.7428.3229.86-
YUV139.18129.59106.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.91%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=26.91%
G=38.02%
B=35.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091541420.2900.080.4016418.2251.57
Hex6D9A8E1D0828a41234
Octal15523221635010502442264
Binary1101101100110101000111011101010001010001010010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,154,142); }

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

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

 a { background-color: rgb(109,154,142); }

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

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

 span { border-color: rgb(109,154,142); }

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