#6F908B

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

Shades of Gumbo #6F908B

Tints of Gumbo #6F908B

Color information

#6F908B (or 0x6F908B) is unknown color: approx Gumbo. HEX triplet: 6F, 90 and 8B. RGB value is (111,144,139). Sum of RGB (Red+Green+Blue) = 111+144+139=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #6F908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F908B is #906F74. Grayscale: #858585. Windows color (decimal): -9465717 or 9146479. OLE color: 9146479.

HSL color Cylindrical-coordinate representation of color #6F908B: hue angle of 170.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F908B is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB111144139-
CMYK0.2300.030.44
HSL170.91º12.94%50%-
HSV(B)170.91º22.92%56.47%-
XYZ21.1925.1928.17-
YUV133.56131.07111.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.17%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=28.17%
G=36.55%
B=35.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111441390.2300.030.44170.9112.9450
Hex6F908B17032Cabd32
Octal1572202132703542531562
Binary1101111100100001000101110111011101100101010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,139); }

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

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

 a { background-color: rgb(111,144,139); }

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

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

 span { border-color: rgb(111,144,139); }

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