#6E9288

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

Shades of Gumbo #6E9288

Tints of Gumbo #6E9288

Color information

#6E9288 (or 0x6E9288) is unknown color: approx Gumbo. HEX triplet: 6E, 92 and 88. RGB value is (110,146,136). Sum of RGB (Red+Green+Blue) = 110+146+136=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9288 is #916D77. Grayscale: #868686. Windows color (decimal): -9530744 or 8950382. OLE color: 8950382.

HSL color Cylindrical-coordinate representation of color #6E9288: hue angle of 163.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9288 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB110146136-
CMYK0.2500.070.43
HSL163.33º14.17%50.2%-
HSV(B)163.33º24.66%57.25%-
XYZ21.1525.6527.13-
YUV134.1129.07110.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.06%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=28.06%
G=37.24%
B=34.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101461360.2500.070.43163.3314.1750.2
Hex6E928819072Ba3e32
Octal1562222103107532431662
Binary11011101001001010001000110010111101011101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,146,136); }

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

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

 a { background-color: rgb(110,146,136); }

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

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

 span { border-color: rgb(110,146,136); }

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