#6E9A90

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

Shades of Gumbo #6E9A90

Tints of Gumbo #6E9A90

Color information

#6E9A90 (or 0x6E9A90) is unknown color: approx Gumbo. HEX triplet: 6E, 9A and 90. RGB value is (110,154,144). Sum of RGB (Red+Green+Blue) = 110+154+144=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 154 - color contains mainly: green. Hex color #6E9A90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9A90 is #91656F. Grayscale: #8B8B8B. Windows color (decimal): -9528688 or 9476718. OLE color: 9476718.

HSL color Cylindrical-coordinate representation of color #6E9A90: hue angle of 166.36º 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 #6E9A90 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB110154144-
CMYK0.2900.060.40
HSL166.36º17.89%51.76%-
HSV(B)166.36º28.57%60.39%-
XYZ23.0228.4430.66-
YUV139.7130.42106.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=26.96%
G=37.75%
B=35.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1101541440.2900.060.40166.3617.8951.76
Hex6E9A901D0628a61234
Octal1562322203506502462264
Binary110111010011010100100001110101101010001010011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,154,144); }

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

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

 a { background-color: rgb(110,154,144); }

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

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

 span { border-color: rgb(110,154,144); }

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